Skip to content
Snippets Groups Projects
Commit 51a15ed7 authored by Mans Rullgard's avatar Mans Rullgard
Browse files

ARM: use numeric ID for Tag_ABI_align_preserved


Some old assemblers still in use do not support named tags.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 4edb34f6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment