* psim.c: Include gdb/signals.h.
authorMark Mitchell <mark@codesourcery.com>
Mon, 28 Nov 2005 21:30:07 +0000 (21:30 +0000)
committerMark Mitchell <mark@codesourcery.com>
Mon, 28 Nov 2005 21:30:07 +0000 (21:30 +0000)
sim/ppc/ChangeLog
sim/ppc/psim.c

index 285cfa2..bfd3b73 100644 (file)
@@ -1,5 +1,7 @@
 2005-11-28  Mark Mitchell  <mark@codesourcery.com>
 
+       * 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_*.
index e2eac2a..be9d076 100644 (file)
@@ -50,7 +50,7 @@
 
 #include "bfd.h"
 #include "libiberty.h"
-
+#include "gdb/signals.h"
 
 /* system structure, actual size of processor array determined at
    runtime */