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
/
begin.c
blob
ccc47d4f87089ef06c899cbceb79bfed8bc37695
1
extern
void
foo
(
void
);
2
3
static void
(*
const
init_array
[]) (
void
)
4
__attribute__
((
used
,
section
(
".init_array"
),
aligned
(
sizeof
(
void
*))))
5
= {
foo
};