* dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.

From-SVN: r68829
This commit is contained in:
Andreas Schwab 2003-07-02 11:40:12 +00:00 committed by Andreas Schwab
parent da73f9deba
commit eaac6968d6
2 changed files with 6 additions and 0 deletions

View 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

View 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. */