mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
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:
parent
dd23fc3965
commit
2552fc24f1
1
ld/config/mips-big.mt
Normal file
1
ld/config/mips-big.mt
Normal file
@ -0,0 +1 @@
|
||||
EMUL=mipsbig
|
5
ld/mipsbig.sh
Normal file
5
ld/mipsbig.sh
Normal file
@ -0,0 +1,5 @@
|
||||
EMULATION_NAME=mipsbig
|
||||
SCRIPT_NAME=mips
|
||||
OUTPUT_FORMAT="ecoff-bigmips"
|
||||
PAGE_SIZE=0x1000000
|
||||
ARCH=mips
|
Loading…
Reference in New Issue
Block a user