This is the mail archive of the gcc-bugs@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]

Re: libtool litter


On Mon, May 14, 2001 at 03:55:15PM -0400, John David Anglin wrote:
> The first thing that goes into c++ assembler files compiled with
> exceptions is an import declaration for `terminate'.  Is that ok?

I'm thinking that things should be adjusted such that the c++ front end
presents a function callback to get at that data rather than creating it
so early.  Cause we don't even know if terminate will actually be needed
at this point.


r~


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