This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [patch] Convert coff64-rs6000.c to iso-c
On Apr 22, 2011, at 10:18 AM, Andreas Schwab wrote:
> Tristan Gingold <gingold@adacore.com> writes:
>
>> As discussed...
>>
>> Sanity checked by building for powerpc64-ibm-aix6.
>>
>> Ok for trunk ?
>>
>> Tristan.
>>
>> bfd/
>> 2011-04-22 Tristan Gingold <gingold@adacore.com>
>>
>> * coff64-rs6000.c: Convert to ISO-C. Remove PARAMS and PTR macros.
>
> I guess quite a few declaration can be removed since the definitions are
> now providing the prototypes, and a few more by moving the include of
> "coffcode.h" after the definitions it uses.
That's asking for more work than initially planned, and also asking for more checking.
Can we do that incrementally: first the obvious conversion, then the small reorg ?
Tristan.