Sign in
fuchsia
/
third_party
/
binutils-gdb
/
refs/heads/upstream/gdb-8.2-branch
/
.
/
ld
/
testsuite
/
ld-avr
/
pr20789.s
blob: cee46e7a6926c95484579395eb25710bcfaff969 [
file
] [
edit
]
.file
"pr20789.s"
.section .text
,
"ax"
,@
progbits
main
:
L1
:
jmp L1
L2
:
.global x
.section .data
.type x
,
@
object
.size x
,
2
x
:
.word L1
-
L2