2006-06-05 Shaun Jackman <sjackman@gmail.com>
* arm/syscalls.c (kill) [ARM_RDI_MONITOR]: Use the signal argument to choose an ADP exception reason. * arm/libcfunc.c (abort): Remove this function.
This commit is contained in:
@ -24,18 +24,6 @@ do_AngelSWI (int reason, void * arg)
|
||||
}
|
||||
#endif /* ARM_RDI_MONITOR */
|
||||
|
||||
void
|
||||
abort (void)
|
||||
{
|
||||
extern void _exit (int n);
|
||||
#ifdef ARM_RDI_MONITOR
|
||||
do_AngelSWI (AngelSWI_Reason_ReportException,
|
||||
(void *) ADP_Stopped_RunTimeError);
|
||||
#else
|
||||
_exit(17);
|
||||
#endif
|
||||
}
|
||||
|
||||
unsigned __attribute__((weak))
|
||||
alarm (unsigned seconds)
|
||||
{
|
||||
|
Reference in New Issue
Block a user