aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/itbl-lex.l3
-rw-r--r--gas/itbl-ops.c2
3 files changed, 8 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ffec7db..b32d057 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-29 Daniel Jacobowitz <drow@mvista.com>
+
+ * itbl-lex.l: Use #include <> for generated headers.
+ * itbl-ops.c: Likewise.
+
2002-10-28 Daniel Jacobowitz <drow@mvista.com>
* doc/gasp.texi: Fix typo in deprecation note.
diff --git a/gas/itbl-lex.l b/gas/itbl-lex.l
index ed0be64..e924efc 100644
--- a/gas/itbl-lex.l
+++ b/gas/itbl-lex.l
@@ -22,7 +22,8 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
-#include "itbl-parse.h"
+
+#include <itbl-parse.h>
#ifdef DEBUG
#define DBG(x) printf x
diff --git a/gas/itbl-ops.c b/gas/itbl-ops.c
index d67a986..09db9f7 100644
--- a/gas/itbl-ops.c
+++ b/gas/itbl-ops.c
@@ -92,7 +92,7 @@
#include <stdlib.h>
#include <string.h>
#include "itbl-ops.h"
-#include "itbl-parse.h"
+#include <itbl-parse.h>
/* #define DEBUG */