[ARM]Update for Tag_ABI_HardFP_use per EABI doc
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / attr-merge-hardfp-use-1a.s
1 .syntax unified
2 .cpu cortex-m4
3 .fpu fpv4-sp-d16
4 .thumb
5 .text
6 .align 2
7 .global foo
8 .thumb
9 .thumb_func
10 .type foo, %function
11 foo:
12 bx lr
This page took 0.036474 seconds and 4 git commands to generate.