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