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 <[EMAIL PROTECTED]>
* 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.