diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-01-12 09:45:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-01-12 09:45:57 +0000 |
commit | 9549d9c176b98ec8566c8cea02e281ae81efa078 (patch) | |
tree | d02193ae068c442c997595a9e088c0a175b41fb8 /gdb/ChangeLog | |
parent | 15f33b666dcf1fedc25c3a719561763f6ec12c13 (diff) | |
download | gdb-9549d9c176b98ec8566c8cea02e281ae81efa078.zip gdb-9549d9c176b98ec8566c8cea02e281ae81efa078.tar.gz gdb-9549d9c176b98ec8566c8cea02e281ae81efa078.tar.bz2 |
Restore missing space lost when switching to UI_OUT.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9f951e1..500b5b7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com> + + * infcmd.c (print_return_value): Restore space lost by switch to + UIOUT. ``$NN='' should be ``$NN =''. + 2001-01-08 Nicholas Duffek <nsd@redhat.com> * regcache.c (set_register_cached, register_buffer, |