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 target/29487] Shared libstdc++ fails to link



------- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca  2006-11-13 03:09 -------
Subject: Re:  Shared libstdc++ fails to link

> > This problem was introduced by this change:
> That makes less sense really, because this just changes how to deal with
> TREE_NOTHROW.  This sounds like a latent bug really.

The question is where.  The linker error message indicates that
we aren't generating a PLABEL for a function entry.  Unfortunately,
this entry point is a local symbol that has been reduced to a text
section offset.  That's what "$CODE$" indicates.  There are quite
a few in the stdexcept.o and so far I haven't been able to figure
out which symbol is causing the error.

Dave


-- 


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


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