* gas/arm/req.l: Updated expected warning message.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / plt-1.s
1 .syntax unified
2 .text
3 .thumb
4
5 .globl Strong1
6 .thumb_func
7 .type Strong1, %function
8 Strong1:
9 b Strong2(PLT)
10 b.w Strong2(PLT)
11 b.n Strong2(PLT)
12 b Strong2
13 b.w Strong2
14 b.n Strong2
15 .size Strong1,.-Strong1
16
17 .globl Strong2
18 .thumb_func
19 .type Strong2, %function
20 Strong2:
21 b Strong1(PLT)
22 b.w Strong1(PLT)
23 b.n Strong1(PLT)
24 b Strong1
25 b.w Strong1
26 b.n Strong1
27 .size Strong2, .-Strong2
This page took 0.030406 seconds and 4 git commands to generate.