On 7/15/24 7:45 AM, Andreas K. Huettel wrote:
>>> diff --git a/sysdeps/mach/hurd/i386/libpthread.abilist
>>> b/sysdeps/mach/hurd/i386/libpthread.abilist
>>> index fa90cc65..3ea7cb41 100644
>>> --- a/sysdeps/mach/hurd/i386/libpthread.abilist
>>> +++ b/sysdeps/mach/hurd/i386/libpthread.abilist
>>> @
On 5/17/23 14:54, Sergey Bugaev via Libc-alpha wrote:
> Hello,
>
> having set up a very basic x86_64-gnu system to debug startup issues, I
> was surprised to discover that my self-built ld.so does not look for the
> shared libraries in /lib/x86_64-gnu/ (which is where Samuel Thibault's deb
> packa
g.h (not Linux specific) and likewise
for the other flags.
LGTM.
Reviewed-by: Carlos O'Donell
> Signed-off-by: Sergey Bugaev
> ---
> sysdeps/{unix/sysv/linux => }/x86/readelflib.c | 0
> sysdeps/{unix/sysv/linux => }/x86_64/dl-cache.h | 0
> 2 files changed,
On 03/27/2018 09:46 AM, Tulio Magno Quites Machado Filho wrote:
> Samuel Thibault writes:
>
>> Rafal Luzynski, on mar. 27 mars 2018 01:13:23 +0200, wrote:
>>> 19.03.2018 02:51 Samuel Thibault wrote:
Thanks a lot for the feedback on what needs to be done. It was a busy
week-end :)
>>>
>
On 05/03/2013 12:11 PM, Paul Pluzhnikov wrote:
> On Fri, May 3, 2013 at 8:11 AM, Simon Richter wrote:
>
>> I'm writing a small preload library to trace pthread_* calls ...
>> In order to find the original function, I use dlsym(RTLD_NEXT, ...) ...
>
>> In any case, I am wondering if it is actuall
On 05/03/2013 11:11 AM, Simon Richter wrote:
> Hi,
>
> I'm writing a small preload library to trace pthread_* calls, and am
> running into a bit of a chicken-and-egg problem.
>
> In order to find the original function, I use dlsym(RTLD_NEXT, ...) to
> look up the symbol on the first invocation. O