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-mips-elf
/
unaligned-data.s
blob
e865a131230f63c826ce182715583c320f0c0797
1
.macro sym n:req
2
.if \n
3
.globl bar\@
4
.type bar\@, @object
5
bar\@
:
6
.byte 0
7
.size bar\@, . - bar\@
8
sym
\n
-
1
9
.endif
10
.endm
11
12
.data
13
.align 4
14
.space 32
15
sym
16