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
gdb: LoongArch: Improve the handling of atomic sequence
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-arm
/
thumb-bl-lks-sym.s
blob
60b7c3a584aa000c64eb70b667650bededad9c3f
1
@ Test to ensure that the
bl
to linker script symbol isn
't changed to blx with immediate address.
2
3
4
.syntax unified
5
.cpu cortex-m3
6
.fpu softvfp
7
.thumb
8
.file "x.c"
9
.text
10
.align 2
11
.global main
12
.thumb
13
.thumb_func
14
.type main, %function
15
main:
16
push {r7, lr}
17
add r7, sp, #0
18
bl extFunc
19
pop {r7, pc}