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
Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-aarch64
/
limit-b.s
blob
2b9f4323bd76c58af0bbb1ac409bf81ac017d2ef
1
# Test maximum encoding range of b
2
3
.global _start
4
.global bar
5
6
# We will place the section .text at 0x1000.
7
8
.text
9
10
_start
:
11
b
bar
12
ret
13
14
# We will place the section .foo at 0x8000ffc
15
16
.section .foo,
"xa"
17
.type bar, @function
18
bar
:
19
ret