Fri Apr 5 18:11:25 1996 James G. Smith <jsmith@cygnus.co.uk>
authorJackie Smith Cashion <jsmith@redhat.com>
Fri, 5 Apr 1996 17:17:06 +0000 (17:17 +0000)
committerJackie Smith Cashion <jsmith@redhat.com>
Fri, 5 Apr 1996 17:17:06 +0000 (17:17 +0000)
* emulparams/elf32{b,l}4300.sh (MACHINE): Add explicit
  architecture number.
* scripttempl/elf.sc: Use $MACHINE definition if present.
* configure.tgt (targ_extra_emuls): Force 4100 build to use same
  template as 4300.

ld/ChangeLog
ld/configure.tgt

index df59d77ea9f5a334e8f8d44bc2fe2b6e1dc1b20d..8b95fc7a32f82a78fddbae3bf0906addc94edfec 100644 (file)
@@ -1,3 +1,11 @@
+Fri Apr  5 18:11:25 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * emulparams/elf32{b,l}4300.sh (MACHINE): Add explicit
+       architecture number.
+       * scripttempl/elf.sc: Use $MACHINE definition if present.
+       * configure.tgt (targ_extra_emuls): Force 4100 build to use same
+       template as 4300.
+
 Mon Apr  1 17:35:40 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * ldlang.c (lang_size_sections): Change region check to handle
index a471b4a4f284772e93bb16bcd63f5ddb1d6e6b61..de04abf0cb24e0f581a166862bd734d65e306213 100644 (file)
@@ -118,6 +118,8 @@ mips*-dec-netbsd*)  targ_emul=elf32lmip ;;
 mips*-*-bsd*)          targ_emul=mipsbig ;;
 mips*vr4300el-*-elf*)  targ_emul=elf32l4300 ;;
 mips*vr4300-*-elf*)    targ_emul=elf32b4300 ;;
+mips*vr4100el-*-elf*)  targ_emul=elf32l4300 ;;
+mips*vr4100-*-elf*)    targ_emul=elf32b4300 ;;
 mips*el-*-elf*)                targ_emul=elf32lmip ;;
 mips*-*-elf*)          targ_emul=elf32bmip ;;
 alpha-*-linux*)                targ_emul=alpha ;;