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: [PATCH] Fix flag_eliminate_dwarf2_dups/flag_eliminate_unused_debug_types clash


On Mon, Mar 03, 2003 at 11:13:58PM -0500, Daniel Jacobowitz wrote:
> Also, it looks like this patch created a compilation unit per type. 
> If I'm right, that's the point at which I think we're really abusing
> (instead of using) linkonce sections; this should just be implemented
> in the linker.

Yes, this is certainly something the linker should do, not the compiler.
It can do better job here.

	Jakub


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