From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26135 invoked by alias); 4 Oct 2010 08:44:57 -0000 Received: (qmail 26114 invoked by uid 22791); 4 Oct 2010 08:44:56 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from db3ehsobe003.messaging.microsoft.com (HELO DB3EHSOBE003.bigfish.com) (213.199.154.141) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 04 Oct 2010 08:44:52 +0000 Received: from mail6-db3-R.bigfish.com (10.3.81.254) by DB3EHSOBE003.bigfish.com (10.3.84.23) with Microsoft SMTP Server id 14.1.225.8; Mon, 4 Oct 2010 08:44:49 +0000 Received: from mail6-db3 (localhost.localdomain [127.0.0.1]) by mail6-db3-R.bigfish.com (Postfix) with ESMTP id B8D99DB0382; Mon, 4 Oct 2010 08:44:49 +0000 (UTC) X-SpamScore: -4 X-BigFish: VPS-4(zz154dMzz1202hzzz32i2a8h61h) X-Spam-TCS-SCL: 0:0 Received: from mail6-db3 (localhost.localdomain [127.0.0.1]) by mail6-db3 (MessageSwitch) id 1286181889572668_14431; Mon, 4 Oct 2010 08:44:49 +0000 (UTC) Received: from DB3EHSMHS012.bigfish.com (unknown [10.3.81.252]) by mail6-db3.bigfish.com (Postfix) with ESMTP id 720A1220050; Mon, 4 Oct 2010 08:44:49 +0000 (UTC) Received: from Kcinpunhjhc01.kpit.com (203.197.93.240) by DB3EHSMHS012.bigfish.com (10.3.87.112) with Microsoft SMTP Server (TLS) id 14.0.482.44; Mon, 4 Oct 2010 08:44:48 +0000 Received: from Kcinpunhjcms01.kpit.com ([172.10.16.121]) by Kcinpunhjhc01.kpit.com ([172.10.16.123]) with mapi; Mon, 4 Oct 2010 14:14:46 +0530 From: "Naveen H. S" To: Ralf Wildenhues , Paolo Bonzini , Nick Clifton CC: "binutils@sourceware.org" , "gdb@sourceware.org" , "gcc@gnu.org" , DJ Delorie Date: Mon, 04 Oct 2010 08:44:00 -0000 Subject: RE: toplevel *again* out of sync Message-ID: <371569CBCFB2E745B891DBB88B2DFDDD19E5ED84CB@KCINPUNHJCMS01.kpit.com> References: <20101002091756.GF13327@gmx.de> <20101002124037.GB3029@gmx.de> In-Reply-To: <20101002124037.GB3029@gmx.de> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Reverse-DNS: Kcinpunhjhc01.kpit.com Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-10/txt/msg00008.txt.bz2 Hi, >> Nick, Naveen, the diff between the GCC and the src commits is this; >> which variant is correct? >> - noconfigdirs=3D"$noconfigdirs target-libgloss ${libgcj}" >> + noconfigdirs=3D"$noconfigdirs ${libgcj}" The following variant in src is the correct version:- + noconfigdirs=3D"$noconfigdirs ${libgcj}" The GCC commit should be modified as per the src commit. Sorry, hunk of GCC was my mistake in the modified patch.=20 >> Please fix the wrong side, and fix src/ChangeLog. Thanks. Sorry, I don't have the permissions to commit these changes.=20 Thanks & Regards, Naveen