Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch] HR5000 target
@ 2006-04-03  2:56 Masaki MURANAKA
  2006-04-03  3:13 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Masaki MURANAKA @ 2006-04-03  2:56 UTC (permalink / raw)
  To: gdb-patches

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-03  3:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-03  2:56 [patch] HR5000 target Masaki MURANAKA
2006-04-03  3:13 ` Daniel Jacobowitz
2006-04-03  3:35   ` Masaki MURANAKA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox