dwarf2out.c (current_funcdef_number): Move outside dwarf2 conditional ifdef.
authorRichard Henderson <rth@redhat.com>
Mon, 21 May 2001 23:30:51 +0000 (16:30 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 21 May 2001 23:30:51 +0000 (16:30 -0700)
        * dwarf2out.c (current_funcdef_number): Move outside dwarf2
        conditional ifdef.

From-SVN: r42411

gcc/ChangeLog
gcc/dwarf2out.c

index 8b5df1ce49c892481ca21b0cc68a92a3c970408e..79c18bf64baec37e37e65719641db3ab6596ffec 100644 (file)
@@ -1,3 +1,8 @@
+2001-05-21  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2out.c (current_funcdef_number): Move outside dwarf2
+       conditional ifdef.
+
 2001-05-21  Geoff Keating  <geoffk@redhat.com>
 
        * config/rs6000/rs6000.md (maxsf3): Use rs6000_emit_minmax.
index 8ae48cbfd3a8dc2457145e27b719455dfdf431c1..b02109eb0b16dc06720009f070689521cb0ab7c1 100644 (file)
@@ -92,6 +92,13 @@ dwarf2out_do_frame ()
          );
 }
 
+/* The number of the current function definition for which debugging
+   information is being generated.  These numbers range from 1 up to the
+   maximum number of function definitions contained within the current
+   compilation unit.  These numbers are used to create unique label id's
+   unique to each function definition.  */
+unsigned current_funcdef_number = 0;
+
 #if defined (DWARF2_DEBUGGING_INFO) || defined (DWARF2_UNWIND_INFO)
 
 /* How to start an assembler comment.  */
@@ -215,13 +222,6 @@ static unsigned fde_table_in_use;
 /* A list of call frame insns for the CIE.  */
 static dw_cfi_ref cie_cfi_head;
 
-/* The number of the current function definition for which debugging
-   information is being generated.  These numbers range from 1 up to the
-   maximum number of function definitions contained within the current
-   compilation unit.  These numbers are used to create unique label id's
-   unique to each function definition.  */
-unsigned current_funcdef_number = 0;
-
 /* Some DWARF extensions (e.g., MIPS/SGI) implement a subprogram
    attribute that accelerates the lookup of the FDE associated
    with the subprogram.  This variable holds the table index of the FDE