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: restore nullptr check in compunit_symtab::find_call_site
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-aarch64
/
farcall-b-defsym.s
blob
3eec50c7b6024b5452ead68cad4c1c119be64f56
1
.global _start
2
.global bar
3
4
# We will place the section .text at 0x1000.
5
6
.text
7
8
_start
:
9
b
bar
10
ret