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
daily update
[binutils.git]
/
ld
/
ldlex-wrapper.c
blob
ef2beba66e6dd41c526ab7d34b589e614951fa98
1
/* The flex output (ldlex.c) includes stdio.h before any of the C code
2
in ldlex.l. Make sure we include sysdep.h first, so that config.h
3
can select the correct value of things like _FILE_OFFSET_BITS and
4
_LARGE_FILES. */
5
#include
"sysdep.h"
6
#include
"ldlex.c"