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-elfweak
/
size_bar.c
blob
7f32890c8a30935f45b11603c8ed2553ef0863c5
1
#include <stdio.h>
2
3
void
4
bar
()
5
{
6
#ifdef SIZE_BIG
7
printf
(
"1
\n
"
);
8
printf
(
"2
\n
"
);
9
printf
(
"3
\n
"
);
10
#endif
11
}