aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-09-12 02:44:03 +0000
committerAndrew Cagney <cagney@redhat.com>1997-09-12 02:44:03 +0000
commit93e7a1b5b74ce4e5a030378b5f39077aed9d0912 (patch)
tree7ba8a934d602cd9dae5417f8e943cfffe4ebe87e /sim/v850/ChangeLog
parent11ac69e0139253d10771787a44adfecb9e4bef70 (diff)
downloadgdb-93e7a1b5b74ce4e5a030378b5f39077aed9d0912.zip
gdb-93e7a1b5b74ce4e5a030378b5f39077aed9d0912.tar.gz
gdb-93e7a1b5b74ce4e5a030378b5f39077aed9d0912.tar.bz2
Add profiling support to v850*.
Diffstat (limited to 'sim/v850/ChangeLog')
-rw-r--r--sim/v850/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog
index b330611..feab6ef 100644
--- a/sim/v850/ChangeLog
+++ b/sim/v850/ChangeLog
@@ -1,5 +1,16 @@
Thu Sep 11 08:40:03 1997 Andrew Cagney <cagney@b1.cygnus.com>
+ * interp.c (sim_open): Use sim_do_commandf instead of asprintf.
+
+ * sim-main.h (INSN_NAME):
+
+ * Makefile.in (INCLUDE): Add SIM_EXTRA_DEPS.
+ (SIM_EXTRA_DEPS): Add itable.h
+ (tmp-gencode): Does not depend on simops.h
+
+ * sim-main.h (itable.h): Include.
+ (MAX_INSNS, INSN_NAME): Define.
+
* interp.c: Compute inttype from the interrupt_names index that
was passed in.