From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16706 invoked by alias); 21 Apr 2011 21:22:21 -0000 Received: (qmail 16696 invoked by uid 22791); 21 Apr 2011 21:22:21 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 Apr 2011 21:22:07 +0000 Received: from wpaz29.hot.corp.google.com (wpaz29.hot.corp.google.com [172.24.198.93]) by smtp-out.google.com with ESMTP id p3LLM6im025407 for ; Thu, 21 Apr 2011 14:22:06 -0700 Received: from pwj7 (pwj7.prod.google.com [10.241.219.71]) by wpaz29.hot.corp.google.com with ESMTP id p3LLM4ch013044 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Thu, 21 Apr 2011 14:22:04 -0700 Received: by pwj7 with SMTP id 7so84002pwj.26 for ; Thu, 21 Apr 2011 14:22:04 -0700 (PDT) Received: by 10.142.99.11 with SMTP id w11mr194556wfb.436.1303420923673; Thu, 21 Apr 2011 14:22:03 -0700 (PDT) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id k9sm298781pbp.37.2011.04.21.14.22.02 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 21 Apr 2011 14:22:03 -0700 (PDT) From: Ian Lance Taylor To: "Joseph S. Myers" Cc: Nick Clifton , Tristan Gingold , binutils Subject: Re: [patch] Convert coff-rs6000.c to iso-c References: <49F283B4-757D-4BFF-9FCB-94097A486783@adacore.com> <4DAC3D3A.7090106@redhat.com> Date: Thu, 21 Apr 2011 21:22:00 -0000 In-Reply-To: (Joseph S. Myers's message of "Thu, 21 Apr 2011 10:21:53 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-04/txt/msg00317.txt.bz2 "Joseph S. Myers" writes: > How about declaring all the macros in ansidecl.h that are for pre-C90 > compatibility obsolete and removing their definitions once all uses in the > gcc and src repositories are gone? That's ANSI_PROTOTYPES PTR PTRCONST > LONG_DOUBLE PARAMS VPARAMS VA_START VA_OPEN VA_CLOSE VA_FIXEDARG CONST > VOLATILE SIGNED PROTO EXFUN DEFUN DEFUN_VOID AND DOTS NOARGS (plus > definitions as macros of const volatile signed). Yes, please. Ian