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
/
dl1.c
blob
09426f32fb7b346e8dafdb33d5755fdd971107b0
1
#include <stdio.h>
2
3
extern
int
bar
;
4
5
void
6
foo
(
void
)
7
{
8
if
(
bar
== -
20
)
9
printf
(
"OK
\n
"
);
10
}