From 2c38bc20f9b8fb14a185c93914c0d394619d701b Mon Sep 17 00:00:00 2001 From: Clinton Popetz Date: Sat, 6 May 2000 01:47:18 +0000 Subject: * 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. --- bfd/coff-rs6000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/coff-rs6000.c') diff --git a/bfd/coff-rs6000.c b/bfd/coff-rs6000.c index aa44e44..4689400 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. */ -- cgit v1.1