diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-02-21 05:33:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-02-21 05:33:40 +0000 |
commit | c6e40a26c3fb3c84f19e76a6098ae9b5d07c4bf3 (patch) | |
tree | 4efc2222ff3ce9afa6d9e5b4473a249baade75b3 /bfd/Makefile.in | |
parent | 0815d237f6fb3065f1cab9262cab10f97996e286 (diff) | |
download | gdb-c6e40a26c3fb3c84f19e76a6098ae9b5d07c4bf3.tar.gz |
ELF HPPA doesn't work at present; remove it until it does.
* config.bfd: Comment out setting targ_defvec to
bfd_elf32_hppa_vec.
* Makefile.am: Rebuild dependencies.
(BFD32_BACKENDS): Remove elf32-hppa.lo.
(BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
(SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
* Makefile.in: Rebuild.
* targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 4ce26695899..31dc267e43a 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -278,7 +278,6 @@ BFD32_BACKENDS = \ elf32-d30v.lo \ elf32-fr30.lo \ elf32-gen.lo \ - elf32-hppa.lo \ elf32-i386.lo \ elf32-i860.lo \ elf32-i960.lo \ @@ -404,7 +403,6 @@ BFD32_BACKENDS_CFILES = \ elf32-d30v.c \ elf32-fr30.c \ elf32-gen.c \ - elf32-hppa.c \ elf32-i386.c \ elf32-i860.c \ elf32-i960.c \ @@ -550,8 +548,8 @@ CFILES = \ SOURCE_HFILES = \ aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \ - ecoffswap.h elf32-arm.h elf32-hppa.h elfcode.h elfcore.h \ - elflink.h freebsd.h genlink.h go32stub.h hppa_stubs.h libaout.h \ + ecoffswap.h elf32-arm.h elfcode.h elfcore.h \ + elflink.h freebsd.h genlink.h go32stub.h libaout.h \ libbfd.h libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h \ libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h nlmcode.h \ nlmswap.h ns32k.h peicode.h som.h vms.h @@ -1382,10 +1380,6 @@ elf32-fr30.lo: elf32-fr30.c elf-bfd.h $(INCDIR)/elf/common.h \ elf32-gen.lo: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \ $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ elf32-target.h -elf32-hppa.lo: elf32-hppa.c elf-bfd.h $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h libhppa.h \ - elf32-hppa.h elf-hppa.h hppa_stubs.h elf32-target.h elf32-i386.lo: elf32-i386.c $(INCDIR)/bfdlink.h elf-bfd.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h elf32-target.h |