URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [sparc/] [plt64.d] - Rev 313
Go to most recent revision | Compare with Previous | Blame | View Log
#as: -K PIC -64
#objdump: -Dr
#name: plt 64-bit relocs
.*: +file format .*sparc.*
Disassembly of section .text:
0+ <.text>:
0: 40 00 00 00 call 0x0
0: R_SPARC_WPLT30 foo
4: 01 00 00 00 nop
8: 40 00 00 00 call 0x8
8: R_SPARC_WPLT30 bar\+0x4
Disassembly of section .data:
0+ <.data>:
...
0: R_SPARC_PLT64 foo
8: R_SPARC_PLT64 bar\+0x4
10: 01 00 00 00 nop
11: R_SPARC_PLT64 foo
14: 00 00 00 00 illtrap 0
18: 00 02 03 04 illtrap 0x20304
1c: 00 00 00 00 illtrap 0
1c: R_SPARC_PLT32 bar\+0x4
Go to most recent revision | Compare with Previous | Blame | View Log