* arm/wrapper.c: Provide SIGTRAP and SIGBUS.
@ -1,3 +1,7 @@
2005-03-30 Paul Brook <paul@codesourcery.com>
2005-03-24 Hans-Peter Nilsson <hp@axis.com>
* cris/Makefile.in (stamp-v10fcpu, stamp-v32fcpu): Add kludge to
@ -38,6 +38,14 @@
#include "run-sim.h"
#include "gdb/sim-arm.h"
#ifndef SIGTRAP
#define SIGTRAP 5
#endif
#ifndef SIGBUS
#define SIGBUS SIGSEGV
host_callback *sim_callback;
static struct ARMul_State *state;