]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
authorJeff Law <law@redhat.com>
Mon, 24 Apr 2000 08:23:47 +0000 (08:23 +0000)
committerJeff Law <law@redhat.com>
Mon, 24 Apr 2000 08:23:47 +0000 (08:23 +0000)
        (BFD64_BACKENDS_CFILES): Add elf64-hppa.c
        (elf64-hppa.lo): Add dependencies.
        * Makefile.in: Rebuilt.

bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in

index bc9d720cce0bde69b96c351080ef4a43ece65ee7..1ca78ac77bfbae576403bf2c06927d054c406e6a 100644 (file)
@@ -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>
index fd7fe42ee01e3e0fefc3de9c1bc7e51ba9c39b31..83fd192bf7539d6df821ce9624e79fe677cd9042 100644 (file)
@@ -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 \
index 360b32d9f2b92e618d7ca5eb94e2e619a9b27a17..26692fa8d820aff263b5322d480588bbfcd59386 100644 (file)
@@ -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 \