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]
Other format: [Raw text]

[Bug bootstrap/34003] [4.2/4.3 Regression] gcc 4.3.0 unable to bootstrap itself; Unsatisfied symbols: ggc_free



------- Comment #27 from jakub at gcc dot gnu dot org  2007-12-13 17:34 -------
First of all I wonder what's the point of the PA ASM_OUTPUT_EXTERNAL_REAL vs.
ASM_OUTPUT_EXTERNAL hacks.  The middle-end already does the deferring itself,
see
assemble_external/process_pending_assemble_externals/assemble_external_real.
The only place where ASM_OUTPUT_EXTERNAL is invoked is during
process_pending_assemble_externals, i.e. right before targetm.asm_out.file_end
(well, there is also output of IDENT_ASM_OP, but that isn't relevant).
So, PA buffers the externals once again, from the
process_pending_assemble_externals call to the immediately following
file_end.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34003


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