summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/d10v/instruction_packing-007.s
blob: 932580c6dce3ef06b87e73e1d35d27b47bb892c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
	;;
	;; -gstabs --no-gstabs-packing inserts nop's so gdb will have the
	;; correct line number information.
	;; -gstabs and -gstabs --gstabs-packing disable inserting nops.

	.text
	.global foo
foo:	
	ldi.l   r0,     #0x0000
	ldi.l   r1,     #0x1000

	ldi.s   r2,     #0x0002
	ldi.s   r3,     #0x0003

	ldi.l   r4,     #0x4000
	ldi.s   r5,     #0x0005

	jmp     r13