Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / attr-merge-hardfp-use-2b.s
CommitLineData
99654aaf
TG
1 .thumb
2 .syntax unified
3 .cpu cortex-m7
4 .fpu fpv5-d16
5 .eabi_attribute 27, 2
6 .text
7 .align 2
8 .global main
9 .thumb
10 .thumb_func
11 .type main, %function
12
13main:
14 bl foo
This page took 0.254178 seconds and 4 git commands to generate.