Define DBX_USE_BINCL and DBX_CONTIN_LENGTH
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 25 Jan 1996 05:34:46 +0000 (05:34 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 25 Jan 1996 05:34:46 +0000 (05:34 +0000)
From-SVN: r11095

gcc/config/dbxcoff.h

index 4617b0a673e7dd7ed184b392b89c27fa8e3ebcde..3e2fe347afe2a33da2cfd973b67adabcddc0a901 100644 (file)
@@ -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