This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Target hook for ASM_FILE_END
Richard Henderson <rth@redhat.com> writes:
> On Thu, Jun 05, 2003 at 05:08:19PM -0700, Zack Weinberg wrote:
>> + void (*file_end) PARAMS ((FILE *));
>
> IMO we should not be passing asm_out_file around as a parameter.
> The global variable is just fine.
>
> You'll notice that the other hooks (as opposed to macros) do not
> bother with this already.
I can make that change, but it'll make the diff a lot bigger. I was
going for simple.
zw