From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26632 invoked by alias); 9 Sep 2002 16:20:55 -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 26540 invoked from network); 9 Sep 2002 16:20:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 9 Sep 2002 16:20:53 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g89G4a125045 for ; Mon, 9 Sep 2002 12:04:36 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g89GKod18022; Mon, 9 Sep 2002 12:20:50 -0400 Received: from romulus.sfbay.redhat.com (IDENT:Oy8E2pG8fbxYVhMJZAg5tz2sSkw2w1qB@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g89GKnC31274; Mon, 9 Sep 2002 09:20:49 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g89GKld14358; Mon, 9 Sep 2002 09:20:47 -0700 Date: Mon, 09 Sep 2002 09:20:00 -0000 From: Kevin Buettner Message-Id: <1020909162047.ZM14357@localhost.localdomain> In-Reply-To: Fred Fish "[RFA] Fix bits/bytes confusion in print_scalar_formatted" (Sep 7, 8:08pm) References: <200209080108.g8818Ni29790@beeville.vert.intrinsity.com> To: fnf@intrinsity.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix bits/bytes confusion in print_scalar_formatted MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00119.txt.bz2 On Sep 7, 8:08pm, Fred Fish wrote: > 2002-09-07 Fred Fish > > * printcmd.c (print_scalar_formatted): "len" is the number of > target bytes, NOT the number of target bits. This looks right to me. I think it should go in... Kevin