Browse Source

- 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 -

sergei 10 years ago
parent
commit
bb8de483f2
1 changed files with 3 additions and 1 deletions
  1. 3 1
      rtl/freebsd/i386/prt0.as

+ 3 - 1
rtl/freebsd/i386/prt0.as

@@ -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