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
/
ifunc-common-1a.c
blob
794ca452bcd7578584f4a0a0000bf079a6fe7e7e
1
#include <stdio.h>
2
3
int
foo
;
4
int
5
main
()
6
{
7
printf
(
"PASSED: %d
\n
"
,
foo
);
8
return
0
;
9
}