summaryrefslogtreecommitdiff
path: root/sim/sh/ChangeLog
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2002-11-03 22:29:13 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2002-11-03 22:29:13 +0000
commitb4be33d4f4bea78bc6e0758a8bfee8dd36a3e304 (patch)
tree34c41e5e211d3e4c9a31d1de2c0ce96ca1ada629 /sim/sh/ChangeLog
parent0b2f3640de9a8fdbd2980ad05820506ec6f72cd1 (diff)
downloadgdb-b4be33d4f4bea78bc6e0758a8bfee8dd36a3e304.tar.gz
merge from mainline
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r--sim/sh/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index ec587595082..60b41f7c552 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,3 +1,11 @@
+Fri Oct 11 16:22:28 2002 J"orn Rennecke <joern.rennecke@superh.com>
+
+ * interp.c (trap): Return int. Take extra parameter for address
+ of the trap instruction. Changed all callers.
+ Add case 33 for profiling.
+ * gencode.c (trapa): Handle trap 33 using the trap function.
+ Add read of vector for generic traps.
+
Wed Jul 17 19:36:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
* Makefile.in (interp.o): Depend on $(srcroot)/include/gdb/sim-sh.h.