From: Jeff Law Date: Mon, 24 Apr 2000 08:23:47 +0000 (+0000) Subject: * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=dd0de7df21d42251d877f75b4fc296c8f999cb18;p=pf3gnuchains%2Fpf3gnuchains3x.git * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo (BFD64_BACKENDS_CFILES): Add elf64-hppa.c (elf64-hppa.lo): Add dependencies. * Makefile.in: Rebuilt. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bc9d720cce..1ca78ac77b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Mon Apr 24 02:17:31 2000 Jeffrey A Law (law@cygnus.com) + * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo + (BFD64_BACKENDS_CFILES): Add elf64-hppa.c + (elf64-hppa.lo): Add dependencies. + * Makefile.in: Rebuilt. + * elf64-hppa.c, elf64-hppa.h: New files with PA64 support. Mon Apr 24 02:14:29 2000 Jason Eckhardt diff --git a/bfd/Makefile.am b/bfd/Makefile.am index fd7fe42ee0..83fd192bf7 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -390,6 +390,7 @@ BFD64_BACKENDS = \ coff-ia64.lo \ demo64.lo \ elf64-alpha.lo \ + elf64-hppa.lo \ elf64-ia64.lo \ elf64-gen.lo \ elf64-mips.lo \ @@ -404,6 +405,7 @@ BFD64_BACKENDS_CFILES = \ coff-ia64.c \ demo64.c \ elf64-alpha.c \ + elf64-hppa.c \ elf64-ia64.c \ elf64-gen.c \ elf64-mips.c \ @@ -658,6 +660,10 @@ config.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host $(SHELL) ./config.status --recheck +elf64-hppa.lo: elf64-hppa.c elf64-hppa.h elf-bfd.h \ + $(INCDIR)/elf/hppa.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ + $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/reloc-macros.h \ + elf64-target.h cpu-ia64.lo: cpu-ia64.c cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h elf64-ia64.lo: elf64-ia64.c elf-bfd.h $(INCDIR)/opcode/ia64.h \ $(INCDIR)/elf/ia64.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 360b32d9f2..26692fa8d8 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -509,6 +509,7 @@ BFD64_BACKENDS = \ coff-ia64.lo \ demo64.lo \ elf64-alpha.lo \ + elf64-hppa.lo \ elf64-ia64.lo \ elf64-gen.lo \ elf64-mips.lo \ @@ -524,6 +525,7 @@ BFD64_BACKENDS_CFILES = \ coff-ia64.c \ demo64.c \ elf64-alpha.c \ + elf64-hppa.c \ elf64-ia64.c \ elf64-gen.c \ elf64-mips.c \ @@ -1186,6 +1188,10 @@ stmp-lcoff-h: $(LIBCOFF_H_FILES) config.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host $(SHELL) ./config.status --recheck +elf64-hppa.lo: elf64-hppa.c elf64-hppa.h elf-bfd.h \ + $(INCDIR)/elf/hppa.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ + $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/reloc-macros.h \ + elf64-target.h cpu-ia64.lo: cpu-ia64.c cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h elf64-ia64.lo: elf64-ia64.c elf-bfd.h $(INCDIR)/opcode/ia64.h \ $(INCDIR)/elf/ia64.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \