From: Mark Mitchell Date: Mon, 28 Nov 2005 21:30:07 +0000 (+0000) Subject: * psim.c: Include gdb/signals.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3a611ef503cf7c8f282904343fb638d40e8030de;p=binutils-gdb.git * psim.c: Include gdb/signals.h. --- diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 285cfa22237..bfd3b73b087 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,5 +1,7 @@ 2005-11-28 Mark Mitchell + * psim.c: Include gdb/signals.h. + * sim_calls.c (gdb/signals.h): Include it. (sim_stop_reason): Use TARGET_SIGNAL_*. * psim.c (cntrl_c_simulation): Use TARGET_SIGNAL_*. diff --git a/sim/ppc/psim.c b/sim/ppc/psim.c index e2eac2a87c7..be9d076cd66 100644 --- a/sim/ppc/psim.c +++ b/sim/ppc/psim.c @@ -50,7 +50,7 @@ #include "bfd.h" #include "libiberty.h" - +#include "gdb/signals.h" /* system structure, actual size of processor array determined at runtime */