* main.c (captured_main): Don't use BEFORE_MAIN_LOOP_HOOK.
This commit is contained in:
parent
2cfe26b654
commit
8641e68297
@ -1,3 +1,7 @@
|
||||
2008-07-28 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* main.c (captured_main): Don't use BEFORE_MAIN_LOOP_HOOK.
|
||||
|
||||
2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure.ac: Check for the GNU/Linux ptrace signature.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user