Commit 4330b0e7 by Jim Wilson Committed by Jim Wilson

Fix mips-tfile failure on alpha, from Holger Bauer.

	* alpha.h (DBX_CONTIN_LENGTH): Decrease to 3000.

From-SVN: r19533
parent b57062ca
Mon May 4 20:23:51 1998 Jim Wilson <wilson@cygnus.com>
* alpha.h (DBX_CONTIN_LENGTH): Decrease to 3000.
1998-05-04 Ulrich Drepper <drepper@cygnus.com> 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
* c-common.c (format_char_info): Add new field hhlen. * c-common.c (format_char_info): Add new field hhlen.
......
...@@ -2309,8 +2309,10 @@ extern void alpha_output_lineno (); ...@@ -2309,8 +2309,10 @@ extern void alpha_output_lineno ();
alpha_output_filename (STREAM, NAME) alpha_output_filename (STREAM, NAME)
extern void alpha_output_filename (); extern void alpha_output_filename ();
/* mips-tfile.c limits us to strings of one page. */ /* mips-tfile.c limits us to strings of one page. We must underestimate this
#define DBX_CONTIN_LENGTH 4000 number, because the real length runs past this up to the next
continuation point. This is really a dbxout.c bug. */
#define DBX_CONTIN_LENGTH 3000
/* 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