diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-02 09:07:25 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-02 09:07:25 +0000 |
commit | d1f6fee1d40a62e2755af03085f8223a270d2bd6 (patch) | |
tree | 7e7011675fda3adfd94d1519b5e02150718f5f16 /gcc/xcoffout.c | |
parent | f90351a5fbfa96eedf48372dfe6ae8bca8ee3cca (diff) | |
download | gcc-d1f6fee1d40a62e2755af03085f8223a270d2bd6.tar.gz |
[approved by wilson]
* dbxstclass.h: Rename from this ..
* xcoff.h: .. to this.
* xcoffout.c: Include xcoff.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74167 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r-- | gcc/xcoffout.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |