[PATCH v5 12/14] ARC: Build Infrastructure
Joseph Myers
joseph@codesourcery.com
Fri Apr 17 23:10:57 GMT 2020
On Wed, 8 Apr 2020, Vineet Gupta via Libc-alpha wrote:
> + GLIBC_PRIVATE {
> + # A copy of sigaction lives in libpthread, and needs these.
> + __default_rt_sa_restorer;
> + }
Not a requirement for this port, given that this is GLIBC_PRIVATE so can
always be changed later, but does sigaction actually need to live in
libpthread? Or given the work that's been done on moving functions from
libpthread to libc (and the corresponding dynamic linker work that mean
it's now possible to move versioned symbols like that), could the copy of
sigaction in libpthread be removed?
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list