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-elf
/
wrap2a.c
blob
a37655fccadc3af9f55b54c4d6ba978a8873ce85
1
#include
"wrap2.h"
2
3
static void
4
loaded
(
void
)
5
{
6
}
7
8
struct
ops impl
=
9
{
10
.
loaded
=
loaded
11
};