aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1997-02-26 04:41:48 +0000
committerStan Shebs <shebs@codesourcery.com>1997-02-26 04:41:48 +0000
commit9f39d8731a5d863ae3f674ecda3bc41da15dc8c4 (patch)
tree700c48046dce5ffa451cc66314a0037a68e92b88 /ld/emulparams
parent034988c662d7ef65467b4c93421888d53b1a0e1a (diff)
downloadgdb-9f39d8731a5d863ae3f674ecda3bc41da15dc8c4.zip
gdb-9f39d8731a5d863ae3f674ecda3bc41da15dc8c4.tar.gz
gdb-9f39d8731a5d863ae3f674ecda3bc41da15dc8c4.tar.bz2
* configure.tgt (mips*-*-lnews*): New target.
* Makefile.in (emipslnews.c): New target. * emulparams/mipslnews.sh: New file.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/mipslnews.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/emulparams/mipslnews.sh b/ld/emulparams/mipslnews.sh
new file mode 100644
index 0000000..d0bb91c
--- /dev/null
+++ b/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