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
Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-ifunc
/
pr18808a.c
blob
35228aef06822c870a628946e3360fdf76b5cb4a
1
#include <stdio.h>
2
3
void
bar
(
void
);
4
int
main
(
void
)
5
{
6
bar
();
7
printf
(
"OK
\n
"
);
8
return
0
;
9
}