mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-22 08:19:35 +01: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
|
.section .note.ABI-tag,"a",@progbits
|
||||||
.p2align 2
|
.p2align 2
|
||||||
.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 1400097
|
||||||
|
.long 8
|
||||||
|
.long 4
|
||||||
|
.long 1
|
||||||
|
.string "FreeBSD"
|
||||||
|
.long 0
|
||||||
|
|
||||||
.section .rodata
|
.section .rodata
|
||||||
.LC0:
|
.LC0:
|
||||||
.string ""
|
.string ""
|
||||||
@ -139,3 +145,5 @@ _start:
|
|||||||
.p2align 3
|
.p2align 3
|
||||||
.LEFDE1:
|
.LEFDE1:
|
||||||
.ident "GCC: (GNU) 3.3.3 [FreeBSD] 20031106"
|
.ident "GCC: (GNU) 3.3.3 [FreeBSD] 20031106"
|
||||||
|
|
||||||
|
.section .note.GNU-stack,"",@progbits
|
||||||
Loading…
Reference in New Issue
Block a user