From: Jackie Smith Cashion Date: Fri, 5 Apr 1996 17:17:06 +0000 (+0000) Subject: Fri Apr 5 18:11:25 1996 James G. Smith X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4864a04fc96ef9f7035911f2433ad287cec46ee0;p=binutils-gdb.git Fri Apr 5 18:11:25 1996 James G. Smith * 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. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index df59d77ea9f..8b95fc7a32f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +Fri Apr 5 18:11:25 1996 James G. Smith + + * 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 * ldlang.c (lang_size_sections): Change region check to handle diff --git a/ld/configure.tgt b/ld/configure.tgt index a471b4a4f28..de04abf0cb2 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -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 ;;