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

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

            Bug ID: 18533
           Summary: vsyslog 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: ---

syslog functions (in POSIX) bring in the strong symbol vsyslog (not in POSIX).

[initial] closelog -> [libc.a(syslog.o)] vsyslog

-- 
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/18533] vsyslog namespace
  2015-06-14 15:33 [Bug libc/18533] New: vsyslog namespace jsm28 at gcc dot gnu.org
@ 2015-06-17 20:10 ` cvs-commit at gcc dot gnu.org
  2015-06-17 20:24 ` 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:10 UTC (permalink / raw)
  To: glibc-bugs

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

--- 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  a97e5e25576cb5e207b1e49f1eb4e52e6354daa7 (commit)
      from  17c199ee92e4ca8a34a47c42924608a25a444eb2 (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=a97e5e25576cb5e207b1e49f1eb4e52e6354daa7

commit a97e5e25576cb5e207b1e49f1eb4e52e6354daa7
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jun 17 20:09:35 2015 +0000

    Fix vsyslog namespace (bug 18533).

    syslog functions (in POSIX) bring in the strong symbol vsyslog (not in
    POSIX).  This patch fixes this by changing this symbol from a strong
    alias to a weak alias.

    Tested for x86_64 and x86 (testsuite, and that installed stripped
    shared libraries are unchanged by the patch).  (vsyslog becomes weak
    in the static libraries, which is what's needed; the particular macro
    sequence in use leaves it as strong in the shared libraries, hence
    those libraries being completely unchanged, but it doesn't generally
    matter whether symbols exported from the shared libraries are weak or
    strong.)

        [BZ #18533]
        * misc/syslog.c (vsyslog): Define as a weak alias of __vsyslog,
        not a strong alias.
        * conform/Makefile (test-xfail-XOPEN2K8/syslog.h/linknamespace):
        Remove variable.

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

Summary of changes:
 ChangeLog        |    6 ++++++
 NEWS             |    3 ++-
 conform/Makefile |    1 -
 misc/syslog.c    |    2 +-
 4 files changed, 9 insertions(+), 3 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/18533] vsyslog namespace
  2015-06-14 15:33 [Bug libc/18533] New: vsyslog namespace jsm28 at gcc dot gnu.org
  2015-06-17 20:10 ` [Bug libc/18533] " cvs-commit at gcc dot gnu.org
@ 2015-06-17 20:24 ` 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:24 UTC (permalink / raw)
  To: glibc-bugs

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

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:24 UTC | newest]

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