* 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 d71c621..3a752fc 100644 (file)
@@ -1,5 +1,9 @@
 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
        promoted argument types; build trap.
        (expand_builtin_trap): New.
index a06b795..4b47103 100644 (file)
@@ -1285,7 +1285,7 @@ BLOCK_PROFILER_CODE
 
 static struct bb *bb_head;
 
-void
+static void
 __bb_exit_func (void)
 {
   FILE *da_file;