Remove unneeded AUX register symbols.
[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
9028d943 7Disassembly of section \.text:
bd5e6e7e
JJ
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
9028d943 15Disassembly of section \.data:
bd5e6e7e 16
9028d943 170+ <\.data>:
bd5e6e7e
JJ
18 0: 00 00 00 00 illtrap 0
19 4: 00 00 00 01 illtrap 0x1
9028d943
AM
20 \.\.\.
21 8: R_SPARC_32 \.text\+0x10
22 c: R_SPARC_DISP32 \.text\+0x10
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
9028d943
AM
29 28: R_SPARC_64 \.text\+0x8
30 30: R_SPARC_DISP64 \.text\+0x8
bd5e6e7e
JJ
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
9028d943
AM
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
bd5e6e7e 39 60: 00 02 00 00 illtrap 0x20000
This page took 0.639927 seconds and 4 git commands to generate.