Add znver2 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / plt64.d
CommitLineData
bd5e6e7e
JJ
1#as: -K PIC -64
2#objdump: -Dr
3#name: plt 64-bit 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_PLT64 foo
20 8: R_SPARC_PLT64 bar\+0x4
21 10: 01 00 00 00 nop
22 11: R_SPARC_PLT64 foo
23 14: 00 00 00 00 illtrap 0
24 18: 00 02 03 04 illtrap 0x20304
25 1c: 00 00 00 00 illtrap 0
26 1c: R_SPARC_PLT32 bar\+0x4
This page took 0.7224 seconds and 4 git commands to generate.