Remove sh-symbianelf support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / sh64 / ua-1.s
CommitLineData
3c74c164
AO
1! Check that unaligned pseudos emit the expected relocs and contents
2! whether aligned or not.
3
4 .section .rodata,"a"
5start:
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
This page took 0.904229 seconds and 4 git commands to generate.