repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Typo fix in most recent entry.
[binutils.git]
/
ld
/
testsuite
/
ld-x86-64
/
protected2.s
blob
61e5aecb49af71fea18070bbd08ad233e820f1fb
1
.text
2
.globl foo
3
.protected foo
4
.type foo, @function
5
foo
:
6
ret
7
.size foo, .-foo
8
.globl bar
9
.type bar, @function
10
bar
:
11
call foo
12
ret
13
.size bar, .-bar