(DBX_CONTIN_LENGTH): Set to 4000.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 14 Oct 1993 11:46:04 +0000 (07:46 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 14 Oct 1993 11:46:04 +0000 (07:46 -0400)
From-SVN: r5790

gcc/config/alpha/alpha.h

index e084894e4acbc161b7facbb9edb394779a7493c2..656a719202361ad5531a55e34856bcbfcf81b292 100644 (file)
@@ -1760,8 +1760,8 @@ extern void alpha_output_lineno ();
 extern void alpha_output_filename ();
 
 
-/* Do not break .stabs pseudos into continuations.  */
-#define DBX_CONTIN_LENGTH 0
+/* mips-tfile.c limits us to strings of one page.  */
+#define DBX_CONTIN_LENGTH 4000
 
 /* By default, turn on GDB extensions.  */
 #define DEFAULT_GDB_EXTENSIONS 1