From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21100 invoked by alias); 31 Aug 2009 22:54:15 -0000 Received: (qmail 21091 invoked by uid 22791); 31 Aug 2009 22:54:14 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SARE_SUB_OBFU_Q1,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 31 Aug 2009 22:54:09 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7VMs5YS014869; Mon, 31 Aug 2009 18:54:06 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7VMs5Tr031166; Mon, 31 Aug 2009 18:54:05 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n7VMs4BO028504; Mon, 31 Aug 2009 18:54:04 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id D515F3781AF; Mon, 31 Aug 2009 16:54:03 -0600 (MDT) From: Tom Tromey To: Jan Kratochvil Cc: Paul Pluzhnikov , gdb-patches@sourceware.org Subject: Re: [patch] [new testcase] Regression on qsort_cmp References: <20090805044504.GJ4370@adacore.com> <4A7ABAF0.7010004@Sun.COM> <4A7FFAB3.7080903@Sun.COM> <8ac60eac0908101320k6cc20e9age92656cba254a5d4@mail.gmail.com> <4A812B8B.8040202@Sun.COM> <20090825084613.GA22242@host0.dyn.jankratochvil.net> <20090825084723.GA24462@host0.dyn.jankratochvil.net> <8ac60eac0908251020w721af576tc18830a09449ea3c@mail.gmail.com> <20090825185510.GA29860@host0.dyn.jankratochvil.net> Reply-To: tromey@redhat.com Date: Mon, 31 Aug 2009 22:56:00 -0000 In-Reply-To: <20090825185510.GA29860@host0.dyn.jankratochvil.net> (Jan Kratochvil's message of "Tue, 25 Aug 2009 20:55:10 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00596.txt.bz2 >>>>> "Jan" == Jan Kratochvil writes: Jan> 2009-08-25 Jan Kratochvil Jan> * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c, Jan> gdb.base/solib-overlap-main.c: New. This is ok. Thanks for writing a new test case for this. Tom