public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/18539] New: fmtmsg addseverity namespace
@ 2015-06-15 17:35 jsm28 at gcc dot gnu.org
  2015-06-17 20:14 ` [Bug libc/18539] " cvs-commit at gcc dot gnu.org
  2015-06-17 20:25 ` jsm28 at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-06-15 17:35 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 18539
           Summary: fmtmsg addseverity namespace
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

Use of fmtmsg (XSI POSIX) brings in addseverity (non-POSIX).

[initial] fmtmsg -> [libc.a(fmtmsg.o)] addseverity

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


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

* [Bug libc/18539] fmtmsg addseverity namespace
  2015-06-15 17:35 [Bug libc/18539] New: fmtmsg addseverity namespace jsm28 at gcc dot gnu.org
@ 2015-06-17 20:14 ` cvs-commit at gcc dot gnu.org
  2015-06-17 20:25 ` jsm28 at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2015-06-17 20:14 UTC (permalink / raw)
  To: glibc-bugs

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

--- 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  68f1ba4ba4b9cb4661ca3ed446d0967ca79c2a47 (commit)
      from  d051b143f73189311faf9cd311cc53c6f6a145db (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=68f1ba4ba4b9cb4661ca3ed446d0967ca79c2a47

commit 68f1ba4ba4b9cb4661ca3ed446d0967ca79c2a47
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jun 17 20:13:07 2015 +0000

    Fix fmtmsg addseverity namespace (bug 18539).

    Use of fmtmsg (XSI POSIX) brings in addseverity (non-POSIX).  This
    patch fixes this by making addseverity into a weak alias for
    __addseverity.

    Tested for x86_64 and x86 (testsuite, and that disassembly of
    installed shared libraries is unchanged by the patch).

        [BZ #18539]
        * stdlib/fmtmsg.c (addseverity): Rename to __addseverity and
        define as weak alias of __addseverity.
        * conform/Makefile (test-xfail-XPG4/fmtmsg.h/linknamespace):
        Remove variable.
        (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
        (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
        (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.

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

Summary of changes:
 ChangeLog        |    9 +++++++++
 NEWS             |    2 +-
 conform/Makefile |    4 ----
 stdlib/fmtmsg.c  |    3 ++-
 4 files changed, 12 insertions(+), 6 deletions(-)

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


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

* [Bug libc/18539] fmtmsg addseverity namespace
  2015-06-15 17:35 [Bug libc/18539] New: fmtmsg addseverity namespace jsm28 at gcc dot gnu.org
  2015-06-17 20:14 ` [Bug libc/18539] " cvs-commit at gcc dot gnu.org
@ 2015-06-17 20:25 ` jsm28 at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-06-17 20:25 UTC (permalink / raw)
  To: glibc-bugs

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

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

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

--- Comment #2 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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-15 17:35 [Bug libc/18539] New: fmtmsg addseverity namespace jsm28 at gcc dot gnu.org
2015-06-17 20:14 ` [Bug libc/18539] " cvs-commit at gcc dot gnu.org
2015-06-17 20:25 ` jsm28 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).