aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/Makefile.am1
-rw-r--r--ld/Makefile.in1
3 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 3151bf0..83695dc 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-10 Doug Evans <dje@sebabeach.org>
+
+ * Makefile.am (ALL_EMULATIONS): Add em32relf.o.
+ * Makefile.in: Regenerate.
+
2003-06-10 Richard Sandiford <rsandifo@redhat.com>
* configure.tgt (h8300*): Add h8300sxn emulations.
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 56354e3..c1070e6 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -235,6 +235,7 @@ ALL_EMULATIONS = \
ei386pe.o \
ei386pe_posix.o \
elnk960.o \
+ em32relf.o \
em68hc11elf.o \
em68hc11elfb.o \
em68hc12elf.o \
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 0d7904c..879af1c 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -349,6 +349,7 @@ ALL_EMULATIONS = \
ei386pe.o \
ei386pe_posix.o \
elnk960.o \
+ em32relf.o \
em68hc11elf.o \
em68hc11elfb.o \
em68hc12elf.o \