Commit 3db18f59 by Geoffrey Keating

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

From-SVN: r31927
parent 136b5d77
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>
......
......@@ -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)
......
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