* haifa-sched.c (BUF_LEN): Increase a lot.
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Feb 2000 19:27:00 +0000 (19:27 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Feb 2000 19:27:00 +0000 (19:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31927 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/haifa-sched.c

index 17feeb6..e584538 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-11  Geoff Keating  <geoffk@cygnus.com>
+
+       * haifa-sched.c (BUF_LEN): Increase a lot.
+
 2000-02-11  Nick Clifton  <nickc@cygnus.com>
 
        * configure.in: Add tm_p_file specification for thumb targets.
@@ -9,7 +13,8 @@
 2000-02-11  Robert Lipe  <robertl@sco.com>
 
        * Makefile.in (bootstrap-lean): Remove additional files.
-       (bootstrap2-lean): Likewise.                                                    (VOL_FILES): List of files for above.                                   
+       (bootstrap2-lean): Likewise.
+       (VOL_FILES): List of files for above.
 
 2000-02-11  Nathan Sidwell  <nathan@acm.org>
 
index 8def49f..be7dc48 100644 (file)
@@ -4817,7 +4817,7 @@ init_block_visualization ()
   n_vis_no_unit = 0;
 }
 
-#define BUF_LEN 256
+#define BUF_LEN 2048
 
 static char *
 safe_concat (buf, cur, str)