Home | History | Annotate | Download | only in tic6x
      1 # Test that no GOT relocs with an addend are produced.
      2 	.section	.const.str1.1,"aMS",@progbits,1
      3 .LC0:
      4 	.string	"foo"
      5 .LC1:
      6 	.string	"bar"
      7 .text
      8 .nocmp
      9 .globl f
     10 f:
     11 	ldw .d2t2 *+B14($GOT(.LC1)), B0
     12 	mvkl .s2 $DPR_GOT(.LC1), B1
     13 	mvkh .s2 $DPR_GOT(.LC1), B1
     14 
     15 
     16