* [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
* Re: [patch] HR5000 target
2006-04-03 2:56 [patch] HR5000 target Masaki MURANAKA
@ 2006-04-03 3:13 ` Daniel Jacobowitz
2006-04-03 3:35 ` Masaki MURANAKA
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Jacobowitz @ 2006-04-03 3:13 UTC (permalink / raw)
To: Masaki MURANAKA; +Cc: gdb-patches
On Mon, Apr 03, 2006 at 11:56:05AM +0900, Masaki MURANAKA wrote:
> 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).
Two things:
- Patches to config.sub should not be sent here. See the top-level
MAINTAINERS file; I believe it's config-patches@gnu.org.
- Why does this need its own target triplet? Can't you use a normal
mips-elf or mips64-elf toolchain for this target?
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] HR5000 target
2006-04-03 3:13 ` Daniel Jacobowitz
@ 2006-04-03 3:35 ` Masaki MURANAKA
0 siblings, 0 replies; 3+ messages in thread
From: Masaki MURANAKA @ 2006-04-03 3:35 UTC (permalink / raw)
To: gdb-patches
On 2006/04/03, at 12:13, Daniel Jacobowitz wrote:
> - Patches to config.sub should not be sent here. See the top-level
> MAINTAINERS file; I believe it's config-patches@gnu.org.
Thanks. I'll resend there.
> - Why does this need its own target triplet? Can't you use a normal
> mips-elf or mips64-elf toolchain for this target?
Often it use special libraries/startups.
And the another version of MIPS core chip is also available.
Target board has more than 2 CPUs (MIPS core but the different
version, like 5kf and 4kc).
It will be confused if we reuse mips*-elf target.
--
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