[AArch64] Warn on load pair to same register
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / pcrel64.d
CommitLineData
bd5e6e7e
JJ
1#as: -64 -K PIC
2#objdump: -Dr
3#name: pc relative 64-bit relocs
4
5.*: +file format .*sparc.*
6
7Disassembly of section .text:
8
90+ <foo-0x8>:
10 0: 01 00 00 00 nop
11 4: 01 00 00 00 nop
12
130+8 <foo>:
14 8: 01 00 00 00 nop
15Disassembly of section .data:
16
170+ <.data>:
18 0: 00 00 00 00 illtrap 0
19 4: 00 00 00 01 illtrap 0x1
20 ...
21 8: R_SPARC_32 .text\+0x10
22 c: R_SPARC_DISP32 .text\+0x10
deda5edf
AM
23 10: R_SPARC_32 .text\+0x14
24 14: R_SPARC_DISP32 .text\+0x14
bd5e6e7e
JJ
25 18: R_SPARC_32 foo
26 1c: R_SPARC_DISP32 foo
27 20: R_SPARC_32 foo\+0x10
28 24: R_SPARC_DISP32 foo\+0x10
29 28: R_SPARC_64 .text\+0x8
30 30: R_SPARC_DISP64 .text\+0x8
31 38: R_SPARC_64 foo
32 40: R_SPARC_DISP64 foo
33 48: R_SPARC_64 foo\+0x10
34 50: R_SPARC_DISP64 foo\+0x10
35 58: R_SPARC_DISP8 .data\+0x18
36 59: R_SPARC_DISP8 .data\+0x64
37 5a: R_SPARC_DISP16 .data\+0x18
38 5c: R_SPARC_DISP16 .data\+0x64
39 60: 00 02 00 00 illtrap 0x20000
40 ...
This page took 0.543695 seconds and 4 git commands to generate.