aboutsummaryrefslogtreecommitdiff
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
commita58dd3735c499b8e076e7e283b87361732119191 (patch)
treef6e1d0a2fbde6170e3bff726b13a1fb0afb85df6 /gdb/ChangeLog
parentcee6ddebfcaa7a470da630f3e459c1b99989e618 (diff)
downloadgdb-a58dd3735c499b8e076e7e283b87361732119191.zip
gdb-a58dd3735c499b8e076e7e283b87361732119191.tar.gz
gdb-a58dd3735c499b8e076e7e283b87361732119191.tar.bz2
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 413e60f..d03a60b 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().