diff options
author | Clinton Popetz <cpopetz@cpopetz.com> | 2000-05-06 01:47:18 +0000 |
---|---|---|
committer | Clinton Popetz <cpopetz@cpopetz.com> | 2000-05-06 01:47:18 +0000 |
commit | 2c38bc20f9b8fb14a185c93914c0d394619d701b (patch) | |
tree | 828566a0c06d1611fd83988f26991fb2884bd364 /bfd/coff-rs6000.c | |
parent | c6664dfb26da335900bc3276764e24362a54e372 (diff) | |
download | gdb-2c38bc20f9b8fb14a185c93914c0d394619d701b.zip gdb-2c38bc20f9b8fb14a185c93914c0d394619d701b.tar.gz gdb-2c38bc20f9b8fb14a185c93914c0d394619d701b.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |