* libgcc2.c (__bb_exit_func): Make static.
authorRichard Henderson <rth@redhat.com>
Sun, 31 Mar 2002 10:58:55 +0000 (02:58 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 31 Mar 2002 10:58:55 +0000 (02:58 -0800)
From-SVN: r51647

gcc/ChangeLog
gcc/libgcc2.c

index d71c621fb0af3f0301f4ffca86e1880ae834affc..3a752fc9b97bfb0600f576f59089fb9e8105ad1b 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-31  Richard Henderson  <rth@redhat.com>
+
+       * libgcc2.c (__bb_exit_func): Make static.
+
 2002-03-31  Richard Henderson  <rth@redhat.com>
 
        * builtins.c (expand_builtin_va_arg): Give warnings not errors for
index a06b7951ab9268494be05c34c75d4f58d46dc9db..4b47103879d0367010eb65d9d8a22ae7ced0f9fc 100644 (file)
@@ -1285,7 +1285,7 @@ BLOCK_PROFILER_CODE
 
 static struct bb *bb_head;
 
-void
+static void
 __bb_exit_func (void)
 {
   FILE *da_file;