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
/
dwarf1.c
blob
2895d4c8a770ba0a4f7d41bea4552637dc6b6987
1
#include <stdio.h>
2
#include
"dwarf1.h"
3
4
struct
foo_s foo
;
5
6
void
7
doprintf
(
void
)
8
{
9
printf
(
"OK
\n
"
);
10
}