This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: hook-ize ASM_FILE_START, take two
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Hans-Peter Nilsson <hp at bitrange dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 18 Jun 2003 20:56:26 -0700
- Subject: Re: hook-ize ASM_FILE_START, take two
- References: <Pine.BSF.4.44.0306182256110.2056-100000@dair.pair.com>
Hans-Peter Nilsson <hp@bitrange.com> writes:
> Totally agree. Still, they have to fix their md file and join
> me in the quest to get glibc include/libc-symbols.h:link_warning
> fixed. :-) (The fix may not be to *only* glibc, of course.)
Are you referring to the "\n\t#" in the section name? Which does look
quite peculiar...
>> > You did the same with other recent changes of yours: Please make
>> > that "(void)", not "()", to stick with ISO C style. Otherwise
>> > ok.
>>
>> This is deliberate. I am keeping a consistent style in each file.
>
> Ahem! I thought we went to ISO C style, not "Zack's consistent
> style"...
We are in a transitional state. Files are being converted a handful
at a time. If a file has not yet been converted, I consider it
inappropriate to use ISO C style there.
zw