aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-03-17 19:29:37 +0000
committerAndrew Cagney <cagney@redhat.com>2002-03-17 19:29:37 +0000
commitb51450c9ff9fe4a30bdc760802e69d313345c838 (patch)
tree381a11ec6f26129d1c8c372ed91c3297595c5164 /gdb/ChangeLog
parent8e694ecf1662b94f20df6427b91967579f8cca11 (diff)
downloadgdb-b51450c9ff9fe4a30bdc760802e69d313345c838.zip
gdb-b51450c9ff9fe4a30bdc760802e69d313345c838.tar.gz
gdb-b51450c9ff9fe4a30bdc760802e69d313345c838.tar.bz2
* kod.c (kod_set_os): Revert previous change. Is called by ``info
set'' and this leads to a core dump. Move xstrdup of operating_system to after check that it is not NULL.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c5d6491..5332ca3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2002-03-17 Andrew Cagney <ac131313@redhat.com>
+ * kod.c (kod_set_os): Revert previous change. Is called by ``info
+ set'' and this leads to a core dump. Move xstrdup of
+ operating_system to after check that it is not NULL.
+
+2002-03-17 Andrew Cagney <ac131313@redhat.com>
+
* kod.c (kod_set_os): Remove unnecessary check that
``command->type'' is set_cmd.