From: Tom Tromey Date: Mon, 28 Jul 2008 16:29:02 +0000 (+0000) Subject: * main.c (captured_main): Don't use BEFORE_MAIN_LOOP_HOOK. X-Git-Tag: sid-snapshot-20080801~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8641e68297c9812b59ab59f786c00087d15feec9;p=thirdparty%2Fbinutils-gdb.git * main.c (captured_main): Don't use BEFORE_MAIN_LOOP_HOOK. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 37292bc6849..a93bee8bcb2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-07-28 Tom Tromey + + * main.c (captured_main): Don't use BEFORE_MAIN_LOOP_HOOK. + 2008-07-27 Daniel Jacobowitz * configure.ac: Check for the GNU/Linux ptrace signature. diff --git a/gdb/main.c b/gdb/main.c index 91d751a2d9e..c4b79516001 100644 --- a/gdb/main.c +++ b/gdb/main.c @@ -818,13 +818,6 @@ Can't attach to process and specify a core file at the same time.")); quit_force (NULL, 0); } - /* Do any host- or target-specific hacks. This is used for i960 targets - to force the user to set a nindy target and spec its parameters. */ - -#ifdef BEFORE_MAIN_LOOP_HOOK - BEFORE_MAIN_LOOP_HOOK; -#endif - /* Show time and/or space usage. */ if (display_time)