mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 06:49:16 +02:00
* change note section to be more 12 conformant
This commit is contained in:
parent
fb7565fc6c
commit
b201d0a752
@ -32,16 +32,21 @@
|
|||||||
#APP
|
#APP
|
||||||
.ident "FreePascal 2.6.x/2.7.x series dynlinked to libc"
|
.ident "FreePascal 2.6.x/2.7.x series dynlinked to libc"
|
||||||
#NO_APP
|
#NO_APP
|
||||||
.section .note.ABI-tag,"a",@progbits
|
.section .note.tag,"a",@note
|
||||||
.align 4
|
.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 1201000
|
.long 1201000
|
||||||
|
.long 8
|
||||||
|
.long 4
|
||||||
|
.long 1
|
||||||
|
.string "FreeBSD"
|
||||||
|
.long 0
|
||||||
.globl __progname
|
.globl __progname
|
||||||
.section .rodata
|
.section .rodata
|
||||||
.LC0:
|
.LC0:
|
||||||
|
Loading…
Reference in New Issue
Block a user