diff options
author | Martin Hunt <hunt@redhat.com> | 2001-04-19 05:28:12 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2001-04-19 05:28:12 +0000 |
commit | 67e1e03acbf264a499229d0c6ba8a5e3ed8503d2 (patch) | |
tree | 79ddb6dabeb58b603c05340563b929b419fd8c4d /gdb/ChangeLog | |
parent | fbec36e2cbf8f334f1d813247220d6e43522cb15 (diff) | |
download | gdb-67e1e03acbf264a499229d0c6ba8a5e3ed8503d2.zip gdb-67e1e03acbf264a499229d0c6ba8a5e3ed8503d2.tar.gz gdb-67e1e03acbf264a499229d0c6ba8a5e3ed8503d2.tar.bz2 |
2001-04-18 Martin M. Hunt <hunt@redhat.com>
* top.c (gdb_init): Don't call cli_out_new() to
create global uiout if init_ui_hook is set. uiout will
have to be initialized there.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 843215b..8f311d1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-04-18 Martin M. Hunt <hunt@redhat.com> + + * top.c (gdb_init): Don't call cli_out_new() to + create global uiout if init_ui_hook is set. uiout will + have to be initialized there. + 2001-04-18 Andrew Cagney <ac131313@redhat.com> * arch-utils.c: Include "regcache.h". |