From: Richard Kenner Date: Thu, 14 Oct 1993 11:46:04 +0000 (-0400) Subject: (DBX_CONTIN_LENGTH): Set to 4000. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab8b89414a2309317d9b04391e18566120a71965;p=gcc.git (DBX_CONTIN_LENGTH): Set to 4000. From-SVN: r5790 --- diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index e084894e4ac..656a7192023 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -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