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
/
pr16467c.c
blob
e2a901c50accab5eb5a9482b3253d125db5af1d8
1
#include <stdio.h>
2
const char
*
sd_get_seats
(
void
);
3
4
int
5
main
(
int
argc
,
char
**
argv
)
6
{
7
printf
(
"%s
\n
"
,
sd_get_seats
());
8
return
0
;
9
}