Commit ab8b8941 by Richard Kenner

(DBX_CONTIN_LENGTH): Set to 4000.

From-SVN: r5790
parent f12f485a
...@@ -1760,8 +1760,8 @@ extern void alpha_output_lineno (); ...@@ -1760,8 +1760,8 @@ extern void alpha_output_lineno ();
extern void alpha_output_filename (); extern void alpha_output_filename ();
/* Do not break .stabs pseudos into continuations. */ /* mips-tfile.c limits us to strings of one page. */
#define DBX_CONTIN_LENGTH 0 #define DBX_CONTIN_LENGTH 4000
/* By default, turn on GDB extensions. */ /* By default, turn on GDB extensions. */
#define DEFAULT_GDB_EXTENSIONS 1 #define DEFAULT_GDB_EXTENSIONS 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment