Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
gdb
/
ld
/
testsuite
/
ld-aarch64
/
farcall-bl-defsym.s
blob: c525db627e017259fc10f97184eed1aac18c131b [
file
] [
log
] [
blame
] [
edit
]
.global _start
.global bar
# We will place the section .text at 0x1000.
.text
_start
:
bl bar
ret