dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with DBX_USE_BINCL.
authorH.J. Lu <hongjiu.lu@intel.com>
Wed, 2 Jul 2003 21:28:03 +0000 (21:28 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 2 Jul 2003 21:28:03 +0000 (14:28 -0700)
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

gcc/ChangeLog
gcc/dbxout.c

index 02d673110eb597dc26d66f7f2b15fba1009dc1a9..1a4931945ebfdf7cb113acdd328e0090b0bdccf4 100644 (file)
@@ -1,3 +1,10 @@
+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>
 
        * config/h8300/h8300.c (compute_mov_length): Fix the length of
index b39f627d1cef58b4325f4dd14eb7dba0f9b60e9f..188b060f40a8b99659775f2b81b7e1c8b133ec7e 100644 (file)
@@ -195,7 +195,7 @@ struct dbx_file GTY(())
   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.  */
 static int pending_bincls = 0;
 #endif
@@ -317,7 +317,7 @@ static int current_sym_nchars;
 #define CONTIN do { } while (0)
 #endif
 
-#ifdef DBX_USE_BINCLS
+#ifdef DBX_USE_BINCL
 static void emit_bincl_stab             (const char *c);
 static void emit_pending_bincls         (void);
 #endif