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
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-avr
/
pr20789.s
blob
cee46e7a6926c95484579395eb25710bcfaff969
1
.file
"pr20789.s"
2
.section .text,
"ax"
,@progbits
3
main
:
4
L1
:
5
jmp L1
6
L2
:
7
.global x
8
.section .data
9
.type x, @object
10
.size x, 2
11
x
:
12
.word L1 - L2