mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 00:19:24 +02:00
- Removed "version" directive, all it does is creation of extra PT_NOTE segment, which does not appear in programs compiled with C.
+ Added non-executable stack marker. git-svn-id: trunk@29557 -
This commit is contained in:
parent
79e7ba678e
commit
bb8de483f2
@ -18,7 +18,7 @@
|
||||
#
|
||||
|
||||
.file "prt1.as"
|
||||
.version "01.01"
|
||||
|
||||
gcc2_compiled.:
|
||||
.section .rodata
|
||||
.LC0:
|
||||
@ -147,3 +147,5 @@ operatingsystem_parameters:
|
||||
|
||||
//.section .threadvar,"aw",@nobits
|
||||
.comm ___fpc_threadvar_offset,4
|
||||
|
||||
.section .note.GNU-stack,"",@progbits
|
||||
|
Loading…
Reference in New Issue
Block a user