From: Masaki MURANAKA <monaka@monami-software.com>
To: gdb-patches@sourceware.org
Subject: [patch] HR5000 target
Date: Mon, 03 Apr 2006 02:56:00 -0000 [thread overview]
Message-ID: <BF7ADE54-80FE-4D1A-8A90-FCCF845B7B97@monami-software.com> (raw)
Hello,
Here is the small patch to support HIREC HR5000 target.
HR5000 which has MIPS 5kf is used for the aerospace.
----
2006-04-03 Masaki MURANAKA <monaka@monami-software.com>
* config.sub: Add cases for the HIREC hr5000
(which has MIPS 5kf core).
----
Index: config.sub
===================================================================
RCS file: /cvs/src/src/config.sub,v
retrieving revision 1.56
diff -c -p -r1.56 config.sub
*** config.sub 16 Jan 2006 17:34:37 -0000 1.56
--- config.sub 3 Apr 2006 02:50:23 -0000
*************** case $basic_machine in
*** 265,270 ****
--- 265,271 ----
| mipsisa64sb1 | mipsisa64sb1el \
| mipsisa64sr71k | mipsisa64sr71kel \
| mipstx39 | mipstx39el \
+ | mipshr5000 | mipshr5000el \
| mn10200 | mn10300 \
| mt \
| msp430 \
*************** case $basic_machine in
*** 347,352 ****
--- 348,354 ----
| mipsisa64sb1-* | mipsisa64sb1el-* \
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
| mipstx39-* | mipstx39el-* \
+ | mipshr5000-* | mipshr5000el-* \
| mmix-* \
| mt-* \
| msp430-* \
*************** case $basic_machine in
*** 1016,1021 ****
--- 1018,1029 ----
tx39el)
basic_machine=mipstx39el-unknown
;;
+ hr5000)
+ basic_machine=mipshr5000-unknown
+ ;;
+ hr5000el)
+ basic_machine=mipshr5000el-unknown
+ ;;
toad1)
basic_machine=pdp10-xkl
os=-tops20
--
Masaki Muranaka
Monami software
next reply other threads:[~2006-04-03 2:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-03 2:56 Masaki MURANAKA [this message]
2006-04-03 3:13 ` Daniel Jacobowitz
2006-04-03 3:35 ` Masaki MURANAKA
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=BF7ADE54-80FE-4D1A-8A90-FCCF845B7B97@monami-software.com \
--to=monaka@monami-software.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox