This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/17508] [hppa] __SIGRTMIN too high to support building systemd.


https://sourceware.org/bugzilla/show_bug.cgi?id=17508

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  13d845549e41823e6658122dcf268154bcbbcfde (commit)
      from  15f9c5dfaf999cfc53080b6ab2422935a6becf8e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=13d845549e41823e6658122dcf268154bcbbcfde

commit 13d845549e41823e6658122dcf268154bcbbcfde
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Thu Oct 23 23:14:12 2014 -0400

    hppa: Make __SIGRTMIN 32 (ABI break).

    In the Linux kernel version 3.17 the signal numbers were rearranged in
    order to make hppa like every other arch. Previously we started
    __SIGRTMIN at 37, and that meant several pieces of important software,
    including systemd, would fail to build. To support systemd we removed
    SIGEMT and SIGLOST, and rearranged the others according to expected
    values. This is technically an ABI incompatible change, but because
    zero applications use SIGSTKFLT, SIGXCPU, SIGXFSZ and SIGSYS nothing
    broke.  Nothing uses SIGEMT and SIGLOST, and they were present for
    HPUX compatibility which is no longer supported. Thus because nothing
    breaks we don't do any compatibility work here.

    Upstream kernel commit is 1f25df2eff5b25f52c139d3ff31bc883eee9a0ab.

    Signed-off-by: Carlos O'Donell <carlos@systemhalted.org>
    Signed-off-by: Helge Deller <deller@gmx.de>

    2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
            Helge Deller <deller@gmx.de>

        [BZ #17508]
        * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
        Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
        Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                  |    8 ++++++++
 NEWS                                       |    2 +-
 sysdeps/unix/sysv/linux/hppa/bits/signum.h |   22 +++++++++++++++-------
 3 files changed, 24 insertions(+), 8 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]