mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 19:49:34 +02:00
* fix ident and executable note in profiler file
(cherry picked from commit 5c1997b3d5
)
This commit is contained in:
parent
e9620b72d1
commit
d1adad3d1c
@ -5,13 +5,19 @@
|
||||
.section .note.ABI-tag,"a",@progbits
|
||||
.p2align 2
|
||||
.type abitag, @object
|
||||
.size abitag, 24
|
||||
.size abitag, 48
|
||||
abitag:
|
||||
.long 8
|
||||
.long 4
|
||||
.long 1
|
||||
.string "FreeBSD"
|
||||
.long 900044
|
||||
.long 1400097
|
||||
.long 8
|
||||
.long 4
|
||||
.long 1
|
||||
.string "FreeBSD"
|
||||
.long 0
|
||||
|
||||
.section .rodata
|
||||
.LC0:
|
||||
.string ""
|
||||
@ -139,3 +145,5 @@ _start:
|
||||
.p2align 3
|
||||
.LEFDE1:
|
||||
.ident "GCC: (GNU) 3.3.3 [FreeBSD] 20031106"
|
||||
|
||||
.section .note.GNU-stack,"",@progbits
|
Loading…
Reference in New Issue
Block a user