This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug malloc/19564] Remove deprecated malloc symbols from the API


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

--- 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  2ba3cfa1607c36613f3b30fb1ae4ec530245ce64 (commit)
      from  f00faa4a43706d85ad8d4d2c970d3f52f0f63bfb (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=2ba3cfa1607c36613f3b30fb1ae4ec530245ce64

commit 2ba3cfa1607c36613f3b30fb1ae4ec530245ce64
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Jun 10 10:46:05 2016 +0200

    malloc: Remove __malloc_initialize_hook from the API [BZ #19564]

    __malloc_initialize_hook is interposed by application code, so
    the usual approach to define a compatibility symbol does not work.
    This commit adds a new mechanism based on #pragma GCC poison in
    <stdc-predef.h>.

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

Summary of changes:
 ChangeLog                                          |   20 ++++++++++++++++
 NEWS                                               |    3 ++
 include/stdc-predef.h                              |    7 +++++
 malloc/Makefile                                    |   14 +++++++++++
 malloc/arena.c                                     |    4 ++-
 .../pthread/allocalim.h => malloc/malloc-hooks.h   |   20 +++++++---------
 malloc/malloc.c                                    |   16 ++++++++++++-
 malloc/malloc.h                                    |    5 ----
 malloc/mcheck-init.c                               |    2 +-
 manual/memory.texi                                 |   24 +------------------
 10 files changed, 74 insertions(+), 41 deletions(-)
 copy sysdeps/pthread/allocalim.h => malloc/malloc-hooks.h (62%)

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]