public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug malloc/17570] New: malloc_info namespace
@ 2014-11-10 16:02 jsm28 at gcc dot gnu.org
  2014-11-12 22:32 ` [Bug malloc/17570] " cvs-commit at gcc dot gnu.org
  2014-11-12 22:51 ` jsm28 at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-11-10 16:02 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 17570
           Summary: malloc_info namespace
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: malloc
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org

malloc_info is defined in the same file as malloc and free, but is not an ISO C
function, so should be a weak symbol.

-- 
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 malloc/17570] malloc_info namespace
  2014-11-10 16:02 [Bug malloc/17570] New: malloc_info namespace jsm28 at gcc dot gnu.org
@ 2014-11-12 22:32 ` cvs-commit at gcc dot gnu.org
  2014-11-12 22:51 ` jsm28 at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-11-12 22:32 UTC (permalink / raw)
  To: glibc-bugs

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

--- 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  c52ff39e8ee052e4a57676d65a27f09bd0a859ad (commit)
      from  2f5c1b000aaeb2c25b1df52453bba8de7f9453e2 (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=c52ff39e8ee052e4a57676d65a27f09bd0a859ad

commit c52ff39e8ee052e4a57676d65a27f09bd0a859ad
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Nov 12 22:31:38 2014 +0000

    Fix malloc_info namespace (bug 17570).

    malloc_info is defined in the same file as malloc and free, but is not
    an ISO C function, so should be a weak symbol.  This patch makes it
    so.

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

        [BZ #17570]
        * malloc/malloc.c (malloc_info): Rename to __malloc_info and
        define as weak alias of __malloc_info.

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

Summary of changes:
 ChangeLog       |    4 ++++
 NEWS            |    2 +-
 malloc/malloc.c |    3 ++-
 3 files changed, 7 insertions(+), 2 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 malloc/17570] malloc_info namespace
  2014-11-10 16:02 [Bug malloc/17570] New: malloc_info namespace jsm28 at gcc dot gnu.org
  2014-11-12 22:32 ` [Bug malloc/17570] " cvs-commit at gcc dot gnu.org
@ 2014-11-12 22:51 ` jsm28 at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-11-12 22:51 UTC (permalink / raw)
  To: glibc-bugs

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

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

-- 
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:[~2014-11-12 22:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-10 16:02 [Bug malloc/17570] New: malloc_info namespace jsm28 at gcc dot gnu.org
2014-11-12 22:32 ` [Bug malloc/17570] " cvs-commit at gcc dot gnu.org
2014-11-12 22:51 ` 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).