From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31069 invoked by alias); 21 Oct 2002 23:19:58 -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 31062 invoked from network); 21 Oct 2002 23:19:57 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 21 Oct 2002 23:19:57 -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 g9LMwgw28576 for ; Mon, 21 Oct 2002 18:58:42 -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 g9LNJtl05604; Mon, 21 Oct 2002 19:19:55 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g9LNJsD19343; Mon, 21 Oct 2002 16:19:54 -0700 Message-ID: <3DB48B9A.AEE6EBE7@redhat.com> Date: Mon, 21 Oct 2002 16:19:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Andrew Cagney CC: Adam Fedor , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Objective-C language support. References: <3D889A97.90202@doc.com> <3DA37857.466240D9@redhat.com> <3DB4811E.5080106@redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00367.txt.bz2 Andrew Cagney wrote: > > > - error ("no args, no `this'"); > >> + error ("no args, no %s", name); > > Michael, > > This changes GDB's behavior. Instead of printing: > > no args, no `this' > it will print > no args, no this > > I don't think GDB's output should be changed in this way. > (I'm suprized that running the testsuite didn't detect this). > > Andrew Good catch. I'll fix it, and I'll add a test if there isn't one.