* elfcode.h (elf_object_p): Delay the setting of start_address
[deliverable/binutils-gdb.git] / gas / testsuite / gas / d10v / instruction_packing-008.d
1 #objdump: -D
2 #source: instruction_packing-007.s
3 #as: -gstabs
4
5 .*: file format elf32-d10v
6
7 Disassembly of section .text:
8
9 00000000 <foo>:
10 0: e0 00 00 00 ldi.l r0, 0x0
11 4: e0 10 10 00 ldi.l r1, 0x1000
12 8: 60 22 c0 67 ldi.s r2, 0x2 -> ldi.s r3, 0x3
13 c: e0 40 40 00 ldi.l r4, 0x4000
14 10: 60 55 cc 1a ldi.s r5, 0x5 -> jmp r13
15 #pass
This page took 0.030524 seconds and 4 git commands to generate.