summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2003-06-04 18:28:21 +0000
committerMichael Snyder <msnyder@specifix.com>2003-06-04 18:28:21 +0000
commit7d1ce9e5da2bb6124c9f7a88aab81d73782320d4 (patch)
tree5460711625397e4f464b174054ec4a8888848755
parentae54903491eab924fb1b0af8a6d28e855dbb5867 (diff)
downloadgdb-7d1ce9e5da2bb6124c9f7a88aab81d73782320d4.tar.gz
2003-06-04 Michael Snyder <msnyder@redhat.com>
* compile.c (sim_info): Fix typo in output.
-rw-r--r--sim/h8300/ChangeLog10
-rw-r--r--sim/h8300/compile.c2
2 files changed, 8 insertions, 4 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index 34577d8cc89..b5a2cf83030 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -1,8 +1,12 @@
+2003-06-04 Michael Snyder <msnyder@redhat.com>
+
+ * compile.c (sim_info): Fix typo in output.
+
2003-06-03 Michael Snyder <msnyder@redhat.com>
- * h8300/compile.c: Add h8300sx insns and addressing modes.
- * h8300/sim-main.h: Replaces h8300/inst.h.
- * h8300/Makefile.in: Tweak to bring in some sim/common stuff.
+ * compile.c: Add h8300sx insns and addressing modes.
+ * sim-main.h: Replaces h8300/inst.h.
+ * Makefile.in: Tweak to bring in some sim/common stuff.
2003-04-13 Michael Snyder <msnyder@redhat.com>
diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c
index a21cd65b8bb..33a28f584c0 100644
--- a/sim/h8300/compile.c
+++ b/sim/h8300/compile.c
@@ -4715,7 +4715,7 @@ sim_info (SIM_DESC sd, int verbose)
"#real time taken %10.4f\n",
timetaken);
(*sim_callback->printf_filtered) (sim_callback,
- "#virtual time taked %10.4f\n",
+ "#virtual time taken %10.4f\n",
virttime);
if (timetaken != 0.0)
(*sim_callback->printf_filtered) (sim_callback,