This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [hurd,commited] pthread: Move basic tests from nptl to sysdeps/pthread
- From: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- To: Lukasz Majewski <lukma at denx dot de>
- Cc: libc-alpha at sourceware dot org
- Date: Mon, 10 Feb 2020 13:25:44 +0100
- Subject: Re: [hurd,commited] pthread: Move basic tests from nptl to sysdeps/pthread
- References: <20200209161424.164642-1-samuel.thibault@ens-lyon.org> <20200210110410.0224911c@jawa> <20200210100912.ijuv7jmgjpwdaysg@function>
Samuel Thibault, le lun. 10 févr. 2020 11:09:12 +0100, a ecrit:
> Lukasz Majewski, le lun. 10 févr. 2020 11:04:10 +0100, a ecrit:
> > Just informative - as of the current master - SHA1:
> > d5ec049d44f019deaeed8adc0bd10819e5569e93
> >
> > the plt check for HURD fails:
> >
> > Extra PLT reference: libpthread.so: __pthread_get_cleanup_stack
> > glibc/glibc-many-build/build/glibcs/i686-gnu/glibc/elf/check-localplt.out
>
> Oh? I had that issue and had it fixed by f1cd3407e4c6 ("htl: clean
> __pthread_get_cleanup_stack hidden proto"). I guess further commits
> broke it again, I'll have a look.
f1cd3407e4c6 is actually after d5ec049d44f0, I guess you had pulled
before that.
There was however another issue with the current master, now fixed as of
1433e270a16442ae9a86dc749d9cbd5e1f55405d
Samuel