Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
9a6972c8
Commit
9a6972c8
authored
Jun 20, 2012
by
Ronald S. Bultje
Committed by
On2 (Google) Code Review
Jun 20, 2012
Browse files
Merge "x86inc: add some more format identifiers for elf file format recognition." into experimental
parents
4f895226
5ea9e2a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
third_party/x86inc/x86inc.asm
third_party/x86inc/x86inc.asm
+10
-0
No files found.
third_party/x86inc/x86inc.asm
View file @
9a6972c8
...
...
@@ -57,6 +57,8 @@
%define mangle(x) x
%elifidn __OUTPUT_FORMAT__,elf64
%define mangle(x) x
%elifidn __OUTPUT_FORMAT__,elf
%define mangle(x) x
%elifidn __OUTPUT_FORMAT__,x64
%define mangle(x) x
%else
...
...
@@ -515,6 +517,10 @@ DECLARE_ARG 7, 8, 9, 10, 11, 12, 13, 14
%xdefine current_function %1
%ifidn __OUTPUT_FORMAT__,elf
global
%
1
:
function
hidden
%elifidn __OUTPUT_FORMAT__,elf32
global
%
1
:
function
hidden
%elifidn __OUTPUT_FORMAT__,elf64
global
%
1
:
function
hidden
%else
global
%
1
%endif
...
...
@@ -550,6 +556,10 @@ DECLARE_ARG 7, 8, 9, 10, 11, 12, 13, 14
; executable by default.
%ifidn __OUTPUT_FORMAT__,elf
SECTION
.note.GNU
-
stack
noalloc
noexec
nowrite
progbits
%elifidn __OUTPUT_FORMAT__,elf32
SECTION
.note.GNU
-
stack
noalloc
noexec
nowrite
progbits
%elifidn __OUTPUT_FORMAT__,elf64
SECTION
.note.GNU
-
stack
noalloc
noexec
nowrite
progbits
%endif
; cpuflags
...
...
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