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]

Re: libtool litter


>   > Where is this called from?  Or easier, pass me a preprocessed file?
> init_decl_processing in the C++ front-end.  Not sure other than that anymore.
> All we need to do is pick up my change to toplev.c::compile_file from
> the mainline and move it to the branch.

Your patch is more or less the same as the one that I just sent in today
(ie., opening the assembler outfile earlier).  However, I am concerned
that things appear to be out of order.  The first thing that goes into
c++ assembler files compiled with exceptions is an import declaration
for `terminate'.  Is that ok?  Normally, we have .LEVEL and the standard
spaces output first.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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