repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-pru
/
reloc_symbol.s
blob
160a824b3e4d9177cfcf709970fb57852a10e105
1
.text
2
.section .init0,
"x"
3
.global _start
4
_start
:
5
6
# byte aligned
7
.align 0
8
.byte byte_sym
9
10
# short aligned
11
.align 1
12
.short short_sym
13
14
# word aligned
15
.align 2
16
.long long_sym
17
18
# now lets try some unaligned words and halfwords
19
.byte byte_sym
20
.2
byte short_sym
21
.4
byte long_sym
22
23
# .align 2
24
# nop