URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [ldlex-wrapper.c] - Rev 310
Go to most recent revision | Compare with Previous | Blame | View Log
/* The flex output (ldlex.c) includes stdio.h before any of the C code in ldlex.l. Make sure we include sysdep.h first, so that config.h can select the correct value of things like _FILE_OFFSET_BITS and _LARGE_FILES. */ #include "sysdep.h" #include "ldlex.c"
Go to most recent revision | Compare with Previous | Blame | View Log