From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18281 invoked by alias); 3 Apr 2006 02:56:10 -0000 Received: (qmail 18273 invoked by uid 22791); 3 Apr 2006 02:56:10 -0000 X-Spam-Check-By: sourceware.org Received: from p12018-ipbffx02marunouchi.tokyo.ocn.ne.jp (HELO poweredge.monami-software.com) (222.147.75.18) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 03 Apr 2006 02:56:09 +0000 Received: from [192.168.0.2] (unknown [192.168.0.2]) by poweredge.monami-software.com (Postfix) with ESMTP id 182E07D97 for ; Mon, 3 Apr 2006 11:56:07 +0900 (JST) Mime-Version: 1.0 (Apple Message framework v746.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=SHIFT_JIS; format=flowed To: gdb-patches@sourceware.org From: Masaki MURANAKA Subject: [patch] HR5000 target Date: Mon, 03 Apr 2006 02:56:00 -0000 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00011.txt.bz2 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 * 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