]> gcc.gnu.org Git - gcc.git/commitdiff
[approved by wilson]
authorBen Elliston <bje@wasabisystems.com>
Tue, 2 Dec 2003 09:07:25 +0000 (09:07 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Tue, 2 Dec 2003 09:07:25 +0000 (20:07 +1100)
* dbxstclass.h: Rename from this ..
* xcoff.h: .. to this.
* xcoffout.c: Include xcoff.h.

From-SVN: r74167

gcc/ChangeLog
gcc/xcoff.h [moved from gcc/dbxstclass.h with 100% similarity]
gcc/xcoffout.c

index 70de49902ec8879122115c3017e88f9d9ee147fe..94af6cad67e8bf1635a1e88065ed5f467097fbd2 100644 (file)
@@ -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.
similarity index 100%
rename from gcc/dbxstclass.h
rename to gcc/xcoff.h
index 7c03ca5b096cc3f5d97ce2a4d6c68fcb35eba24d..324c5d5fa5b6f7b1c2dcdf89ee35d9487ce10fc1 100644 (file)
@@ -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"
This page took 0.073783 seconds and 5 git commands to generate.