summaryrefslogtreecommitdiff
path: root/bfd/coff-rs6000.c
diff options
context:
space:
mode:
authorClinton Popetz <cpopetz@cpopetz.com>2000-05-06 01:47:18 +0000
committerClinton Popetz <cpopetz@cpopetz.com>2000-05-06 01:47:18 +0000
commit00c68c85cbcea6b5a25635635b45b9945888b0e7 (patch)
tree81e318d88edd80133157b5462aaae010852e3e65 /bfd/coff-rs6000.c
parent03cd1ac20e6df1dc68478b8965d814c3c1dd6f2b (diff)
downloadgdb-00c68c85cbcea6b5a25635635b45b9945888b0e7.tar.gz
* xcoff.h: Rename to xcoff-target.h
* Makefile.am: Change all instances of xcoff.h to xcoff-target.h * coff-rs6000.c: Ditto. * coff64-rs6000.c: Ditto. * coff-pmac.c: Ditto. * Makefile.in: Regenerate.
Diffstat (limited to 'bfd/coff-rs6000.c')
-rw-r--r--bfd/coff-rs6000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-rs6000.c b/bfd/coff-rs6000.c
index aa44e4484ba..46894001a7b 100644
--- a/bfd/coff-rs6000.c
+++ b/bfd/coff-rs6000.c
@@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "libcoff.h"
#define TARGET_NAME "aixcoff-rs6000"
#define TARGET_SYM rs6000coff_vec
-#include "xcoff.h"
+#include "xcoff-target.h"
/* The main body of code is in coffcode.h. */