AArch64: Add SVE DWARF registers
[binutils-gdb.git] / ld / testsuite / ld-nios2 / reloc_symbol.s
blobfa7ac955458ad46d007717e650fddaa0cf18cec8
1 .text
2 .global _start
3 _start:
5 # byte aligned
6 .align 0
7 .byte byte_sym
9 # short aligned
10 .align 1
11 .short short_sym
13 # word aligned
14 .align 2
15 .long long_sym
17 # now lets try some unaligned words and halfwords
18 .byte byte_sym
19 .2byte short_sym
20 .4byte long_sym
22 #.align 2
23 #nop