Port-vax archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ld assertion failures building NetBSD-VAX with GCC 4.5



On Tue, Mar 12, 2013 at 05:56:28PM -0700, Jake Hamby wrote:
>        /* Allocate space in the .got and .rela.got sections.  */
>        if (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
> -  && (info->shared
> -      || WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, 0, h)))
> +  || !WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, 0, h))

Excellent catch, can you please bring this up upstream as well, after it
has settled?

One (maybe stupid, I lack all context) question: why is the
info->shared test not needed any more?

Martin


Home | Main Index | Thread Index | Old Index