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
* elf.c (bfd_section_from_shdr): Remove extraneous breaks.
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
foo.c
blob
c84baee2e26a3bb1c332230eb6392165123b32c4
1
#include <stdio.h>
2
3
void
4
foo
(
void
)
5
{
6
printf
(
"TEST2
\n
"
);
7
}
8
9
static void
(*
const
init_array
[]) (
void
)
10
__attribute__
((
used
,
section
(
".init_array"
),
aligned
(
sizeof
(
void
*))))
11
= {
foo
};