* dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
authorAndreas Schwab <schwab@suse.de>
Wed, 2 Jul 2003 11:40:12 +0000 (11:40 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Wed, 2 Jul 2003 11:40:12 +0000 (11:40 +0000)
From-SVN: r68829

gcc/ChangeLog
gcc/dbxout.c

index edc420bec759b225bd3d02fcb2b460f6f2a9c964..c832f24073451f4def5ac7ece37df288e9394ae5 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-02  Andreas Schwab  <schwab@suse.de>
+
+       * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
+
 2003-07-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        PR optimization/11210
index 603b8fafc9ccb77193d35c7ab929e32381b1a0ef..f648bfe378500d818f80f57d6d3669c563b1ccd7 100644 (file)
@@ -195,8 +195,10 @@ struct dbx_file GTY(())
   struct dbx_file *prev;              /* Chain to traverse all pending bincls.  */
 };
 
+#ifdef DBX_DEBUGGING_INFO
 /* If zero then there is no pending BINCL.  */
 static int pending_bincls = 0;
+#endif
 
 /* This is the top of the stack.  */