From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31083 invoked by alias); 31 Jan 2002 04:07:43 -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 31044 invoked from network); 31 Jan 2002 04:07:39 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 31 Jan 2002 04:07:39 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 2D8383DD1; Wed, 30 Jan 2002 23:07:34 -0500 (EST) Message-ID: <3C58C305.1000504@cygnus.com> Date: Wed, 30 Jan 2002 20:07:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfa:rs6000] Eliminate warning_begin() References: <3C58B4E4.5040502@cygnus.com> <1020131034533.ZM16659@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00797.txt.bz2 > On Jan 30, 10:07pm, Andrew Cagney wrote: > > >> The file rs6000-nat.c contains GDB's only warning_begin() call. This >> patch should eliminate it. Ok? I think it is ok - don't have an rs6000 >> handy. > > > It looks okay to me. (Though I haven't tested it either.) I've checked it in. Andrew