OSDN Git Service

Define DBX_USE_BINCL and DBX_CONTIN_LENGTH
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jan 1996 05:34:46 +0000 (05:34 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jan 1996 05:34:46 +0000 (05:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11095 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/dbxcoff.h

index 4617b0a..3e2fe34 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