projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
PowerPC VLE
[deliverable/binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
foo.c
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
};
This page took
0.030091 seconds
and
4
git commands to generate.