summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-02 11:40:12 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-02 11:40:12 +0000
commitc364acf4fc31d31a9bcccf9a38e0b57daffb1d43 (patch)
tree4900d4b572b58da819a0a6df2842e4dc0171153d /gcc/dbxout.c
parentc8fcb5f3aad5506c7ac7dd8de548006c1d33a158 (diff)
downloadgcc-c364acf4fc31d31a9bcccf9a38e0b57daffb1d43.tar.gz
* dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68829 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 603b8fafc9c..f648bfe3785 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. */