projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56c99b3
)
* simops.c: Include sim-types.h.
author
Jeff Law
<law@redhat.com>
Sun, 22 Feb 1998 22:59:43 +0000
(22:59 +0000)
committer
Jeff Law
<law@redhat.com>
Sun, 22 Feb 1998 22:59:43 +0000
(22:59 +0000)
sim/mn10300/ChangeLog
patch
|
blob
|
history
sim/mn10300/simops.c
patch
|
blob
|
history
diff --git
a/sim/mn10300/ChangeLog
b/sim/mn10300/ChangeLog
index 8809c4f3d2bbcf416851bfce27d7d1b64b9c9295..4aa807bb8704ae81099b5114ea0b22998749ded3 100644
(file)
--- a/
sim/mn10300/ChangeLog
+++ b/
sim/mn10300/ChangeLog
@@
-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
diff --git
a/sim/mn10300/simops.c
b/sim/mn10300/simops.c
index d6f9a72ca1c27b9f906e5830fc4d3e48448813e0..438258b3fe57651b134f9e282cb3b0e78030883e 100644
(file)
--- a/
sim/mn10300/simops.c
+++ b/
sim/mn10300/simops.c
@@
-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>