repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
[binutils.git]
/
ld
/
testsuite
/
ld-elfvers
/
vers2.c
blob
eda54cb0cf4eb27da7d9682b05572fed57ee9d48
1
/*
2
* Test function. This is built into a shared library, and references a
3
* versioned symbol foo that is in test.so.
4
*/
5
#include <stdio.h>
6
7
extern
int
show_foo
();
8
9
void
10
show_xyzzy
()
11
{
12
printf
(
"%d"
,
show_foo
());
13
}