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
/
non-contiguous-arm7.s
blob
be0a407ddc45737f4bf12537a3820f5d9108e8bc
1
.global MY_BUF
2
.section .bss.MY_BUF,
"aw"
,%nobits
3
.type MY_BUF, %object
4
.size MY_BUF, 102400
5
MY_BUF
:
6
.space 102400
7
8
.section .text.foo,
"ax"
,%progbits
9
.global foo
10
.type foo, %function
11
foo
:
12
ldr
r0
,
.L3
13
bx
lr
14
.L3:
15
.word MY_BUF
16
.size foo, .-foo