Home | History | Annotate | Download | only in sparc
      1 # Test unaligned reloc generation
      2 
      3 	.data
      4 foo:
      5 	.byte 0x1
      6 	.uaword		fred
      7 	.byte 0x2
      8 	.uahalf		jim
      9 	.byte 0x3
     10 	.byte 0x4
     11 	.byte 0x5
     12 	.uaword		baz, bar
     13 	.byte 0x6
     14