From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11550 invoked by alias); 16 Sep 2002 21:59:19 -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 11543 invoked from network); 16 Sep 2002 21:59:18 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 16 Sep 2002 21:59:18 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 17r4pQ-0002hS-00; Mon, 16 Sep 2002 17:58:52 -0500 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 17r3tK-0008OI-00; Mon, 16 Sep 2002 17:58:50 -0400 Date: Mon, 16 Sep 2002 14:59:00 -0000 From: Daniel Jacobowitz To: David Carlton Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] typo in cp-valprint.c Message-ID: <20020916215850.GA32198@nevyn.them.org> Mail-Followup-To: David Carlton , gdb-patches@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i X-SW-Source: 2002-09/txt/msg00321.txt.bz2 On Mon, Sep 16, 2002 at 02:43:43PM -0700, David Carlton wrote: > I think there was a typo in one of the recent inclusions of > check_stub_method_group: I'm getting a compiler warning which seems > sensible. This fixes it so this call looks like its other calls. Er, uh. Thank you for cleaning up after me, David - please commit this. > > David Carlton > carlton@math.stanford.edu > > 2002-09-16 David Carlton > > * cp-valprint.c (cp_print_class_method): Correct args to > check_stub_method_group. > > Index: cp-valprint.c > =================================================================== > RCS file: /cvs/src/src/gdb/cp-valprint.c,v > retrieving revision 1.14 > diff -u -p -r1.14 cp-valprint.c > --- cp-valprint.c 14 Sep 2002 02:09:39 -0000 1.14 > +++ cp-valprint.c 16 Sep 2002 21:40:13 -0000 > @@ -127,7 +127,7 @@ cp_print_class_method (char *valaddr, > f = TYPE_FN_FIELDLIST1 (domain, i); > len2 = TYPE_FN_FIELDLIST_LENGTH (domain, i); > > - check_stub_method_group (f, j); > + check_stub_method_group (domain, i); > for (j = 0; j < len2; j++) > { > if (STREQ (SYMBOL_NAME (sym), TYPE_FN_FIELD_PHYSNAME (f, j))) > -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer