summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2002-10-03 02:34:07 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2002-10-03 02:34:07 +0000
commit7de3fad7acbba23158b6eab17b96ffa877cfc159 (patch)
tree1a2489e2a728e873662ab52c4a9bdcaac665f9c4 /gdb/ChangeLog
parent5b2919399c60ba4bedd039ace078ea1d5e4bf703 (diff)
downloadgdb-7de3fad7acbba23158b6eab17b96ffa877cfc159.tar.gz
2002-10-02 Elena Zannoni <ezannoni@redhat.com>
* infcmd.c (interrupt_target_command_wrapper): Delete. (interrupt_target_command): Make non static. (nofp_registers_info): Make static. * stack.c (return_command_wrapper): Delete. (return_command): Make non static.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 413e60f6d48..d03a60b8b5d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2002-10-02 Elena Zannoni <ezannoni@redhat.com>
+ * infcmd.c (interrupt_target_command_wrapper): Delete.
+ (interrupt_target_command): Make non static.
+ (nofp_registers_info): Make static.
+ * stack.c (return_command_wrapper): Delete.
+ (return_command): Make non static.
+
+2002-10-02 Elena Zannoni <ezannoni@redhat.com>
+
* event-top.c (gdb_setup_readline): New function. Code moved from
_initialize_event_loop().
(_initialize_event_loop): Call gdb_setup_readline().