* simops.c: Include sim-types.h.
authorJeff Law <law@redhat.com>
Sun, 22 Feb 1998 22:59:43 +0000 (22:59 +0000)
committerJeff Law <law@redhat.com>
Sun, 22 Feb 1998 22:59:43 +0000 (22:59 +0000)
sim/mn10300/ChangeLog
sim/mn10300/simops.c

index 8809c4f3d2bbcf416851bfce27d7d1b64b9c9295..4aa807bb8704ae81099b5114ea0b22998749ded3 100644 (file)
@@ -1,3 +1,12 @@
+Sun Feb 22 16:02:24 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * simops.c: Include sim-types.h.
+
+Wed Feb 18 13:07:08 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * simops.c (multiply instructions): Cast input operands to a
+       signed64/unsigned64 type as appropriate.
+
 Tue Feb 17 12:47:16 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * interp.c (sim_store_register, sim_fetch_register): Pass in
index d6f9a72ca1c27b9f906e5830fc4d3e48448813e0..438258b3fe57651b134f9e282cb3b0e78030883e 100644 (file)
@@ -6,6 +6,7 @@
 #endif
 #include "mn10300_sim.h"
 #include "simops.h"
+#include "sim-types.h"
 #include "sys/syscall.h"
 #include "bfd.h"
 #include <errno.h>
This page took 0.032473 seconds and 4 git commands to generate.