diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-08-30 16:02:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-08-30 16:02:40 +0000 |
commit | ee8a3a3be4ea27d3aadf6d78b3ba62f55df07254 (patch) | |
tree | 30cc922d79b903d5f11231366b283dcf872fb4f0 /bfd | |
parent | 8eb59a907a65133ccaee3721060fa356bf722fb9 (diff) | |
download | binutils-ee8a3a3be4ea27d3aadf6d78b3ba62f55df07254.tar.gz binutils-ee8a3a3be4ea27d3aadf6d78b3ba62f55df07254.tar.bz2 binutils-ee8a3a3be4ea27d3aadf6d78b3ba62f55df07254.zip |
2001-08-30 H.J. Lu <hjl@gnu.org>
* Makefile.am (BFD32_BACKENDS): Add elf32-h8300.lo.
(BFD32_BACKENDS_CFILES): Add elf32-h8300.c.
* Makefile.in: Rebuild.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 | ||||
-rw-r--r-- | bfd/Makefile.am | 2 | ||||
-rw-r--r-- | bfd/Makefile.in | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9bde0aa7645..afbae91c2f3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2001-08-30 H.J. Lu <hjl@gnu.org> + * Makefile.am (BFD32_BACKENDS): Add elf32-h8300.lo. + (BFD32_BACKENDS_CFILES): Add elf32-h8300.c. + * Makefile.in: Rebuild. + +2001-08-30 H.J. Lu <hjl@gnu.org> + * elf32-mips.c (mips_elf_calculate_relocation): Don't create dynamic relocation for undefined weak symbols when creating executables. Check h->root.root.type, instead of h->root.type. 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 \ |