This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] HR5000 target


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]