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