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-elf
/
indirect3b.c
blob
493d4dbc7c096dbf862d8e98aa403a5976b8f205
1
#include <stdio.h>
2
3
void
4
foo
(
void
)
5
{
6
printf
(
"MAIN
\n
"
);
7
}
8
9
__asm__
(
".symver foo,foo@FOO"
);
10
#if defined __powerpc64__ && defined _CALL_AIXDESC && !defined _CALL_LINUX
11
__asm__
(
".symver .foo,.foo@FOO"
);
12
#endif