mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-26 12:35:05 +08:00
* haifa-sched.c (BUF_LEN): Increase a lot.
From-SVN: r31927
This commit is contained in:
parent
136b5d77fc
commit
3db18f599e
@ -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>
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user