Home | History | Annotate | Download | only in d10v
      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
     19