This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]