[AArch64] Warn on load pair to same register
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / plt.d
1 #as: -K PIC
2 #objdump: -Dr
3 #name: plt relocs
4
5 .*: +file format .*sparc.*
6
7 Disassembly of section .text:
8
9 0+ <.text>:
10 0: 40 00 00 00 call 0x0
11 0: R_SPARC_WPLT30 foo
12 4: 01 00 00 00 nop
13 8: 40 00 00 00 call 0x8
14 8: R_SPARC_WPLT30 bar\+0x4
15 Disassembly of section .data:
16
17 0+ <.data>:
18 ...
19 0: R_SPARC_PLT32 foo
20 4: R_SPARC_PLT32 bar\+0x4
21 8: 01 00 00 00 nop
22 9: R_SPARC_PLT32 foo
23 c: 00 02 03 04 (unimp|illtrap) 0x20304
This page took 0.031105 seconds and 4 git commands to generate.