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.
This commit is contained in:
Elena Zannoni
2004-02-18 00:21:01 +00:00
parent c7c0bf7c02
commit 9d62932daa
6 changed files with 16 additions and 8 deletions

View File

@@ -163,8 +163,6 @@ captured_main (void *data)
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
START_PROGRESS (argv[0], 0);
/* This needs to happen before the first use of malloc. */
init_malloc (NULL);
@@ -750,8 +748,6 @@ extern int gdbtk_test (char *);
BEFORE_MAIN_LOOP_HOOK;
#endif
END_PROGRESS (argv[0]);
/* Show time and/or space usage. */
if (display_time)