x86: Force relocation against local absolute symbol
[deliverable/binutils-gdb.git] / gas / testsuite / gas / d10v / instruction_packing-001.d
1 #objdump: -D
2 #source: instruction_packing-001.s
3
4 .*: file format elf32-d10v
5
6 Disassembly of section .text:
7
8 00000000 <foo>:
9 0: e0 10 30 00 ldi.l r1, 0x3000
10 4: 26 81 40 03 jl r1 || ldi.s r0, 0x1
11
12 00000008 <L0>:
13 8: 2f 80 40 03 trap 0x0 || ldi.s r0, 0x1
14 c: 24 ff c0 03 bl.s 8 <L0> || ldi.s r0, 0x1
15 10: 26 01 40 03 jmp r1 || ldi.s r0, 0x1
16 14: 2f f0 40 03 stop || ldi.s r0, 0x1
17 18: 2f e0 40 03 sleep || ldi.s r0, 0x1
18 1c: 2f c0 40 03 wait || ldi.s r0, 0x1
19
20 00000020 <L1>:
21 20: 2f 90 40 03 dbt || ldi.s r0, 0x1
22 24: 24 7f c0 03 bra.s 20 <L1> || ldi.s r0, 0x1
23 28: 2f a0 40 03 rte || ldi.s r0, 0x1
24 2c: 20 01 de 00 ldi.s r0, 0x1 || nop
This page took 0.029514 seconds and 4 git commands to generate.