repo.or.cz
/
binutils
/
dougsmingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gas:
[binutils/dougsmingw.git]
/
ld
/
testsuite
/
ld-mep
/
mep1.s
blob
ab5414f655e7ccc5274026bcd97e44fb726bb5ba
1
.weak bar
2
3
# This will be in low memory.
4
.section .text1,
"ax"
5
bsr bar
6
jmp bar
7
8
# This will be in high memory.
9
.section .text2,
"ax"
10
# This needs special handling
11
bsr bar
12
# This shouldn't
13
jmp bar