From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1518 invoked by alias); 2 Feb 2012 20:20:37 -0000 Received: (qmail 1508 invoked by uid 22791); 2 Feb 2012 20:20:36 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Feb 2012 20:20:23 +0000 Received: by vbip1 with SMTP id p1so2486934vbi.0 for ; Thu, 02 Feb 2012 12:20:22 -0800 (PST) Received: by 10.52.72.5 with SMTP id z5mr1817751vdu.63.1328214022816; Thu, 02 Feb 2012 12:20:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.72.5 with SMTP id z5mr1817746vdu.63.1328214022739; Thu, 02 Feb 2012 12:20:22 -0800 (PST) Received: by 10.220.204.195 with HTTP; Thu, 2 Feb 2012 12:20:22 -0800 (PST) In-Reply-To: References: <20120202184819.3207D1E25C6@ruffy2.mtv.corp.google.com> Date: Thu, 02 Feb 2012 20:20:00 -0000 Message-ID: Subject: Re: [patch]: Change char * to const char * of some functions. From: Doug Evans To: Tom Tromey Cc: gdb-patches@sourceware.org X-System-Of-Record: true Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00041.txt.bz2 On Thu, Feb 2, 2012 at 11:58 AM, Tom Tromey wrote: >>>>>> "Doug" =3D=3D Doug Evans writes: > > Doug> This is a bit of a large patch but it's entirely mechanical. =A0It > Doug> changes the types of some function parameters from char * to const > Doug> char *, and char ** to const char **. > > Doug> I will check this in in a few days if there are no objections. > > Looks fine to me. > > Tom Thanks. With that I've checked it in. [Oh, and --enable-targets=3Dall builds. 1/2 :-)]