Browse Source

2004-08-19 Daniel Jacobowitz <dan@debian.org>

* testglue.c: Prototype abort and exit.
origin
Rob Savoye 22 years ago
parent
commit
cd26f56a64
  1. 17
      ChangeLog
  2. 4
      testglue.c

17
ChangeLog

@ -18,8 +18,21 @@
2004-06-08 Alexandre Oliva <aoliva@redhat.com>
* baseboards/mn10300-sim.exp: Set needs_status_wrapper and
noresults to zero.
* testglue.c: Prototype abort and exit.
from Alexandre Oliva <aoliva@redhat.com>
* baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
string.
Tue Feb 25 05:19:57 UTC 2003 Brendan Conoboy <blc@@redhat.com>
* lib/remote.exp (call_remote): Remove multilibs from the board
name when rebooting a board.
2004-0603 Alexandre Oliva <aoliva@redhat.com>
* baseboards/mn10300-sim.exp: Set needs_status_wrapper and
noresults to zero.
2004-06-07 Ben Elliston <bje@gnu.org>

4
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);

Loading…
Cancel
Save