mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 03:50:35 +02:00
* prt0 for x86_64
This commit is contained in:
parent
61f559ff56
commit
4118173e1d
@ -2,16 +2,21 @@
|
|||||||
#APP
|
#APP
|
||||||
.ident "$FreeBSD: src/lib/csu/common/crtbrand.c,v 1.4 2003/10/17 15:43:13 peter Exp $"
|
.ident "$FreeBSD: src/lib/csu/common/crtbrand.c,v 1.4 2003/10/17 15:43:13 peter Exp $"
|
||||||
#NO_APP
|
#NO_APP
|
||||||
.section .note.ABI-tag,"a",@progbits
|
.section .note.tag,"a",@note
|
||||||
.p2align 2
|
.align 4
|
||||||
.type abitag, @object
|
.type abitag, @object
|
||||||
.size abitag, 24
|
.size abitag, 48
|
||||||
abitag:
|
abitag:
|
||||||
.long 8
|
.long 8
|
||||||
.long 4
|
.long 4
|
||||||
.long 1
|
.long 1
|
||||||
.string "FreeBSD"
|
.string "FreeBSD"
|
||||||
.long 900044
|
.long 1201000
|
||||||
|
.long 8
|
||||||
|
.long 4
|
||||||
|
.long 1
|
||||||
|
.string "FreeBSD"
|
||||||
|
.long 0
|
||||||
|
|
||||||
.section .rodata
|
.section .rodata
|
||||||
.LC0:
|
.LC0:
|
||||||
|
Loading…
Reference in New Issue
Block a user