From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10672 invoked by alias); 10 Jan 2005 05:21:48 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 10179 invoked from network); 10 Jan 2005 05:21:31 -0000 Received: from unknown (HELO ngate.noida.hcltech.com) (202.54.110.230) by sourceware.org with SMTP; 10 Jan 2005 05:21:31 -0000 Received: from noida.hcltech.com ([10.112.42.221]) by ngate.noida.hcltech.com (8.12.5/8.12.5) with ESMTP id j0A5Ma2W001372; Mon, 10 Jan 2005 10:52:37 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: binutils patch for maxq target Content-class: urn:content-classes:message Date: Mon, 10 Jan 2005 05:21:00 -0000 Message-ID: <33BC33A9E76474479B76AD0DE8A16972015C99@exch-ntd.nec.noida.hcltech.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Inderpreet Singh Baweja" To: "Ben Elliston" , Cc: X-SW-Source: 2005-01/txt/msg00084.txt.bz2 Hi Ben, I am sending the patch for the config.sub. I have attached the Changelog. Please commit this.=20 ------------------------ ChangeLog ----------------------------=20 2004-12-17 Inderpreet Singh * config.sub: Add new target maxq. =20 **************** PATCH ************************************ Index: config.sub =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/config.sub,v retrieving revision 1.49 diff -c -3 -p -r1.49 config.sub *** config.sub 16 Nov 2004 01:18:39 -0000 1.49 --- config.sub 16 Nov 2004 14:27:58 -0000 *************** case $basic_machine in *** 237,243 **** | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ ! | m32r | m32rle | m68000 | m68k | m88k | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ --- 237,243 ---- | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ ! | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ *************** case $basic_machine in *** 311,317 **** | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | mcore-* \ ! | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64vr-* | mips64vrel-* \ --- 311,317 ---- | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | mcore-* \ ! | maxq-* | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64vr-* | mips64vrel-* \ *************** case $basic_machine in *** 646,651 **** --- 646,654 ---- m88k-omron*) basic_machine=3Dm88k-omron ;; + maxq) + basic_machine=3Dmaxq + ;; magnum | m3230) basic_machine=3Dmips-mips os=3D-sysv ------------------------------------------------------------------- Thanks, Inder. > -----Original Message----- > From: binutils-owner@sources.redhat.com=20 > [mailto:binutils-owner@sources.redhat.com] On Behalf Of Ben Elliston > Sent: Monday, January 10, 2005 9:24 AM > To: Inderpreet Singh Baweja > Cc: binutils@sources.redhat.com > Subject: Re: binutils patch for maxq target >=20 > Hi Inderpreet, >=20 > I cannot recall receiving a patch from you for config.sub for=20 > the maxq target. If I have missed it, I'm very sorry.=20=20 > Please try re-sending it to config-patches and I will take=20 > care of it right away. >=20 > Cheers, Ben >=20