From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25563 invoked by alias); 13 Feb 2002 15:19:06 -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 25392 invoked from network); 13 Feb 2002 15:18:58 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 13 Feb 2002 15:18:58 -0000 Received: from cse.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id HAA13373; Wed, 13 Feb 2002 07:18:53 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.11.6/8.11.6) id g1DFHxm06047; Wed, 13 Feb 2002 08:17:59 -0700 Date: Wed, 13 Feb 2002 07:19:00 -0000 From: Kevin Buettner Message-Id: <1020213151759.ZM6046@localhost.localdomain> In-Reply-To: Michael Elizabeth Chastain "[RFA] nuke CONST_PTR" (Feb 13, 8:44am) References: <200202131444.g1DEi0e02865@duracef.shout.net> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Michael Elizabeth Chastain , gdb-patches@sources.redhat.com Subject: Re: [RFA] nuke CONST_PTR MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-02/txt/msg00356.txt.bz2 On Feb 13, 8:44am, Michael Elizabeth Chastain wrote: > 2002-02-12 Michael Chastain > > * defs.h: Kill CONST_PTR. > * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const". > * c-lang.c (c_builtin_types): Likewise. > * ch-lang.c (ch_builtin_types): Likewise. > * f-lang.c (f_builtin_types): Likewise. > * language.c (unknown_builtin_types): Likewise. > * m2-lang.c (m2_builtin_types): Likewise. > * p-lang.c (pascal_builtin_types): Likewise. > * scm-lang.c (c_builtin_types): Likewise. I proofread your patch and it looks okay to me. I'm not the maintainer of any of the files in question, but I think this one ought to go in under the "obvious" fix rule. (Just wait a couple of days for objections first...) Kevin