aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-07-15 20:45:32 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-07-15 20:45:32 +0000
commit64cdedadad4b8f7240c555e6944deddc10a2a200 (patch)
tree66b6771a3701e2a5abbb4a710b6a8d17947a562c /gdb/ChangeLog
parent2cd58942b9bf50ccde261085d8a2b3e7ced88e5e (diff)
downloadgdb-64cdedadad4b8f7240c555e6944deddc10a2a200.zip
gdb-64cdedadad4b8f7240c555e6944deddc10a2a200.tar.gz
gdb-64cdedadad4b8f7240c555e6944deddc10a2a200.tar.bz2
2001-07-15 Elena Zannoni <ezannoni@redhat.com>
* top.c (quit_cover, float_handler): Move definition up before use. (gdb_init): Move to end of file, to avoid calls to not yet defined functions. Delete prototypes.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a3a2ff0..583910b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-15 Elena Zannoni <ezannoni@redhat.com>
+
+ * top.c (quit_cover, float_handler): Move definition up before use.
+ (gdb_init): Move to end of file, to avoid calls to not yet defined
+ functions.
+ Delete prototypes.
+
2001-07-14 Andrew Cagney <ac131313@redhat.com>
* serial.h (SERIAL_ASYNC): Delete.