From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14357 invoked by alias); 27 Apr 2012 15:41:48 -0000 Received: (qmail 14349 invoked by uid 22791); 27 Apr 2012 15:41:47 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Apr 2012 15:41:29 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SNnIW-0001Dv-RG from Maciej_Rozycki@mentor.com ; Fri, 27 Apr 2012 08:41:28 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 27 Apr 2012 08:41:28 -0700 Received: from [172.30.0.84] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Fri, 27 Apr 2012 16:41:26 +0100 Date: Fri, 27 Apr 2012 15:46:00 -0000 From: "Maciej W. Rozycki" To: Pedro Alves CC: Jan Kratochvil , Subject: Re: [PATCH] microMIPS support In-Reply-To: <4F9ABB05.1080306@redhat.com> Message-ID: References: <20120426183713.GA21029@host2.jankratochvil.net> <20120426192611.GA24056@host2.jankratochvil.net> <20120427020603.GA24531@host2.jankratochvil.net> <4F9ABB05.1080306@redhat.com> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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-04/txt/msg01003.txt.bz2 On Fri, 27 Apr 2012, Pedro Alves wrote: > There's a c89 draft publicly available at: > > http://nepsweb.co.uk/langstand/isoC/gordon/ansi-c89u.txt > > And '3.5.4.1 Pointer declarators' describes const pointers. Excellent, that's the bit I was missing, so Jan's suggestion is now in. Plus this is a good resource for any future reference, thanks for the pointer! And last but not least thanks, everyone, for patience with my inquisitiveness. Maciej