public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/17930] New: SHM_NORESERVE not defined on mips
@ 2015-02-05 17:30 james410 at cowgill dot org.uk
  2015-02-05 19:55 ` [Bug libc/17930] " joseph at codesourcery dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: james410 at cowgill dot org.uk @ 2015-02-05 17:30 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 17930
           Summary: SHM_NORESERVE not defined on mips
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: james410 at cowgill dot org.uk
                CC: drepper.fsp at gmail dot com

SHM_NORESERVE doesn't seem to be defined on mips. I can't see it in
sysdeps/unix/sysv/linux/mips/bits/shm.h, but it is defined on other arches (in
the equivalent bits/shm.h files). Should it be?

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


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

* [Bug libc/17930] SHM_NORESERVE not defined on mips
  2015-02-05 17:30 [Bug libc/17930] New: SHM_NORESERVE not defined on mips james410 at cowgill dot org.uk
@ 2015-02-05 19:55 ` joseph at codesourcery dot com
  2015-04-07 17:25 ` jsm28 at gcc dot gnu.org
  2015-04-07 17:25 ` cvs-commit at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: joseph at codesourcery dot com @ 2015-02-05 19:55 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
Yes, I think it should be (at least, it should be consistent between 
architectures).  The omission to add it for MIPS dates back to before MIPS 
moved to the ports repository, and I only monitored for such architecture 
synchronization changes after the move to ports.

We should probably look at how much of the bits/shm.h headers could go in 
a common file shared by all architectures, to reduce duplication and the 
risk of the headers getting out of sync.

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


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

* [Bug libc/17930] SHM_NORESERVE not defined on mips
  2015-02-05 17:30 [Bug libc/17930] New: SHM_NORESERVE not defined on mips james410 at cowgill dot org.uk
  2015-02-05 19:55 ` [Bug libc/17930] " joseph at codesourcery dot com
@ 2015-04-07 17:25 ` jsm28 at gcc dot gnu.org
  2015-04-07 17:25 ` cvs-commit at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-04-07 17:25 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

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

--- Comment #3 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
Fixed for 2.22.

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


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

* [Bug libc/17930] SHM_NORESERVE not defined on mips
  2015-02-05 17:30 [Bug libc/17930] New: SHM_NORESERVE not defined on mips james410 at cowgill dot org.uk
  2015-02-05 19:55 ` [Bug libc/17930] " joseph at codesourcery dot com
  2015-04-07 17:25 ` jsm28 at gcc dot gnu.org
@ 2015-04-07 17:25 ` cvs-commit at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2015-04-07 17:25 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 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  d5856d06c3ef62907f2865c502ada4baf3c9efa1 (commit)
      from  72301304a5655662baf2bae88a7aceeabc4a753e (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=d5856d06c3ef62907f2865c502ada4baf3c9efa1

commit d5856d06c3ef62907f2865c502ada4baf3c9efa1
Author: James Cowgill <james410@cowgill.org.uk>
Date:   Tue Apr 7 17:23:54 2015 +0000

    [BZ #17930] MIPS: Define SHM_NORESERVE.

        [BZ #17930]
        * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.

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

Summary of changes:
 ChangeLog                               |    5 +++++
 NEWS                                    |    8 ++++----
 sysdeps/unix/sysv/linux/mips/bits/shm.h |    1 +
 3 files changed, 10 insertions(+), 4 deletions(-)

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


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

end of thread, other threads:[~2015-04-07 17:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-05 17:30 [Bug libc/17930] New: SHM_NORESERVE not defined on mips james410 at cowgill dot org.uk
2015-02-05 19:55 ` [Bug libc/17930] " joseph at codesourcery dot com
2015-04-07 17:25 ` jsm28 at gcc dot gnu.org
2015-04-07 17:25 ` cvs-commit at gcc dot gnu.org

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