Remove unneeded AUX register symbols.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / plt.d
CommitLineData
bd5e6e7e
JJ
1#as: -K PIC
2#objdump: -Dr
3#name: plt relocs
4
5.*: +file format .*sparc.*
6
7Disassembly of section .text:
8
90+ <.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
15Disassembly of section .data:
16
170+ <.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.624288 seconds and 4 git commands to generate.