Sign in
gnu
/
binutils-gdb
/
8bfe8a6bfdd45de43c626a12fd176750486a0759
/
.
/
ld
/
testsuite
/
ld-aarch64
/
farcall-b-defsym.s
blob: 3eec50c7b6024b5452ead68cad4c1c119be64f56 [
file
] [
log
] [
blame
]
.global _start
.global bar
# We will place the section .text at 0x1000.
.text
_start
:
b bar
ret