[approved by wilson]

* dbxstclass.h: Rename from this ..
	* xcoff.h: .. to this.
	* xcoffout.c: Include xcoff.h.

From-SVN: r74167
This commit is contained in:
Ben Elliston 2003-12-02 09:07:25 +00:00 committed by Ben Elliston
parent 2c4ed4565a
commit 1d3f6c9fca
3 changed files with 7 additions and 1 deletions

View 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.

View 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"