dwarf2out.c (loclabel_num): Move into #ifdef DWARF2_DEBUGGING_INFO.
authorAndrew Pinski <pinskia@physics.uc.edu>
Sat, 7 Feb 2004 02:41:37 +0000 (02:41 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 7 Feb 2004 02:41:37 +0000 (18:41 -0800)
2004-02-06  Andrew Pinski  <pinskia@physics.uc.edu>

        * dwarf2out.c (loclabel_num): Move into #ifdef
        DWARF2_DEBUGGING_INFO.

From-SVN: r77438

gcc/ChangeLog
gcc/dwarf2out.c

index bfcf1fb1bac06637fc9fc366f4b09506704960a2..40329079821f8f6f7534be10e5f5a61600fa19e2 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-06  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * dwarf2out.c (loclabel_num): Move into #ifdef 
+       DWARF2_DEBUGGING_INFO.
+
 2004-02-06  Ziemowit Laski  <zlaski@apple.com>
 
        * objc/objc-act.c (build_super_template) the 'class' field of
index b35b5ea8ea8b3e4d5e03c6920751ad589b244e4f..4e310b2a28a5571bb29ab16e76f898cb8c4460f0 100644 (file)
@@ -3501,8 +3501,6 @@ struct var_loc_list_def GTY (())
 };
 typedef struct var_loc_list_def var_loc_list;
 
-/* Unique label counter.  */
-static unsigned int loclabel_num = 0;
 
 /* Table of decl location linked lists.  */
 static GTY ((param_is (var_loc_list))) htab_t decl_loc_table;
@@ -3595,6 +3593,9 @@ static GTY(()) unsigned have_location_lists;
 #ifdef DWARF2_DEBUGGING_INFO
 /* Record whether the function being analyzed contains inlined functions.  */
 static int current_function_has_inlines;
+
+/* Unique label counter.  */
+static unsigned int loclabel_num = 0;
 #endif
 #if 0 && defined (MIPS_DEBUGGING_INFO)
 static int comp_unit_has_inlines;