Browse Source

* also set executable stack note in .so's.

marcoonthegit 1 year ago
parent
commit
45acaf7584
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/freebsd/x86_64/dllprt0.as

+ 2 - 0
rtl/freebsd/x86_64/dllprt0.as

@@ -73,3 +73,5 @@ _haltproc:
 	.weak   operatingsystem_parameter_argv
 	.weak   operatingsystem_parameter_argv
 	.weak   operatingsystem_parameter_envp
 	.weak   operatingsystem_parameter_envp
 
 
+	.section .note.GNU-stack,"",@progbits
+