Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gdb
/
ld
/
testsuite
/
ld-arm
/
fix-arm1176.s
blob: 96e03284acd8604ba047ffa6576e81b978cc37e1 [
file
]
.syntax unified
.globl _start
.globl func_to_branch_to
.arm
.text
func_to_branch_to
:
bx lr
.thumb
.section .foo
,
"xa"
.thumb_func
_start
:
bl func_to_branch_to