commit-hurd
[Top][All Lists]
Advanced

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

Re: [hurd,commited 1/3] hurd: Fix ld.so link


From: Samuel Thibault
Subject: Re: [hurd,commited 1/3] hurd: Fix ld.so link
Date: Sun, 1 Dec 2019 20:01:55 +0100
User-agent: NeoMutt/20170609 (1.8.3)

Florian Weimer, le dim. 01 déc. 2019 19:58:51 +0100, a ecrit:
> > diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions
> > index f69d5fef67..cd148c820f 100644
> > --- a/sysdeps/mach/hurd/Versions
> > +++ b/sysdeps/mach/hurd/Versions
> > @@ -1,7 +1,7 @@
> >  libc {
> >    GLIBC_2.0 {
> >      # functions with a weak definition in the dynamic linker
> > -    __access; __getcwd; __mmap;
> > +    __access; __getcwd; __mmap; __sigprocmask;
> >    }
> 
> I think I missed the libc update in the patch I posted.  But this is
> wrong, you need to add it to GLIBC_PRIVATE for both libc and ld.
> Then there will be no abilist update, as expected.

Then it's not only for that symbol, but others from dl-sysdep.c: I just
followed what was done for the others.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]