aboutsummaryrefslogtreecommitdiff
path: root/gcc/xcoffout.c
diff options
context:
space:
mode:
authorBen Elliston <bje@wasabisystems.com>2003-12-02 09:07:25 +0000
committerBen Elliston <bje@gcc.gnu.org>2003-12-02 20:07:25 +1100
commit1d3f6c9fca057c3eec26affec0842a7d55ea759d (patch)
tree7e7011675fda3adfd94d1519b5e02150718f5f16 /gcc/xcoffout.c
parent2c4ed4565a5bc1cc785dc95d36df2414c06c709b (diff)
downloadgcc-1d3f6c9fca057c3eec26affec0842a7d55ea759d.zip
gcc-1d3f6c9fca057c3eec26affec0842a7d55ea759d.tar.gz
gcc-1d3f6c9fca057c3eec26affec0842a7d55ea759d.tar.bz2
[approved by wilson]
* dbxstclass.h: Rename from this .. * xcoff.h: .. to this. * xcoffout.c: Include xcoff.h. From-SVN: r74167
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r--gcc/xcoffout.c2
1 files changed, 1 insertions, 1 deletions
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"