ARM: use numeric ID for Tag_ABI_align_preserved
Some old assemblers still in use do not support named tags. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
4edb34f6cc
commit
51a15ed740
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
.syntax unified
|
.syntax unified
|
||||||
T .thumb
|
T .thumb
|
||||||
ELF .eabi_attribute Tag_ABI_align_preserved, 1
|
ELF .eabi_attribute 25, 1 @ Tag_ABI_align_preserved
|
||||||
|
|
||||||
.macro function name, export=0
|
.macro function name, export=0
|
||||||
.set .Lpic_idx, 0
|
.set .Lpic_idx, 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user