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
70a5104e
Commit
70a5104e
authored
Jan 05, 2012
by
Johann
Committed by
Gerrit Code Review
Jan 05, 2012
Browse files
Merge "Use number instead of string for eabi_attribute."
parents
0780f258
b73e6c89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
build/make/ads2gas.pl
build/make/ads2gas.pl
+5
-2
No files found.
build/make/ads2gas.pl
View file @
70a5104e
...
...
@@ -129,11 +129,14 @@ while (<STDIN>)
# ARM code
s/\sARM/.arm/g
;
# eabi_attributes numerical equivalents can be found in the
# "ARM IHI 0045C" document.
# REQUIRE8 Stack is required to be 8-byte aligned
s/\sREQUIRE8/.eabi_attribute Tag_ABI_align_needed
, 1
/g
;
s/\sREQUIRE8/.eabi_attribute
24, 1 \@
Tag_ABI_align_needed/g
;
# PRESERVE8 Stack 8-byte align is preserved
s/\sPRESERVE8/.eabi_attribute Tag_ABI_align_preserved
, 1
/g
;
s/\sPRESERVE8/.eabi_attribute
25, 1 \@
Tag_ABI_align_preserved/g
;
# Use PROC and ENDP to give the symbols a .size directive.
# This makes them show up properly in debugging tools like gdb and valgrind.
...
...
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