repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-plugin
/
lto-7c.c
blob
5236f5764ba327628b38afbf6df8029c161c1b1c
1
extern
int
foo
;
2
extern
int
foo2
;
3
4
static void
5
__attribute__
((
unused
,
constructor
))
6
set_foo
(
void
)
7
{
8
foo
=
foo2
;
9
}