* haifa-sched.c (BUF_LEN): Increase a lot.

From-SVN: r31927
This commit is contained in:
Geoffrey Keating 2000-02-11 19:27:00 +00:00
parent 136b5d77fc
commit 3db18f599e
2 changed files with 7 additions and 2 deletions

View 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>

View 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)