This is the mail archive of the gcc@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: libstdc++ link failures on ppc64


On Thu, Apr 14, 2005 at 11:26:33AM -0500, Jon Grimm wrote:
> Diego Novillo wrote:
> 
> 
> >
> >I see no changes in libstdc++ since the previous run and nothing
> >in the C++ FE, so I'm not sure whether it may be something broken
> >in my box.
> >
> >Anybody else seeing this failure?
> >
> 
> Yep. I see this here on the PPC64 nightly autotester.
> 
Undoing this patch fixes the build failure on ppc64 (though it
doesn't affect the ld segfault on ia64 that I reported
separately).  Thanks to drow and jbrown for pointing it out to
me:

2005-04-13  Julian Brown  <julian@codesourcery.com>

        * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from
        being used for symbols with vague linkage when HAVE_GAS_COMDAT_GROUP
        is true.


Diego.


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