dwarf2out.c (indirect_string_alloc, [...]): Move prototype into DWARF2_DEBUGGING_INFO...
authorGraham Stott <grahams@redhat.com>
Thu, 10 Jan 2002 08:59:05 +0000 (08:59 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Thu, 10 Jan 2002 08:59:05 +0000 (08:59 +0000)
        * dwarf2out.c (indirect_string_alloc, output_indirect_string):
        Move prototype into DWARF2_DEBUGGING_INFO conditional block.

From-SVN: r48718

gcc/ChangeLog
gcc/dwarf2out.c

index 951f98d8f1c52801a5f3e4bdea96c66d8d7c7fd0..f33f6ac40a079909319de5ffa665e2796a6dc8f8 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-20  Graham Stott  <grahams@redhat.com>
+
+       * dwarf2out.c (indirect_string_alloc, output_indirect_string):
+        Move prototype into DWARF2_DEBUGGING_INFO conditional block. 
+
 2002-01-10  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/alpha.md (extendsidi2_fix): Penalize f/f alternative.
index 3c114848adb61220be1b68d0425ede4ca51a9f5f..ca56ce17093341c6ed0af25ec2f2f6952237ea43 100644 (file)
@@ -298,11 +298,6 @@ static struct dw_loc_descr_struct *build_cfa_loc
 static void def_cfa_1                  PARAMS ((const char *,
                                                 dw_cfa_location *));
 
-/* .debug_str support.  */
-static hashnode indirect_string_alloc  PARAMS ((hash_table *));
-static int output_indirect_string      PARAMS ((struct cpp_reader *,
-                                                hashnode, const PTR));
-
 /* How to start an assembler comment.  */
 #ifndef ASM_COMMENT_START
 #define ASM_COMMENT_START ";#"
@@ -3046,6 +3041,12 @@ get_cfa_from_loc_descr (cfa, loc)
 /* And now, the support for symbolic debugging information.  */
 #ifdef DWARF2_DEBUGGING_INFO
 
+/* .debug_str support.  */
+static hashnode indirect_string_alloc  PARAMS ((hash_table *));
+static int output_indirect_string      PARAMS ((struct cpp_reader *,
+                                                 hashnode, const PTR));
+
+
 static void dwarf2out_init             PARAMS ((const char *));
 static void dwarf2out_finish           PARAMS ((const char *));
 static void dwarf2out_define           PARAMS ((unsigned int, const char *));