Commit 51a15ed7 authored by Mans Rullgard's avatar Mans Rullgard

ARM: use numeric ID for Tag_ABI_align_preserved

Some old assemblers still in use do not support named tags.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 4edb34f6
......@@ -52,7 +52,7 @@
.syntax unified
T .thumb
ELF .eabi_attribute Tag_ABI_align_preserved, 1
ELF .eabi_attribute 25, 1 @ Tag_ABI_align_preserved
.macro function name, export=0
.set .Lpic_idx, 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment