aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2001-08-30 16:02:40 +0000
committerH.J. Lu <hjl.tools@gmail.com>2001-08-30 16:02:40 +0000
commitee8a3a3be4ea27d3aadf6d78b3ba62f55df07254 (patch)
tree30cc922d79b903d5f11231366b283dcf872fb4f0 /bfd
parent8eb59a907a65133ccaee3721060fa356bf722fb9 (diff)
downloadfsf-binutils-gdb-ee8a3a3be4ea27d3aadf6d78b3ba62f55df07254.zip
fsf-binutils-gdb-ee8a3a3be4ea27d3aadf6d78b3ba62f55df07254.tar.gz
fsf-binutils-gdb-ee8a3a3be4ea27d3aadf6d78b3ba62f55df07254.tar.bz2
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/ChangeLog6
-rw-r--r--bfd/Makefile.am2
-rw-r--r--bfd/Makefile.in2
3 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9bde0aa..afbae91 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 b224d6d..cce6d71 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 1320e8c..622fe34 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 \