* itbl-lex-wrapper.c: Include as.h not sysdep.h.
* config/bfin-lex-wrapper.c: Likewise.
* itbl-lex.l: Don't include as.h.
* config/bfin-lex.l: Likewise.
+2021-03-31 Alan Modra <amodra@gmail.com>
+
+ * itbl-lex-wrapper.c: Include as.h not sysdep.h.
+ * config/bfin-lex-wrapper.c: Likewise.
+ * itbl-lex.l: Don't include as.h.
+ * config/bfin-lex.l: Likewise.
+
2021-03-31 Alan Modra <amodra@gmail.com>
* as.h (POISON_BFD_BOOLEAN): Define.
02110-1301, USA. */
/* 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
+ the C code in bfin-lex.l. Make sure we include as.h first, so
that config.h can set the correct values for various things. */
-#include "sysdep.h"
+#include "as.h"
#include "config/bfin-lex.c"
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
%{
-
-#include "as.h"
#include "bfin-defs.h"
#include "config/bfin-parse.h"
02110-1301, USA. */
/* The C source file generated by flex includes stdio.h before any of
- the C code in itbl-lex.l. Make sure we include sysdep.h first, so
+ the C code in itbl-lex.l. Make sure we include as.h first, so
that config.h can set the correct values for various things. */
-#include "sysdep.h"
+#include "as.h"
#include "itbl-lex.c"
02110-1301, USA. */
%{
-#include "as.h"
#include "itbl-lex.h"
#include <itbl-parse.h>