aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/libgcc2.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2fb2248..ba774fb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-17 Jeff Law <law@redha.com>
+
+ * libgcc2.c: Do not include symcat.h or machmode.h.
+
2002-06-17 Richard Henderson <rth@redhat.com>
PR target/6922
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index 13da298..4b1e187 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -36,9 +36,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "tconfig.h"
#include "tsystem.h"
-#include "symcat.h"
-#include "machmode.h"
-
/* Don't use `fancy_abort' here even if config.h says to use it. */
#ifdef abort
#undef abort