From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27889 invoked by alias); 31 May 2007 01:29:20 -0000 Received: (qmail 27879 invoked by uid 22791); 31 May 2007 01:29:19 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 31 May 2007 01:29:15 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l4V1TCOr024618; Wed, 30 May 2007 21:29:12 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4V1TCKJ012020; Wed, 30 May 2007 21:29:12 -0400 Received: from ironwood.lan (vpn-14-69.rdu.redhat.com [10.11.14.69]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4V1TBXG006003; Wed, 30 May 2007 21:29:11 -0400 Date: Thu, 31 May 2007 01:29:00 -0000 From: Kevin Buettner To: Joel Brobecker Cc: gdb-patches@sources.redhat.com, gdb-patches@sourceware.org Subject: Re: [RFA] Remove solib-svr4.c warning Message-ID: <20070530182910.0e52fc29@ironwood.lan> In-Reply-To: <20070522225940.GC3710@adacore.com> References: <20070522225940.GC3710@adacore.com> X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.10.4; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2007-05/txt/msg00429.txt.bz2 Message-ID: <20070531012900.mYgRml03nLrp3nnd96JSRKZBBtoBWPzfJEjb5mZP9lo@z> On Tue, 22 May 2007 15:59:40 -0700 Joel Brobecker wrote: > 2007-05-22 Joel Brobecker > > * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning. > > Tested on x86-linux, no regression. > OK to commit? Okay. Kevin