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 libc/21974] Remove __bb_init_func and __bb_exit_func


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

--- 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, hjl/pr21974 has been created
        at  8e43da2c00c4b6626fc489eddf1a30abb2f49d7e (commit)

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8e43da2c00c4b6626fc489eddf1a30abb2f49d7e

commit 8e43da2c00c4b6626fc489eddf1a30abb2f49d7e
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Aug 18 14:54:56 2017 -0700

    Remove __bb_init_func and __bb_exit_func [BZ #21974]

    __bb_init_func and __bb_exit_func have been removed from GCC 3.3 in
    2002 by

    https://gcc.gnu.org/ml/gcc-patches/2002-09/msg00499.html

    which also recommended that they should also be removed from glibc. These
    functions exist only in libc.a and are used for gcov from versions of GCC
    older than GCC 3.3.

        [BZ #21974]
        * gmon/Makefile (routines): Remove bb_init_func and
        bb_exit_func.
        (elide-routines.os): Removed.

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

-- 
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]