From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14350 invoked by alias); 23 Feb 2004 20:30:36 -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 14339 invoked from network); 23 Feb 2004 20:30:36 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 23 Feb 2004 20:30:36 -0000 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 5F36080001E; Mon, 23 Feb 2004 15:30:35 -0500 (EST) Message-ID: <403A62EB.7020202@redhat.com> Date: Mon, 23 Feb 2004 20:30:00 -0000 From: Jeff Johnston User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA]: pending breakpoint cosmetic change References: <40355FC6.6010606@redhat.com> <403A22F5.8090003@gnu.org> In-Reply-To: <403A22F5.8090003@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00656.txt.bz2 Thanks. Patch checked in. -- Jeff J. Andrew Cagney wrote: >> - { >> - ui_out_field_string (uiout, "addr", ""); >> - if (TARGET_ADDR_BIT <= 32) >> - ui_out_spaces (uiout, 2); >> - else >> - ui_out_spaces (uiout, 8); >> - } >> + ui_out_field_string (uiout, "addr", ""); > > > Yep! > > Andrew > > >