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
/
attr-merge-arch-2a.s
blob
6235a3ed012867cff2af70ca8402ea9fd7b86ce4
1
.syntax unified
2
.cpu cortex-m4
3
.fpu softvfp
4
.thumb
5
.file
"m.c"
6
.text
7
.align 2
8
.global main
9
.thumb
10
.thumb_func
11
.type main, %function
12
main
:
13
push
{
r7
,
lr
}
14
add
r7
,
sp
,
#0
15
bl
foo
16
mov
r3
,
r0
17
mov
r0
,
r3
18
pop
{
r7
,
pc
}