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: Always link against static libgcc on hppa-linux


On Fri, Feb 15, 2002 at 03:21:53PM -0500, John David Anglin wrote:
> It only outputs "-shared" and links with gcc.  One of the "-gcc" in each
> pair is from LIB_SPEC.  As can be seen, there no shared name in the link
> command.  Don't we need EH for libstdc++?

Yes indeed we do.  At the moment this is "working" because
we install undefined references to the eh routines in libstdc++,
which get resolved at runtime somewhere.

But they didn't get their symbol versions attached, and didn't
get the proper DT_NEEDED entry either.  This needs to be fixed.


r~


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