(elide-routines.os): Add bb_init_func and bb_exit_func. They were never exported...
authorUlrich Drepper <drepper@redhat.com>
Mon, 11 Mar 2002 10:26:47 +0000 (10:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 11 Mar 2002 10:26:47 +0000 (10:26 +0000)
gmon/Makefile

index 3118e99..060ede1 100644 (file)
@@ -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