blob: 6abe49b3cfc79a0ff85efe0f63f19d96fd8fdae6 [file] [log] [blame]
#as:
#objdump: -Dr
#name: pc relative relocs
.*: +file format .*sparc.*
Disassembly of section .text:
0+ <foo-0x8>:
0: 01 00 00 00 nop
4: 01 00 00 00 nop
0+8 <foo>:
8: 01 00 00 00 nop
Disassembly of section .data:
0+ <.data>:
0: 00 00 00 00 (unimp|illtrap) 0
4: 00 00 00 01 (unimp|illtrap) 0x1
...
8: R_SPARC_32 .text\+0x10
c: R_SPARC_DISP32 .text\+0x10
10: R_SPARC_32 .text\+0x14
14: R_SPARC_DISP32 .text\+0x14
18: R_SPARC_32 foo
1c: R_SPARC_DISP32 foo
20: R_SPARC_32 foo\+0x10
24: R_SPARC_DISP32 foo\+0x10
28: R_SPARC_DISP8 .data\+0x18
29: R_SPARC_DISP8 .data\+0x34
2a: R_SPARC_DISP16 .data\+0x18
2c: R_SPARC_DISP16 .data\+0x34
30: 00 02 00 00 (unimp|illtrap) 0x20000
...