From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5832 invoked by alias); 8 May 2002 23:39: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 5810 invoked from network); 8 May 2002 23:39:21 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 8 May 2002 23:39:21 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3A6303D7D; Wed, 8 May 2002 19:39:25 -0400 (EDT) Message-ID: <3CD9B72D.5040502@cygnus.com> Date: Wed, 08 May 2002 16:39:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc1) Gecko/20020429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/RFC] MI: accept (void) as well as (). References: <200205082300.g48N0lW02289@reddwarf.sfbay.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00244.txt.bz2 > This changes a couple of patterns that accept function pointer types. > It allows them to accept (void) in addition to (). > > 2002-05-08 Michael Snyder > > * mi-var-child.exp: Accept (void) as well as (). > Just to double check. This () vs (void) is from STABS vs DWARF2? Andrew