aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2004-02-18 00:21:01 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2004-02-18 00:21:01 +0000
commit9d62932daa6c211b8ee8b4c22b79b4f8a5b26501 (patch)
treef78c4473a79aba1739937072ae962ddbb6a1d664 /gdb/main.c
parentc7c0bf7c02a6ecef3f9b9e6b5ad1b49fd90b4b4f (diff)
downloadfsf-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/main.c')
-rw-r--r--gdb/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/main.c b/gdb/main.c
index 9017a8a..7385cfd 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -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)