Cannot build mips simulator on darwin.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 18 Jan 2010 03:30:28 +0000 (03:30 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 18 Jan 2010 03:30:28 +0000 (03:30 +0000)
        Masaki Muranaka  <monaka@monami-software.com>  (tiny change)
        * interp.c: Don't include sysdep.h

sim/mips/ChangeLog
sim/mips/interp.c

index 74152a1..8c8256d 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-18  Masaki Muranaka  <monaka@monami-software.com>  (tiny change)
+
+       * interp.c: Don't include sysdep.h
+
 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * configure: Regenerate.
index 20ab54b..5516e00 100644 (file)
@@ -64,8 +64,6 @@ code on the hardware.
 #include "gdb/callback.h"   /* GDB simulator callback interface */
 #include "gdb/remote-sim.h" /* GDB simulator interface */
 
-#include "sysdep.h"
-
 #ifndef PARAMS
 #define PARAMS(x) 
 #endif