This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [RFC PATCH] Introduce pt-compat-stubs and use it to replace pt-vfork. (Architecture maintainer feedback wanted.)


On Mär 20 2018, Zack Weinberg <zackw@panix.com> wrote:

>               if (stub_entry->stub_type == ppc_stub_plt_call
>                   && !htab->opd_abi
>                   && htab->params->plt_localentry0 != 0
>                   && is_elfv2_localentry0 (&h->elf))
>                 {
>                   /* The function doesn't use or change r2.  */
>                   can_plt_call = TRUE;
>                 }
>
> but I can't figure out how to make that condition be true.  Any help
> would be appreciated.

This is about ELFv2, which is powerpc64le only.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


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