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] Fix tsan warning: signal handler spoils errno
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-aarch64
/
farcall-bl-defsym.s
blob
c525db627e017259fc10f97184eed1aac18c131b
1
.global _start
2
.global bar
3
4
# We will place the section .text at 0x1000.
5
6
.text
7
8
_start
:
9
bl
bar
10
ret