diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-03-11 10:26:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-03-11 10:26:47 +0000 |
commit | 0e0435989d3cb3434780037b73fff389801fcb21 (patch) | |
tree | 9f36fa81bd5167e529fdbea8450cb378ae921539 /gmon/Makefile | |
parent | 70481be8b5a90dca79a078ba5a5ef65d9dfbeda8 (diff) | |
download | glibc-0e0435989d3cb3434780037b73fff389801fcb21.tar.gz glibc-0e0435989d3cb3434780037b73fff389801fcb21.tar.xz glibc-0e0435989d3cb3434780037b73fff389801fcb21.zip |
(elide-routines.os): Add bb_init_func and bb_exit_func. They were never exported anyway.
Diffstat (limited to 'gmon/Makefile')
-rw-r--r-- | gmon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gmon/Makefile b/gmon/Makefile index 3118e99e97..060ede1f8f 100644 --- a/gmon/Makefile +++ b/gmon/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2001, 2002 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -25,6 +25,8 @@ headers := sys/gmon.h sys/gmon_out.h sys/profil.h distribute := machine-gmon.h profil-counter.h routines := gmon mcount profil sprofil bb_init_func bb_exit_func prof-freq +elide-routines.os = bb_init_func bb_exit_func + tests := tst-sprofil include ../Rules |