include/opcode/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / gotop32.d
1 #as: -Av7
2 #objdump: -dr
3 #name: sparc gotop
4
5 .*: +file format .*sparc.*
6
7 Disassembly of section .text:
8
9 0+ <foo>:
10 0: 23 00 00 00 sethi %hi\(0\), %l1
11 0: R_SPARC_GOTDATA_OP_HIX22 .data
12 4: a2 1c 60 00 xor %l1, 0, %l1
13 4: R_SPARC_GOTDATA_OP_LOX10 .data
14 8: e4 05 c0 11 ld \[ %l7 \+ %l1 \], %l2
15 8: R_SPARC_GOTDATA_OP .data
This page took 0.033391 seconds and 4 git commands to generate.