This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3 more debug hooks
- To: Richard Henderson <rth at redhat dot com>
- Subject: Re: 3 more debug hooks
- From: Jason Merrill <jason_merrill at redhat dot com>
- Date: 14 Aug 2001 16:06:50 +0100
- Cc: Neil Booth <neil at daikokuya dot demon dot co dot uk>, gcc-patches at gcc dot gnu dot org
- References: <20010713193452.B4298@daikokuya.demon.co.uk><20010713130904.B13664@redhat.com>
>>>>> "Richard" == Richard Henderson <rth@redhat.com> writes:
> Generally, I'd rather we just admit that asm_out_file is a
> global and not pass it around to the output functions at all.
Boo! For C++, it would be very nice to be able to generate multiple object
files from a single compilation. The current GCC architecture makes that
very difficult.
Jason