public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/16967] sa_flags has the wrong type
  2014-05-20 14:11 [Bug libc/16967] New: sa_flags has the wrong type rth at gcc dot gnu.org
@ 2014-05-20 14:11 ` rth at gcc dot gnu.org
  2014-05-20 14:15 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rth at gcc dot gnu.org @ 2014-05-20 14:11 UTC (permalink / raw)
  To: glibc-bugs

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

Richard Henderson <rth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Host|                            |alpha-linux

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/16967] New: sa_flags has the wrong type
@ 2014-05-20 14:11 rth at gcc dot gnu.org
  2014-05-20 14:11 ` [Bug libc/16967] " rth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rth at gcc dot gnu.org @ 2014-05-20 14:11 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 16967
           Summary: sa_flags has the wrong type
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: rth at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com

As diagnosed by the conform signal.h tests.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/16967] sa_flags has the wrong type
  2014-05-20 14:11 [Bug libc/16967] New: sa_flags has the wrong type rth at gcc dot gnu.org
  2014-05-20 14:11 ` [Bug libc/16967] " rth at gcc dot gnu.org
@ 2014-05-20 14:15 ` cvs-commit at gcc dot gnu.org
  2014-05-20 14:19 ` rth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-05-20 14:15 UTC (permalink / raw)
  To: glibc-bugs

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

--- 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  de9d8f2098caeb19684710a3c0774f4fe38a5e2c (commit)
       via  4c0a1e6392fc9f667dba272dc13d94dc5c54813e (commit)
       via  57cce7060a755300273373d3256d6233d73ca013 (commit)
      from  a60339aaff82beadea6f580e587d64052cb5e3b8 (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=de9d8f2098caeb19684710a3c0774f4fe38a5e2c

commit de9d8f2098caeb19684710a3c0774f4fe38a5e2c
Author: Richard Henderson <rth@twiddle.net>
Date:   Tue May 20 07:15:46 2014 -0700

    alpha: fix sa_flags type (BZ 16967)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4c0a1e6392fc9f667dba272dc13d94dc5c54813e

commit 4c0a1e6392fc9f667dba272dc13d94dc5c54813e
Author: Richard Henderson <rth@twiddle.net>
Date:   Tue May 20 06:59:52 2014 -0700

    alpha: Remove bits/siginfo.h (BZ 16966)

    Using the default header instead.  This matches the kernel, which also
    uses the generic header.  Fixes the sys/wait.h conform issue, where
    si_band had the wrong type.

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=57cce7060a755300273373d3256d6233d73ca013

commit 57cce7060a755300273373d3256d6233d73ca013
Author: Richard Henderson <rth@twiddle.net>
Date:   Sun May 18 22:09:30 2014 -0700

    alpha: Define ELF_MACHINE_NO_RELA

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

Summary of changes:
 ChangeLog                                      |   11 +
 NEWS                                           |    2 +-
 sysdeps/alpha/dl-machine.h                     |    1 +
 sysdeps/unix/sysv/linux/alpha/bits/sigaction.h |    2 +-
 sysdeps/unix/sysv/linux/alpha/bits/siginfo.h   |  333 ------------------------
 5 files changed, 14 insertions(+), 335 deletions(-)
 delete mode 100644 sysdeps/unix/sysv/linux/alpha/bits/siginfo.h

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/16967] sa_flags has the wrong type
  2014-05-20 14:11 [Bug libc/16967] New: sa_flags has the wrong type rth at gcc dot gnu.org
  2014-05-20 14:11 ` [Bug libc/16967] " rth at gcc dot gnu.org
  2014-05-20 14:15 ` cvs-commit at gcc dot gnu.org
@ 2014-05-20 14:19 ` rth at gcc dot gnu.org
  2014-05-20 14:21 ` rth at gcc dot gnu.org
  2014-06-12 19:17 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: rth at gcc dot gnu.org @ 2014-05-20 14:19 UTC (permalink / raw)
  To: glibc-bugs

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

Richard Henderson <rth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |2.20

--- Comment #2 from Richard Henderson <rth at gcc dot gnu.org> ---
Fixed.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/16967] sa_flags has the wrong type
  2014-05-20 14:11 [Bug libc/16967] New: sa_flags has the wrong type rth at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-05-20 14:19 ` rth at gcc dot gnu.org
@ 2014-05-20 14:21 ` rth at gcc dot gnu.org
  2014-06-12 19:17 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: rth at gcc dot gnu.org @ 2014-05-20 14:21 UTC (permalink / raw)
  To: glibc-bugs

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

Richard Henderson <rth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Richard Henderson <rth at gcc dot gnu.org> ---
Fixed.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/16967] sa_flags has the wrong type
  2014-05-20 14:11 [Bug libc/16967] New: sa_flags has the wrong type rth at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2014-05-20 14:21 ` rth at gcc dot gnu.org
@ 2014-06-12 19:17 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2014-06-12 19:17 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-06-12 19:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-20 14:11 [Bug libc/16967] New: sa_flags has the wrong type rth at gcc dot gnu.org
2014-05-20 14:11 ` [Bug libc/16967] " rth at gcc dot gnu.org
2014-05-20 14:15 ` cvs-commit at gcc dot gnu.org
2014-05-20 14:19 ` rth at gcc dot gnu.org
2014-05-20 14:21 ` rth at gcc dot gnu.org
2014-06-12 19:17 ` fweimer at redhat dot com

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).