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 74152a104d1ea41b953539b2179e68d43491215f..8c8256dcb7ca6c152e3876f8c9a4585674c6af0b 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 20ab54bbd9144bf9abd5354afaf0bf7e62af2939..5516e0021acca3a671b7c32ec3c29674fa8c51e7 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