This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Use sysdep.o from libc.a in libpthread.a on more architectures [BZ #20452]
- From: Carlos O'Donell <carlos at redhat dot com>
- To: Florian Weimer <fweimer at redhat dot com>, libc-alpha at sourceware dot org
- Date: Thu, 11 Aug 2016 09:02:14 -0400
- Subject: Re: [PATCH] Use sysdep.o from libc.a in libpthread.a on more architectures [BZ #20452]
- Authentication-results: sourceware.org; auth=none
- References: <20160811124019.C0107401EA74B@oldenburg.str.redhat.com>
On 08/11/2016 08:40 AM, Florian Weimer wrote:
> This changes microblaze, powerpc, sparc, tile, in addition to x86, which
> was changed in commit e67330ab57bfd0f964539576ae7dcc658c456724.
>
> 2016-08-11 Florian Weimer <fweimer@redhat.com>
>
> [BZ #20452]
> Use sysdep.o from libc.a in static libraries.
> * sysdeps/unix/sysv/linux/microblaze/Makefile
> (libpthread-shared-only-routines): Add sysdep.
> * sysdeps/unix/sysv/linux/powerpc/Makefile
> (libpthread-shared-only-routines): Likewise.
> * sysdeps/unix/sysv/linux/sparc/Makefile
> (libpthread-shared-only-routines): Likewise.
> * sysdeps/unix/sysv/linux/tole/Makefile
> (libpthread-shared-only-routines): Likewise.
This looks good to me granted you verified the resulting libpthread
in at least one architecture has the symbols removed.
Cheers,
Carlos.