Home | History | Annotate | Download | only in ld-d10v
      1 	.section .data
      2 	;;
      3 	;; The next line caused an earlier ld to core dump.
      4 	.global  .data
      5 foo:
      6 	.space 0x0064
      7 
      8 	.section .text
      9 	.global _test
     10 	.global _start
     11 _test:
     12 	ldi r0,foo
     13 _start:
     14 	nop
     15