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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-aarch64
/
farcall-b-section.s
blob
1a135ef33926d2424a814a0f1556f680814abefe
1
.global _start
2
3
# We will place the section .text at 0x1000.
4
5
.text
6
7
_start
:
8
b
bar
9
b
bar2
10
ret
11
12
# We will place the section .foo at 0x8001000.
13
14
.section .foo,
"xa"
15
.type bar, @function
16
bar
:
17
ret
18
.type bar2, @function
19
bar2
:
20
ret