Add section .note.GNU-stack for assembly files used by 386 and amd64.

This commit is contained in:
Konstantin Belousov 2011-01-07 16:09:33 +00:00
parent 93ab758670
commit 6c69d05232
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217107
2 changed files with 4 additions and 0 deletions

View File

@ -35,3 +35,5 @@
#define KERNCALL movq %rcx, %r10; syscall
RSYSCALL_ERR(_umtx_op)
.section .note.GNU-stack,"",%progbits

View File

@ -34,3 +34,5 @@
mov __CONCAT($SYS_,x),%eax; int $0x80; ret
SYSCALL_ERR(_umtx_op)
.section .note.GNU-stack,"",%progbits