diff --git a/ChangeLog b/ChangeLog index d8b3010..a8e9a65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,8 +18,21 @@ 2004-06-08 Alexandre Oliva - * baseboards/mn10300-sim.exp: Set needs_status_wrapper and - noresults to zero. + * testglue.c: Prototype abort and exit. + +from Alexandre Oliva + * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty + string. + +Tue Feb 25 05:19:57 UTC 2003 Brendan Conoboy + + * lib/remote.exp (call_remote): Remove multilibs from the board + name when rebooting a board. + +2004-0603 Alexandre Oliva + + * baseboards/mn10300-sim.exp: Set needs_status_wrapper and + noresults to zero. 2004-06-07 Ben Elliston diff --git a/testglue.c b/testglue.c index 4ede6eb..ee37295 100644 --- a/testglue.c +++ b/testglue.c @@ -39,6 +39,10 @@ #define ORIG__EXIT __wrap__exit #define ORIG_ABORT __wrap_abort #define ORIG_MAIN __wrap_main + +extern void abort (void); +extern void exit (int); + #endif extern void abort (void);