aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2003-07-02 11:40:12 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2003-07-02 11:40:12 +0000
commiteaac6968d6102aa421ef9109d2440b520fad0a76 (patch)
tree4900d4b572b58da819a0a6df2842e4dc0171153d /gcc
parentda73f9deba3ff61826160e70e50c193256b158aa (diff)
downloadgcc-eaac6968d6102aa421ef9109d2440b520fad0a76.zip
gcc-eaac6968d6102aa421ef9109d2440b520fad0a76.tar.gz
gcc-eaac6968d6102aa421ef9109d2440b520fad0a76.tar.bz2
* dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
From-SVN: r68829
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/dbxout.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index edc420b..c832f24 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 603b8fa..f648bfe 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -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. */