From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1121 invoked by alias); 28 May 2002 14:29:23 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1094 invoked from network); 28 May 2002 14:29:18 -0000 Received: from unknown (HELO dell-paw-2.cambridge.redhat.com) (195.224.55.226) by sources.redhat.com with SMTP; 28 May 2002 14:29:18 -0000 Received: from north-pole.nickc.cambridge.redhat.com (host217-34-85-119.in-addr.btopenworld.com [217.34.85.119]) by dell-paw-2.cambridge.redhat.com (Postfix) with ESMTP id ED5F82B56A for ; Tue, 28 May 2002 15:29:17 +0100 (BST) Received: from north-pole.nickc.cambridge.redhat.com.nickc.cambridge.redhat.com (localhost [127.0.0.1]) by north-pole.nickc.cambridge.redhat.com (Postfix) with ESMTP id 083EC1BC31; Tue, 28 May 2002 15:29:17 +0100 (BST) To: config-patches@gnu.org Cc: kuang42@netscape.net, kuang@sbcglobal.net, gdb-patches@sources.redhat.com Subject: Re: Patches for DLX support - the top level src directory patch attached References: <360DE151.4E41929E.002044C8@netscape.net> From: Nick Clifton Date: Tue, 28 May 2002 08:07:00 -0000 In-Reply-To: <360DE151.4E41929E.002044C8@netscape.net> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-05/txt/msg00962.txt.bz2 Hi Guys, I am forwarding this patch on behalf of Kuang Hwa Lin, who has recently had a patch to add support for the DLX target approved in binutils. Can his patch to config.sub be applied please ? Cheers Nick 2002-05-28 Kuang Hwa Lin * config.sub: Add DLX support. Index: config.sub =================================================================== RCS file: /cvs/src/src/config.sub,v retrieving revision 1.33 diff -c -3 -p -w -r1.33 config.sub *** config.sub 22 May 2002 18:36:13 -0000 1.33 --- config.sub 28 May 2002 14:28:33 -0000 *************** case $basic_machine in *** 230,236 **** | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ | c4x | clipper \ ! | d10v | d30v | dsp16xx \ | fr30 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ --- 230,236 ---- | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ | c4x | clipper \ ! | d10v | d30v | dlx | dsp16xx \ | fr30 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ *************** case $basic_machine in *** 286,292 **** | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c54x-* \ | clipper-* | cydra-* \ ! | d10v-* | d30v-* \ | elxsi-* \ | f30[01]-* | f700-* | fr30-* | fx80-* \ | h8300-* | h8500-* \ --- 286,292 ---- | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c54x-* \ | clipper-* | cydra-* \ ! | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fr30-* | fx80-* \ | h8300-* | h8500-* \