diff options
Diffstat (limited to 'gas/config/bfin-lex-wrapper.c')
-rw-r--r-- | gas/config/bfin-lex-wrapper.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/bfin-lex-wrapper.c b/gas/config/bfin-lex-wrapper.c new file mode 100644 index 0000000..ac38720 --- /dev/null +++ b/gas/config/bfin-lex-wrapper.c @@ -0,0 +1,5 @@ +/* The C source file generated by flex includes stdio.h before any of + the C code in bfin-lex.l. Make sure we include sysdep.h first, so + that config.h can set the correct values for various things. */ +#include "sysdep.h" +#include "bfin-lex.c" |