Commit b1053160 by Andrew Pinski Committed by Andrew Pinski

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


2004-02-06  Andrew Pinski  <pinskia@physics.uc.edu>

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

From-SVN: r77438
parent f970e7c9
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> 2004-02-06 Ziemowit Laski <zlaski@apple.com>
* objc/objc-act.c (build_super_template) the 'class' field of * objc/objc-act.c (build_super_template) the 'class' field of
......
...@@ -3501,8 +3501,6 @@ struct var_loc_list_def GTY (()) ...@@ -3501,8 +3501,6 @@ struct var_loc_list_def GTY (())
}; };
typedef struct var_loc_list_def var_loc_list; typedef struct var_loc_list_def var_loc_list;
/* Unique label counter. */
static unsigned int loclabel_num = 0;
/* Table of decl location linked lists. */ /* Table of decl location linked lists. */
static GTY ((param_is (var_loc_list))) htab_t decl_loc_table; static GTY ((param_is (var_loc_list))) htab_t decl_loc_table;
...@@ -3595,6 +3593,9 @@ static GTY(()) unsigned have_location_lists; ...@@ -3595,6 +3593,9 @@ static GTY(()) unsigned have_location_lists;
#ifdef DWARF2_DEBUGGING_INFO #ifdef DWARF2_DEBUGGING_INFO
/* Record whether the function being analyzed contains inlined functions. */ /* Record whether the function being analyzed contains inlined functions. */
static int current_function_has_inlines; static int current_function_has_inlines;
/* Unique label counter. */
static unsigned int loclabel_num = 0;
#endif #endif
#if 0 && defined (MIPS_DEBUGGING_INFO) #if 0 && defined (MIPS_DEBUGGING_INFO)
static int comp_unit_has_inlines; static int comp_unit_has_inlines;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment