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-selective
/
1.c
blob
120236770278a4908963dfd55f2ab359fc1cc189
1
/* _start should be the only thing left after GC. */
2
3
void
_start
()
__asm__
(
"_start"
);
4
void
_start
()
5
{
6
}
7
8
void
dropme1
()
9
{
10
}
11
12
int
dropme2
[
102
] = {
0
};