Home | History | Annotate | Download | only in sh64
      1 ! Check that unaligned pseudos emit the expected relocs and contents
      2 ! whether aligned or not.
      3 
      4 	.section .rodata,"a"
      5 start:
      6 	.uaquad 0x123456789abcdef
      7 	.byte 42
      8 	.uaword 0x4a21
      9 	.ualong 0x43b1abcd
     10 	.ualong externsym0 + 3
     11 	.uaquad 0x12c456d89ab1d0f
     12 	.uaquad externsym1 + 41
     13 	.byte 2
     14 	.uaquad 0x1a34b67c9ab0d4f
     15 	.ualong externsym2 + 42
     16 	.uaquad externsym3 + 43
     17