Allow field_10x26_arm.s to compile for ARMv7 architecture

This commit is contained in:
Roman Zeyde 2019-04-21 20:11:58 +03:00
parent b19c000063
commit d4d270a59c
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
1 changed files with 0 additions and 6 deletions

View File

@ -16,15 +16,9 @@ Note:
*/
.syntax unified
.arch armv7-a
@ eabi attributes - see readelf -A
.eabi_attribute 8, 1 @ Tag_ARM_ISA_use = yes
.eabi_attribute 9, 0 @ Tag_Thumb_ISA_use = no
.eabi_attribute 10, 0 @ Tag_FP_arch = none
.eabi_attribute 24, 1 @ Tag_ABI_align_needed = 8-byte
.eabi_attribute 25, 1 @ Tag_ABI_align_preserved = 8-byte, except leaf SP
.eabi_attribute 30, 2 @ Tag_ABI_optimization_goals = Aggressive Speed
.eabi_attribute 34, 1 @ Tag_CPU_unaligned_access = v6
.text
@ Field constants