Browse Source

* configure.tgt (mips*-*-lnews*): New target.

* Makefile.in (emipslnews.c): New target.
	* emulparams/mipslnews.sh: New file.
gdb-4_18-branch
Stan Shebs 30 years ago
parent
commit
9f39d8731a
  1. 9
      ld/emulparams/mipslnews.sh

9
ld/emulparams/mipslnews.sh

@ -0,0 +1,9 @@
SCRIPT_NAME=mips
OUTPUT_FORMAT="ecoff-littlemips"
BIG_OUTPUT_FORMAT="ecoff-bigmips"
LITTLE_OUTPUT_FORMAT="ecoff-littlemips"
TARGET_PAGE_SIZE=0x1000000
ARCH=mips
TEXT_START_ADDR=0x80080000
DATA_ADDR=.
EMBEDDED=yes
Loading…
Cancel
Save