Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / pr21458.d
1 #as: -mthumb-interwork
2 #objdump: -d --prefix-addresses --show-raw-insn
3 #name: ADR(L) for Thumb functions
4 #skip: *-*-pe *-wince-* *-*-vxworks
5
6 # Test that using ADR(L) on thumb function symbols sets the T bit when -mthumb-interwork is active.
7
8 .*: +file format .*arm.*
9
10 Disassembly of section .text:
11 0+00000 <.*> 4770[ ]+bx[ ]+lr
12 0+00002 <.*> 46c0[ ]+nop[ ]+; \(mov r8, r8\)
13 0+00004 <.*> e12fff1e[ ]+bx[ ]+lr
14 0+00008 <.*> f2af 000b[ ]+subw[ ]+r0, pc, #11
15 0+0000c <.*> 4780[ ]+blx[ ]+r0
16 0+0000e <.*> f2af 020c[ ]+subw[ ]+r2, pc, #12
17 0+00012 <.*> 4790[ ]+blx[ ]+r2
18 0+00014 <.*> e24f401b[ ]+sub[ ]+r4, pc, #27
19 0+00018 <.*> e1a00000[ ]+nop[ ]+; \(mov r0, r0\)
20 0+0001c <.*> e12fff34[ ]+blx[ ]+r4
21 0+00020 <.*> e24f6024[ ]+sub[ ]+r6, pc, #36[ ]+; 0x24
22 0+00024 <.*> e1a00000[ ]+nop[ ]+; \(mov r0, r0\)
23 0+00028 <.*> e12fff36[ ]+blx[ ]+r6
24 0+0002c <.*> e24f8033[ ]+sub[ ]+r8, pc, #51[ ]+; 0x33
25 0+00030 <.*> e12fff38[ ]+blx[ ]+r8
26 0+00034 <.*> e24fa038[ ]+sub[ ]+sl, pc, #56[ ]+; 0x38
27 0+00038 <.*> e12fff3a[ ]+blx[ ]+sl
28 0+0003c <.*> 324fc043[ ]+subcc[ ]+ip, pc, #67[ ]+; 0x43
This page took 0.030335 seconds and 4 git commands to generate.