]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
dbxout.c (dbxout_handle_pch): Move prototype out from #if defined DBX_DEBUGGING_INFO.
authorGeoffrey Keating <geoffk@apple.com>
Sun, 6 Apr 2003 19:02:54 +0000 (19:02 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sun, 6 Apr 2003 19:02:54 +0000 (19:02 +0000)
* dbxout.c (dbxout_handle_pch): Move prototype out from
#if defined DBX_DEBUGGING_INFO.

From-SVN: r65307

gcc/ChangeLog
gcc/dbxout.c

index d186b36204a8556e3320bca56da2c4938b1bc890..91e9c678fa11c39a1c2596a34267f869a351069b 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-06  Geoffrey Keating  <geoffk@apple.com>
+
+       * dbxout.c (dbxout_handle_pch): Move prototype out from
+       #if defined DBX_DEBUGGING_INFO.
+
 2003-04-05  Nathan Sidwell  <nathan@codesourcery.com>
 
        * gcov.c (struct arc_info): Replace local_span with cycle.
index 3f5ace0648468c59c4234ce730264d9b1c61f8c7..e3af08cf24ad73d202f9d8bd0fce2748df7b8daa 100644 (file)
@@ -321,6 +321,7 @@ static void dbxout_prepare_symbol   PARAMS ((tree));
 static void dbxout_finish_symbol       PARAMS ((tree));
 static void dbxout_block               PARAMS ((tree, int, tree));
 static void dbxout_global_decl         PARAMS ((tree));
+static void dbxout_handle_pch          PARAMS ((unsigned));
 \f
 /* The debug hooks structure.  */
 #if defined (DBX_DEBUGGING_INFO)
@@ -332,7 +333,6 @@ static void dbxout_begin_function   PARAMS ((tree));
 static void dbxout_begin_block         PARAMS ((unsigned, unsigned));
 static void dbxout_end_block           PARAMS ((unsigned, unsigned));
 static void dbxout_function_decl       PARAMS ((tree));
-static void dbxout_handle_pch          PARAMS ((unsigned));
 
 const struct gcc_debug_hooks dbx_debug_hooks =
 {