Fix AArch32 build attributes for Armv8.4-A.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / pr21458.d
CommitLineData
52a86f84
NC
1#objdump: -d --prefix-addresses --show-raw-insn
2#name: ADR(L) for Thumb functions
3#skip: *-*-pe *-wince-* *-*-coff *-*-vxworks
4
5# Test that using ADR(L) on thumb function symbols sets the T bit.
6
7.*: +file format .*arm.*
8
9Disassembly of section .text:
100+00000 <.*> 4770[ ]+bx[ ]+lr
110+00002 <.*> 46c0[ ]+nop[ ]+; \(mov r8, r8\)
120+00004 <.*> e12fff1e[ ]+bx[ ]+lr
130+00008 <.*> f2af 000b[ ]+subw[ ]+r0, pc, #11
140+0000c <.*> 4780[ ]+blx[ ]+r0
150+0000e <.*> f2af 020c[ ]+subw[ ]+r2, pc, #12
160+00012 <.*> 4790[ ]+blx[ ]+r2
170+00014 <.*> e24f401b[ ]+sub[ ]+r4, pc, #27
180+00018 <.*> e1a00000[ ]+nop[ ]+; \(mov r0, r0\)
190+0001c <.*> e12fff34[ ]+blx[ ]+r4
200+00020 <.*> e24f6024[ ]+sub[ ]+r6, pc, #36[ ]+; 0x24
210+00024 <.*> e1a00000[ ]+nop[ ]+; \(mov r0, r0\)
220+00028 <.*> e12fff36[ ]+blx[ ]+r6
230+0002c <.*> e24f8033[ ]+sub[ ]+r8, pc, #51[ ]+; 0x33
240+00030 <.*> e12fff38[ ]+blx[ ]+r8
250+00034 <.*> e24fa038[ ]+sub[ ]+sl, pc, #56[ ]+; 0x38
260+00038 <.*> e12fff3a[ ]+blx[ ]+sl
270+0003c <.*> 324fc043[ ]+subcc[ ]+ip, pc, #67[ ]+; 0x43
This page took 0.0587 seconds and 4 git commands to generate.