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-powerpc
/
funv1.s
blob
988ad0d8c14e8f09d45eaac897238149f24c2b69
1
# old style ELFv1, with dot-symbols
2
.globl my_func, .my_func
3
.type .my_func, @function
4
.section .opd,
"aw"
, @progbits
5
my_func
:
6
.quad .my_func, .TOC.@tocbase, 0
7
.size my_func, . - my_func
8
9
.text
10
.my_func:
11
blr
12
.size .my_func, . - .my_func