Fix mips-tfile failure on alpha, from Holger Bauer.
authorJim Wilson <wilson@cygnus.com>
Mon, 4 May 1998 20:24:46 +0000 (20:24 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 4 May 1998 20:24:46 +0000 (13:24 -0700)
* alpha.h (DBX_CONTIN_LENGTH): Decrease to 3000.

From-SVN: r19533

gcc/ChangeLog
gcc/config/alpha/alpha.h

index 99eff3866461d4ae9afdfdab44a520bf840ad08e..7e04af59406c08d6eec665e49acc78b5eb73b2d5 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * c-common.c (format_char_info): Add new field hhlen.
index 6fd6acdb0fe226562efa01f9eacc18a5ddd1782f..6f2dc427bae58902212c833b432d9b19560bdb37 100644 (file)
@@ -2309,8 +2309,10 @@ extern void alpha_output_lineno ();
   alpha_output_filename (STREAM, NAME)
 extern void alpha_output_filename ();
 
-/* mips-tfile.c limits us to strings of one page.  */
-#define DBX_CONTIN_LENGTH 4000
+/* mips-tfile.c limits us to strings of one page.  We must underestimate this
+   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.  */
 #define DEFAULT_GDB_EXTENSIONS 1