We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19c000 commit d4d270aCopy full SHA for d4d270a
src/asm/field_10x26_arm.s
@@ -16,15 +16,9 @@ Note:
16
*/
17
18
.syntax unified
19
- .arch armv7-a
20
@ eabi attributes - see readelf -A
21
- .eabi_attribute 8, 1 @ Tag_ARM_ISA_use = yes
22
- .eabi_attribute 9, 0 @ Tag_Thumb_ISA_use = no
23
- .eabi_attribute 10, 0 @ Tag_FP_arch = none
24
.eabi_attribute 24, 1 @ Tag_ABI_align_needed = 8-byte
25
.eabi_attribute 25, 1 @ Tag_ABI_align_preserved = 8-byte, except leaf SP
26
- .eabi_attribute 30, 2 @ Tag_ABI_optimization_goals = Aggressive Speed
27
- .eabi_attribute 34, 1 @ Tag_CPU_unaligned_access = v6
28
.text
29
30
@ Field constants
0 commit comments