]> sourceware.org Git - glibc.git/commit
Remove __bb_init_func and __bb_exit_func [BZ #21974]
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 20 Aug 2017 13:39:10 +0000 (06:39 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 20 Aug 2017 13:39:31 +0000 (06:39 -0700)
commit7ed87317c7fb08990e943698ed06c75377320ab0
treeb24a8a7f6e2fc22b8a895e3045d4e483edf3ecfd
parent94e6ba153b80a91e97386594729cd36eab69f507
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.
* include/sys/gmon.h (__bb): Likewise.
(__bb_init_func): Likewise.
(__bb_exit_func): Likewise.
ChangeLog
gmon/Makefile
gmon/bb_exit_func.c [deleted file]
gmon/bb_init_func.c [deleted file]
include/sys/gmon.h
This page took 0.041538 seconds and 5 git commands to generate.