Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
c3c870ed
Commit
c3c870ed
authored
May 27, 2010
by
John Koleszar
Browse files
x86: tell gnu ld that we don't require an executable stack
Fixes #2 Change-Id: Ie15c57ccf2f9721cb35102765d759817f2607cd7
parent
e80d569d
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpx_ports/x86_abi_support.asm
View file @
c3c870ed
...
...
@@ -229,3 +229,14 @@ fake_got:
%else
%define SECTION_RODATA section .rodata
%endif
; Tell GNU ld that we don't require an executable stack.
%ifidn __OUTPUT_FORMAT__,elf32
section
.note.GNU
-
stack
noalloc
noexec
nowrite
progbits
section
.text
%elifidn __OUTPUT_FORMAT__,elf64
section
.note.GNU
-
stack
noalloc
noexec
nowrite
progbits
section
.text
%endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment