Commit eaac6968 by Andreas Schwab Committed by Andreas Schwab

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

From-SVN: r68829
parent da73f9de
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
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment