Add support for .uahword, .uaword and .uaxword pseudo ops
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / unalign.s
CommitLineData
0f2712ed
NC
1# Test unaligned reloc generation
2
3 .data
4foo:
5 .byte 0x1
6 .uaword fred
7 .byte 0x2
8 .uahalf jim
9 .byte 0x3
10 .uaxword harry
11 .byte 0x4
12 .byte 0x5
13 .byte 0x6
14
15
This page took 0.023278 seconds and 4 git commands to generate.