diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
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. |