]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/dbxout.c
dbxout.c (lastfile, cwd): Fix `unused' warning.
[thirdparty/gcc.git] / gcc / dbxout.c
index 480ef821b70c48d855f88ef448672a9d0eb26937..468ee0969d386c01aacab024776c1be26e75c823 100644 (file)
@@ -137,14 +137,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #define STABS_GCC_MARKER "gcc2_compiled."
 #endif
 
-/* Last source file name mentioned in a NOTE insn.  */
-
-static const char *lastfile;
-
-/* Current working directory.  */
-
-static const char *cwd;
-
 enum typestatus {TYPE_UNSEEN, TYPE_XREF, TYPE_DEFINED};
 
 /* Structure recording information about a C data type.
@@ -202,6 +194,14 @@ static GTY(()) int next_file_number;
 
 #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO)
 
+/* Last source file name mentioned in a NOTE insn.  */
+
+static const char *lastfile;
+
+/* Current working directory.  */
+
+static const char *cwd;
+
 /* Nonzero if we have actually used any of the GDB extensions
    to the debugging format.  The idea is that we use them for the
    first time only if there's a strong reason, but once we have done that,