Target hook for ASM_FILE_END

Richard Henderson rth@redhat.com
Fri Jun 6 00:35:00 GMT 2003


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.


r~



More information about the Gcc-patches mailing list