public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Florian Weimer <fw@deneb.enyo.de>
To: Adhemerval Zanella via Libc-alpha <libc-alpha@sourceware.org>
Subject: Re: [PATCH v2 13/14] nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_current_sigrtmin
Date: Thu, 25 Mar 2021 16:31:15 +0100	[thread overview]
Message-ID: <87r1k3l070.fsf@mid.deneb.enyo.de> (raw)
In-Reply-To: <20210319202914.2475530-14-adhemerval.zanella@linaro.org> (Adhemerval Zanella via Libc-alpha's message of "Fri, 19 Mar 2021 17:29:13 -0300")

* Adhemerval Zanella via Libc-alpha:

> The libc version is identical and built with same flags.
>
> Checked on x86_64-linux-gnu.
> ---
>  nptl/Makefile                                 |  1 -
>  nptl/Versions                                 |  6 ---
>  nptl/pt-allocrtsig.c                          | 50 -------------------
>  signal/allocrtsig.c                           |  9 +---
>  sysdeps/generic/internal-signals.h            |  4 ++
>  sysdeps/nptl/allocrtsig.c                     | 31 ------------
>  .../sysv/linux/aarch64/libpthread.abilist     |  3 --
>  .../unix/sysv/linux/alpha/libpthread.abilist  |  3 --
>  .../unix/sysv/linux/arc/libpthread.abilist    |  3 --
>  .../unix/sysv/linux/arm/be/libpthread.abilist |  3 --
>  .../unix/sysv/linux/arm/le/libpthread.abilist |  3 --
>  .../unix/sysv/linux/csky/libpthread.abilist   |  3 --
>  .../unix/sysv/linux/hppa/libpthread.abilist   |  3 --
>  .../unix/sysv/linux/i386/libpthread.abilist   |  3 --
>  .../unix/sysv/linux/ia64/libpthread.abilist   |  3 --
>  sysdeps/unix/sysv/linux/internal-signals.h    |  5 ++
>  .../linux/m68k/coldfire/libpthread.abilist    |  3 --
>  .../sysv/linux/m68k/m680x0/libpthread.abilist |  3 --
>  .../linux/microblaze/be/libpthread.abilist    |  3 --
>  .../linux/microblaze/le/libpthread.abilist    |  3 --
>  .../sysv/linux/mips/mips32/libpthread.abilist |  3 --
>  .../sysv/linux/mips/mips64/libpthread.abilist |  3 --
>  .../unix/sysv/linux/nios2/libpthread.abilist  |  3 --
>  .../powerpc/powerpc32/libpthread.abilist      |  3 --
>  .../powerpc/powerpc64/be/libpthread.abilist   |  3 --
>  .../powerpc/powerpc64/le/libpthread.abilist   |  3 --
>  .../sysv/linux/riscv/rv32/libpthread.abilist  |  3 --
>  .../sysv/linux/riscv/rv64/libpthread.abilist  |  3 --
>  .../linux/s390/s390-32/libpthread.abilist     |  3 --
>  .../linux/s390/s390-64/libpthread.abilist     |  3 --
>  .../unix/sysv/linux/sh/be/libpthread.abilist  |  3 --
>  .../unix/sysv/linux/sh/le/libpthread.abilist  |  3 --
>  .../linux/sparc/sparc32/libpthread.abilist    |  3 --
>  .../linux/sparc/sparc64/libpthread.abilist    |  3 --
>  .../sysv/linux/x86_64/64/libpthread.abilist   |  3 --
>  .../sysv/linux/x86_64/x32/libpthread.abilist  |  3 --
>  36 files changed, 10 insertions(+), 183 deletions(-)
>  delete mode 100644 nptl/pt-allocrtsig.c
>  delete mode 100644 sysdeps/nptl/allocrtsig.c

Nice cleanup, looks good.

  reply	other threads:[~2021-03-25 15:31 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-19 20:29 [PATCH v2 00/14] libpthread removal: pthread-compat-wrappers and other libc symbols Adhemerval Zanella
2021-03-19 20:29 ` [PATCH v2 01/14] Add OTHER_SHLIB_COMPAT Adhemerval Zanella
2021-03-19 20:36   ` Florian Weimer
2021-03-19 20:29 ` [PATCH v2 02/14] nptl: Remove send from libpthread Adhemerval Zanella
2021-03-25 13:36   ` Florian Weimer
2021-03-19 20:29 ` [PATCH v2 03/14] nptl: Remove lseek " Adhemerval Zanella
2021-03-25 13:37   ` Florian Weimer
2021-03-19 20:29 ` [PATCH v2 04/14] nptl: Remove open " Adhemerval Zanella
2021-03-25 13:46   ` Florian Weimer
2021-03-19 20:29 ` [PATCH v2 05/14] nptl: Remove pread " Adhemerval Zanella
2021-03-25 14:07   ` Florian Weimer
2021-03-19 20:29 ` [PATCH v2 06/14] nptl: Remove pwrite " Adhemerval Zanella
2021-03-25 14:11   ` Florian Weimer
2021-03-19 20:29 ` [PATCH v2 07/14] nptl: Remove msgsnd from pthread-compat-wrappers Adhemerval Zanella
2021-03-25 14:33   ` Florian Weimer
2021-03-19 20:29 ` [PATCH v2 08/14] nptl: Remove msgrcv " Adhemerval Zanella
2021-03-25 14:33   ` Florian Weimer
2021-03-19 20:29 ` [PATCH v2 09/14] nptl: Remove sigsuspend " Adhemerval Zanella
2021-03-25 14:34   ` Florian Weimer
2021-03-19 20:29 ` [PATCH v2 10/14] nptl: Move pthread_kill to libc Adhemerval Zanella
2021-03-25 14:45   ` Florian Weimer
2021-03-19 20:29 ` [PATCH v2 11/14] nptl: Remove pthread raise implementation Adhemerval Zanella
2021-03-25 14:49   ` Florian Weimer
2021-03-19 20:29 ` [PATCH v2 12/14] nptl: Move sigaction to libc Adhemerval Zanella
2021-03-25 15:00   ` Florian Weimer
2021-03-19 20:29 ` [PATCH v2 13/14] nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_current_sigrtmin Adhemerval Zanella
2021-03-25 15:31   ` Florian Weimer [this message]
2021-03-19 20:29 ` [PATCH v2 14/14] nptl: Remove unused rules Adhemerval Zanella
2021-03-25 15:33   ` Florian Weimer
2021-03-25 17:59 ` [PATCH v2 00/14] libpthread removal: pthread-compat-wrappers and other libc symbols Florian Weimer
2021-03-25 18:13   ` Adhemerval Zanella

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r1k3l070.fsf@mid.deneb.enyo.de \
    --to=fw@deneb.enyo.de \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).