From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20033 invoked by alias); 10 Oct 2002 07:42:03 -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 20025 invoked from network); 10 Oct 2002 07:42:01 -0000 Received: from unknown (HELO www.lampret.com) (193.189.173.98) by sources.redhat.com with SMTP; 10 Oct 2002 07:42:01 -0000 Received: from vili ([212.118.94.130]) by www.lampret.com (8.11.6/8.11.6) with ESMTP id g9AAdkQ08639; Thu, 10 Oct 2002 09:39:49 -0100 Content-Type: text/plain; charset="iso-8859-1" From: Marko Mlinar To: David Carlton Subject: Re: Merging OC gdb with official gdb Date: Thu, 10 Oct 2002 00:42:00 -0000 User-Agent: KMail/1.4.1 Cc: gdb-patches@sources.redhat.com References: <200209041256.47379.markom@opencores.org> <200210091359.54866.markom@opencores.org> In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200210100941.11940.markom@opencores.org> X-SW-Source: 2002-10/txt/msg00215.txt.bz2 On Thursday 10 October 2002 01:11, David Carlton wrote: > On Wed, 9 Oct 2002 13:59:54 +0200, Marko Mlinar sa= id: > > I've sumbitted a bug report and committed the patch: > > This patch causes a regression for me on gdb.base/display.exp: it > causes GDB to hang when trying to do the 'second disp' test. > > I'm using i686-pc-linux-gnu with GCC 3.1 as the compiler. > > David Carlton > carlton@math.stanford.edu Hi,=20 my appologies. Forgot to specify all modified files with cvs ci :( I get (before and after my (now two) patches): =3D=3D=3D gdb Summary =3D=3D=3D # of expected passes 8263 # of unexpected failures 71 # of unexpected successes 10 # of expected failures 169 # of untested testcases 3 # of unsupported tests 1 Marko