diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-02-18 00:21:01 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-02-18 00:21:01 +0000 |
commit | 9d62932daa6c211b8ee8b4c22b79b4f8a5b26501 (patch) | |
tree | f78c4473a79aba1739937072ae962ddbb6a1d664 /gdb/ChangeLog | |
parent | c7c0bf7c02a6ecef3f9b9e6b5ad1b49fd90b4b4f (diff) | |
download | fsf-binutils-gdb-9d62932daa6c211b8ee8b4c22b79b4f8a5b26501.zip fsf-binutils-gdb-9d62932daa6c211b8ee8b4c22b79b4f8a5b26501.tar.gz fsf-binutils-gdb-9d62932daa6c211b8ee8b4c22b79b4f8a5b26501.tar.bz2 |
2004-02-17 Elena Zannoni <ezannoni@redhat.com>
* Makefile.in (defs_h): Remove dependency on progress_h.
* defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
progress.h.
* main.c (captured_main): Delete use of START_PROGRESS and
END_PROGRESS.
2004-02-17 Elena Zannoni <ezannoni@redhat.com>
* gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8a11840..5b8fa48 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2004-02-17 Elena Zannoni <ezannoni@redhat.com> + * Makefile.in (defs_h): Remove dependency on progress_h. + * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of + progress.h. + * main.c (captured_main): Delete use of START_PROGRESS and + END_PROGRESS. + +2004-02-17 Elena Zannoni <ezannoni@redhat.com> + * objfiles.c (terminate_minimal_symbol_table): Add back initialization of MSYMBOL_TYPE. |