diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 70de49902ec..94af6cad67e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-12-02 Ben Elliston + + * dbxstclass.h: Rename from this .. + * xcoff.h: .. to this. + * xcoffout.c: Include xcoff.h. + 2003-12-01 Kaveh R. Ghazi * Makefile.in (GCC_CFLAGS): Add -Wold-style-definition. diff --git a/gcc/dbxstclass.h b/gcc/xcoff.h similarity index 100% rename from gcc/dbxstclass.h rename to gcc/xcoff.h diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 7c03ca5b096..324c5d5fa5b 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"