Commit 5ec3a5a7 by H.J. Lu Committed by H.J. Lu

dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with DBX_USE_BINCL.

2003-07-02  H.J. Lu  <hongjiu.lu@intel.com>

	* dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
	DBX_USE_BINCL.
	(emit_bincl_stab): Same.
	(emit_pending_bincls): Same.

From-SVN: r68855
parent fad37371
2003-07-02 H.J. Lu <hongjiu.lu@intel.com>
* dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
DBX_USE_BINCL.
(emit_bincl_stab): Same.
(emit_pending_bincls): Same.
2003-07-02 Kazu Hirata <kazu@cs.umass.edu> 2003-07-02 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (compute_mov_length): Fix the length of * config/h8300/h8300.c (compute_mov_length): Fix the length of
......
...@@ -195,7 +195,7 @@ struct dbx_file GTY(()) ...@@ -195,7 +195,7 @@ struct dbx_file GTY(())
struct dbx_file *prev; /* Chain to traverse all pending bincls. */ struct dbx_file *prev; /* Chain to traverse all pending bincls. */
}; };
#ifdef DBX_USE_BINCLS #ifdef DBX_USE_BINCL
/* If zero then there is no pending BINCL. */ /* If zero then there is no pending BINCL. */
static int pending_bincls = 0; static int pending_bincls = 0;
#endif #endif
...@@ -317,7 +317,7 @@ static int current_sym_nchars; ...@@ -317,7 +317,7 @@ static int current_sym_nchars;
#define CONTIN do { } while (0) #define CONTIN do { } while (0)
#endif #endif
#ifdef DBX_USE_BINCLS #ifdef DBX_USE_BINCL
static void emit_bincl_stab (const char *c); static void emit_bincl_stab (const char *c);
static void emit_pending_bincls (void); static void emit_pending_bincls (void);
#endif #endif
......
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