From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31185 invoked by alias); 21 Feb 2002 20:35:26 -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 31085 invoked from network); 21 Feb 2002 20:35:22 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 21 Feb 2002 20:35:22 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 995BB5E9E9; Thu, 21 Feb 2002 15:35:21 -0500 (EST) To: gdb-patches@sources.redhat.com Subject: Re: RFA: test printing prototyped function types References: <20020210201852.3A28E5E9DE@zwingli.cygnus.com> From: Jim Blandy Date: Thu, 21 Feb 2002 12:35:00 -0000 In-Reply-To: <20020210201852.3A28E5E9DE@zwingli.cygnus.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-02/txt/msg00603.txt.bz2 I've committed this change. Jim Blandy writes: > I thought I had posted this, but now I can't find it. > > 2002-02-09 Jim Blandy > > * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing > types of pointers to prototyped functions.