Commit a4f0488b by Ian Lance Taylor

Define DBX_USE_BINCL and DBX_CONTIN_LENGTH

From-SVN: r11095
parent aec4ca5e
......@@ -66,3 +66,13 @@ Boston, MA 02111-1307, USA. */
fprintf (FILE, "\n.LM%d:\n", sym_lineno); \
sym_lineno += 1; \
} }
/* When generating stabs debugging, use N_BINCL entries. */
#define DBX_USE_BINCL
/* There is no limit to the length of stabs strings. */
#ifndef DBX_CONTIN_LENGTH
#define DBX_CONTIN_LENGTH 0
#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