From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7317 invoked by alias); 18 Apr 2011 14:00:19 -0000 Received: (qmail 7308 invoked by uid 22791); 18 Apr 2011 14:00:18 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Apr 2011 13:59:44 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 4E004CB0299; Mon, 18 Apr 2011 15:59:43 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pE0bs6dOQvda; Mon, 18 Apr 2011 15:59:40 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 55D88CB01ED; Mon, 18 Apr 2011 15:59:40 +0200 (CEST) Subject: Re: [patch] Convert coff-rs6000.c to iso-c Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <4DAC3D3A.7090106@redhat.com> Date: Mon, 18 Apr 2011 14:00:00 -0000 Cc: binutils Content-Transfer-Encoding: quoted-printable Message-Id: References: <49F283B4-757D-4BFF-9FCB-94097A486783@adacore.com> <4DAC3D3A.7090106@redhat.com> To: Nick Clifton 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/msg00247.txt.bz2 On Apr 18, 2011, at 3:31 PM, Nick Clifton wrote: > Hi Tristan, >=20 >> bfd/ >> 2011-04-18 Tristan Gingold >>=20 >> * coff-rs6000.c: Convert to ISO-C. Remove PARAMS macro. >=20 > Approved - please apply. Thanks, committed. > PS. If you are going to do more of these you might also like to replace o= ccurrences of the PTR macro with "void *". Ok, I will add that to my todo list. Tristan.