aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>1996-01-25 05:34:46 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>1996-01-25 05:34:46 +0000
commita4f0488b1c46a0abb54a370fae168ff665fbd523 (patch)
tree8a6301ba18de04e8207e8f40f1842d864711b6de /gcc
parentaec4ca5ea082732f8d517697dc6eb809cd111a72 (diff)
downloadgcc-a4f0488b1c46a0abb54a370fae168ff665fbd523.zip
gcc-a4f0488b1c46a0abb54a370fae168ff665fbd523.tar.gz
gcc-a4f0488b1c46a0abb54a370fae168ff665fbd523.tar.bz2
Define DBX_USE_BINCL and DBX_CONTIN_LENGTH
From-SVN: r11095
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/dbxcoff.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/config/dbxcoff.h b/gcc/config/dbxcoff.h
index 4617b0a..3e2fe34 100644
--- a/gcc/config/dbxcoff.h
+++ b/gcc/config/dbxcoff.h
@@ -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