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-elf
/
endhidden.c
blob
2cab97af18436d96045e34d98fe57a4ffbb652cf
1
#include <stdio.h>
2
3
__attribute__
((
visibility
(
"hidden"
)))
4
void
5
foo
()
6
{
7
printf
(
"TEST1
\n
"
);
8
}