mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
2003-06-23 Michael Snyder <msnyder@redhat.com>
* nrun.c (main): Delete h8/300 ifdef (sim now handles signals).
This commit is contained in:
@@ -176,11 +176,6 @@ main (int argc, char **argv)
|
||||
the signal that the simulator received; we want to return that to
|
||||
indicate failure. */
|
||||
|
||||
#ifdef SIM_H8300 /* FIXME: Ugh. grep for SLEEP in compile.c */
|
||||
if (sigrc == SIGILL)
|
||||
abort ();
|
||||
sigrc = 0;
|
||||
#else
|
||||
/* Why did we stop? */
|
||||
switch (reason)
|
||||
{
|
||||
@@ -198,7 +193,6 @@ main (int argc, char **argv)
|
||||
break;
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
return sigrc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user