2005-04-16 18:20:36 -04:00
|
|
|
/*
|
|
|
|
* Copyright 2003 PathScale, Inc.
|
|
|
|
*
|
|
|
|
* Licensed under the GPL
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "sysdep/ptrace.h"
|
|
|
|
|
|
|
|
void arch_init_thread(void)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void arch_check_bugs(void)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
int arch_handle_signal(int sig, union uml_pt_regs *regs)
|
|
|
|
{
|
2007-05-06 17:50:58 -04:00
|
|
|
return 0;
|
2005-04-16 18:20:36 -04:00
|
|
|
}
|