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 | 00c68c85cbcea6b5a25635635b45b9945888b0e7 (patch) | |
tree | 81e318d88edd80133157b5462aaae010852e3e65 /bfd/coff-pmac.c | |
parent | 03cd1ac20e6df1dc68478b8965d814c3c1dd6f2b (diff) | |
download | gdb-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-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 0a550729d0e..790160b7de5 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" |