* elfcode.h (elf_object_p): Delay the setting of start_address
[deliverable/binutils-gdb.git] / gas / testsuite / gas / d10v / instruction_packing-007.s
1 ;;
2 ;; -gstabs --no-gstabs-packing inserts nop's so gdb will have the
3 ;; correct line number information.
4 ;; -gstabs and -gstabs --gstabs-packing disable inserting nops.
5
6 .text
7 .global foo
8 foo:
9 ldi.l r0, #0x0000
10 ldi.l r1, #0x1000
11
12 ldi.s r2, #0x0002
13 ldi.s r3, #0x0003
14
15 ldi.l r4, #0x4000
16 ldi.s r5, #0x0005
17
18 jmp r13
This page took 0.031037 seconds and 4 git commands to generate.