summaryrefslogtreecommitdiff
path: root/sim/microblaze
diff options
context:
space:
mode:
Diffstat (limited to 'sim/microblaze')
-rw-r--r--sim/microblaze/ChangeLog4
-rw-r--r--sim/microblaze/interp.c6
2 files changed, 4 insertions, 6 deletions
diff --git a/sim/microblaze/ChangeLog b/sim/microblaze/ChangeLog
index 2f9fea6a896..a023f924582 100644
--- a/sim/microblaze/ChangeLog
+++ b/sim/microblaze/ChangeLog
@@ -1,5 +1,9 @@
2015-02-19 Mike Frysinger <vapier@gentoo.org>
+ * interp.c (sim_kill): Delete unused func.
+
+2015-02-19 Mike Frysinger <vapier@gentoo.org>
+
* microblaze.isa: Add "microblaze_" prefix to "or", "and", and "xor".
2015-02-02 Chen Gang <gang.chen.5i5j@gmail.com>
diff --git a/sim/microblaze/interp.c b/sim/microblaze/interp.c
index 4fc45952901..b9349bc070d 100644
--- a/sim/microblaze/interp.c
+++ b/sim/microblaze/interp.c
@@ -1000,12 +1000,6 @@ sim_create_inferior (SIM_DESC sd, struct bfd *prog_bfd, char **argv, char **env)
}
void
-sim_kill (SIM_DESC sd)
-{
- /* nothing to do */
-}
-
-void
sim_do_command (SIM_DESC sd, const char *cmd)
{
/* Nothing there yet; it's all an error. */