Add znver2 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / unalign.s
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
This page took 0.030617 seconds and 4 git commands to generate.