From: H.J. Lu Date: Thu, 30 Aug 2001 16:02:40 +0000 (+0000) Subject: 2001-08-30 H.J. Lu X-Git-Tag: cygnus_cvs_20020108_pre~1490 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee8a3a3be4ea27d3aadf6d78b3ba62f55df07254;p=thirdparty%2Fbinutils-gdb.git 2001-08-30 H.J. Lu * Makefile.am (BFD32_BACKENDS): Add elf32-h8300.lo. (BFD32_BACKENDS_CFILES): Add elf32-h8300.c. * Makefile.in: Rebuild. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9bde0aa7645..afbae91c2f3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2001-08-30 H.J. Lu + + * Makefile.am (BFD32_BACKENDS): Add elf32-h8300.lo. + (BFD32_BACKENDS_CFILES): Add elf32-h8300.c. + * Makefile.in: Rebuild. + 2001-08-30 H.J. Lu * elf32-mips.c (mips_elf_calculate_relocation): Don't create diff --git a/bfd/Makefile.am b/bfd/Makefile.am index b224d6dd020..cce6d7128bf 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -187,6 +187,7 @@ BFD32_BACKENDS = \ elf32-d30v.lo \ elf32-fr30.lo \ elf32-gen.lo \ + elf32-h8300.lo \ elf32-hppa.lo \ elf32-i370.lo \ elf32-i386.lo \ @@ -327,6 +328,7 @@ BFD32_BACKENDS_CFILES = \ elf32-d30v.c \ elf32-fr30.c \ elf32-gen.c \ + elf32-h8300.c \ elf32-hppa.c \ elf32-i370.c \ elf32-i386.c \ diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 1320e8c5772..622fe34c778 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -311,6 +311,7 @@ BFD32_BACKENDS = \ elf32-d30v.lo \ elf32-fr30.lo \ elf32-gen.lo \ + elf32-h8300.lo \ elf32-hppa.lo \ elf32-i370.lo \ elf32-i386.lo \ @@ -452,6 +453,7 @@ BFD32_BACKENDS_CFILES = \ elf32-d30v.c \ elf32-fr30.c \ elf32-gen.c \ + elf32-h8300.c \ elf32-hppa.c \ elf32-i370.c \ elf32-i386.c \