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
* dw2gencfi.c (DWARF2_FDE_RELOC_SIZE): New.
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
dl4xxx.c
blob
8180eb141292f16d3993ccdf260839f381df0536
1
#include <stdio.h>
2
3
void
4
xxx1
(
void
)
5
{
6
printf
(
"DSO1
\n
"
);
7
}
8
9
void
10
xxx2
(
void
)
11
{
12
printf
(
"DSO2
\n
"
);
13
}