summaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-04-24 08:23:47 +0000
committerJeff Law <law@redhat.com>2000-04-24 08:23:47 +0000
commit7c7dc97bbebb14392494ee453e96620125a65d18 (patch)
tree286b1b5ff6e1b4cc6589eda6479a3662be311a51 /bfd
parent2688ddd4e474a4cbba5c8241fd80081f96858e22 (diff)
downloadgdb-7c7dc97bbebb14392494ee453e96620125a65d18.tar.gz
* Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
(BFD64_BACKENDS_CFILES): Add elf64-hppa.c (elf64-hppa.lo): Add dependencies. * Makefile.in: Rebuilt.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/Makefile.am6
-rw-r--r--bfd/Makefile.in6
3 files changed, 17 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index bc9d720cce0..1ca78ac77bf 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 <jle@cygnus.com>
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index fd7fe42ee01..83fd192bf75 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 360b32d9f2b..26692fa8d82 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 \