aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog9
-rw-r--r--ld/Makefile.am6
-rw-r--r--ld/Makefile.in6
-rw-r--r--ld/configure.tgt2
-rw-r--r--ld/emulparams/elf32mt.sh2
5 files changed, 17 insertions, 8 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 237d1a8..8e2224e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,12 @@
+2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
+
+ * Makefile.am (ALL_EMULATIONS): Replace ms1 files with mt files.
+ (eelf32mt.c): Update target name and dependencies.
+ * Makefile.in: Rebuilt.
+ * configure.tgt: Replace ms1 arch with mt arch.
+ * emulparams/elf32mt.sh: Renamed from elf32ms1.sh. Update
+ comment.
+
2005-12-11 Bernhard Fischer <aldot@gcc.gnu.org>
* scripttempl/armbpabi.sc: Fix typo in comment for .ctors.
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 935f269..01b2432 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -173,7 +173,7 @@ ALL_EMULATIONS = \
eelf32m32c.o \
eelf32mcore.o \
eelf32mipswindiss.o \
- eelf32ms1.o \
+ eelf32mt.o \
eelf32openrisc.o \
eelf32ppc.o \
eelf32ppc_fbsd.o \
@@ -1556,9 +1556,9 @@ eelf32m32c.c: $(srcdir)/emulparams/elf32m32c.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \
$(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32m32c "$(tdir_m32c)"
-eelf32ms1.c: $(srcdir)/emulparams/elf32ms1.sh \
+eelf32mt.c: $(srcdir)/emulparams/elf32mt.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
- ${GENSCRIPTS} elf32ms1 "$(tdir_ms1)"
+ ${GENSCRIPTS} elf32mt "$(tdir_mt)"
# We need this for automake to use YLWRAP.
EXTRA_ld_new_SOURCES = deffilep.y
diff --git a/ld/Makefile.in b/ld/Makefile.in
index a45cf45..bc1583e 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -396,7 +396,7 @@ ALL_EMULATIONS = \
eelf32m32c.o \
eelf32mcore.o \
eelf32mipswindiss.o \
- eelf32ms1.o \
+ eelf32mt.o \
eelf32openrisc.o \
eelf32ppc.o \
eelf32ppc_fbsd.o \
@@ -2360,9 +2360,9 @@ eelf32m32c.c: $(srcdir)/emulparams/elf32m32c.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \
$(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32m32c "$(tdir_m32c)"
-eelf32ms1.c: $(srcdir)/emulparams/elf32ms1.sh \
+eelf32mt.c: $(srcdir)/emulparams/elf32mt.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
- ${GENSCRIPTS} elf32ms1 "$(tdir_ms1)"
+ ${GENSCRIPTS} elf32mt "$(tdir_mt)"
# The generated emulation files mostly have the same dependencies.
$(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 9f1dc8e..b8e1eb9 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -345,7 +345,7 @@ am33_2.0-*-linux*) targ_emul=elf32am33lin ;;
mn10200-*-*) targ_emul=mn10200 ;;
mn10300-*-*) targ_emul=mn10300
;;
-ms1-*elf) targ_emul=elf32ms1
+mt-*elf) targ_emul=elf32mt
;;
msp430-*-*) targ_emul=msp430x110
targ_extra_emuls="msp430x112 msp430x1101 msp430x1111 msp430x1121 msp430x1122 msp430x1132 msp430x122 msp430x123 msp430x1222 msp430x1232 msp430x133 msp430x135 msp430x1331 msp430x1351 msp430x147 msp430x148 msp430x149 msp430x155 msp430x156 msp430x157 msp430x167 msp430x168 msp430x169 msp430x1610 msp430x1611 msp430x1612 msp430x2101 msp430x2111 msp430x2121 msp430x2131 msp430x311 msp430x312 msp430x313 msp430x314 msp430x315 msp430x323 msp430x325 msp430x336 msp430x337 msp430x412 msp430x413 msp430x415 msp430x417 msp430xE423 msp430xE425 msp430xE427 msp430xW423 msp430xW425 msp430xW427 msp430xG437 msp430xG438 msp430xG439 msp430x435 msp430x436 msp430x437 msp430x447 msp430x448 msp430x449"
diff --git a/ld/emulparams/elf32mt.sh b/ld/emulparams/elf32mt.sh
index 27957e9..c5e7876 100644
--- a/ld/emulparams/elf32mt.sh
+++ b/ld/emulparams/elf32mt.sh
@@ -1,7 +1,7 @@
MACHINE=
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-ms1"
-# See also `include/elf/ms1.h'
+# See also `include/elf/mt.h'
TEXT_START_ADDR=0x2000
ARCH=ms1
ENTRY=_start