Wed Feb 3 09:05:56 1993 Ian Lance Taylor (ian@cygnus.com)

* mipsbig.sh: New file.  Big endian MIPS emulation.
	* config/mips-big.mt: New file.  Use mipsbig emulation.
	* configure.in (mips-sgi-irix*): Use target mips-big.
	* Makefile.in (ALL_EMULATIONS): Added em_mipsbig.o.
	(em_mipsbig.c): New target.  Uses mipsbig.sh.
This commit is contained in:
Ian Lance Taylor 1993-02-03 17:10:09 +00:00
parent dd23fc3965
commit 2552fc24f1
2 changed files with 6 additions and 0 deletions

1
ld/config/mips-big.mt Normal file
View File

@ -0,0 +1 @@
EMUL=mipsbig

5
ld/mipsbig.sh Normal file
View File

@ -0,0 +1,5 @@
EMULATION_NAME=mipsbig
SCRIPT_NAME=mips
OUTPUT_FORMAT="ecoff-bigmips"
PAGE_SIZE=0x1000000
ARCH=mips