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-pmac.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-pmac.c')
-rw-r--r-- | bfd/coff-pmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-pmac.c b/bfd/coff-pmac.c index 0a55072..790160b 100644 --- a/bfd/coff-pmac.c +++ b/bfd/coff-pmac.c @@ -31,6 +31,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "coff/internal.h" #include "coff/rs6000.h" #include "libcoff.h" -#include "xcoff.h" +#include "xcoff-target.h" |