Fix unexpected failures in the linker testsuite for ARM VxWorks targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / attr-merge-hardfp-use-1b.s
1 .thumb
2 .syntax unified
3 .cpu cortex-m7
4 .fpu fpv5-d16
5 .eabi_attribute 27, 3
6 .text
7 .align 2
8 .global main
9 .thumb
10 .thumb_func
11 .type main, %function
12
13
14
15 main:
16 bl foo
This page took 0.03019 seconds and 4 git commands to generate.