[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git] / ld / testsuite / ld-pru / reloc_symbol.s
blob160a824b3e4d9177cfcf709970fb57852a10e105
1 .text
2 .section .init0, "x"
3 .global _start
4 _start:
6 # byte aligned
7 .align 0
8 .byte byte_sym
10 # short aligned
11 .align 1
12 .short short_sym
14 # word aligned
15 .align 2
16 .long long_sym
18 # now lets try some unaligned words and halfwords
19 .byte byte_sym
20 .2byte short_sym
21 .4byte long_sym
23 # .align 2
24 # nop