aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/xcoff.h (renamed from gcc/dbxstclass.h)0
-rw-r--r--gcc/xcoffout.c2
3 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 70de499..94af6ca 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-02 Ben Elliston <bje@wasabisystems.com>
+
+ * dbxstclass.h: Rename from this ..
+ * xcoff.h: .. to this.
+ * xcoffout.c: Include xcoff.h.
+
2003-12-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (GCC_CFLAGS): Add -Wold-style-definition.
diff --git a/gcc/dbxstclass.h b/gcc/xcoff.h
index 2d003fe..2d003fe 100644
--- a/gcc/dbxstclass.h
+++ b/gcc/xcoff.h
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c
index 7c03ca5..324c5d5 100644
--- a/gcc/xcoffout.c
+++ b/gcc/xcoffout.c
@@ -39,7 +39,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#ifdef XCOFF_DEBUGGING_INFO
/* This defines the C_* storage classes. */
-#include "dbxstclass.h"
+#include "xcoff.h"
#include "xcoffout.h"
#include "dbxout.h"
#include "gstab.h"