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.
This commit is contained in:
Jackie Smith Cashion 1996-04-05 17:17:06 +00:00
parent 0066efbab5
commit 4864a04fc9
2 changed files with 10 additions and 0 deletions

View 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

View 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 ;;