summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2008-07-11 01:32:00 +0000
committerHans-Peter Nilsson <hp@axis.com>2008-07-11 01:32:00 +0000
commit3e99ed77f707332683087fc657d7057fad191a25 (patch)
tree3661e29355a80592f8dc23c254cf711750daab97 /sim
parent781b0add1d59ffeea80f9194f07ce30c0bc9b0e7 (diff)
downloadgdb-3e99ed77f707332683087fc657d7057fad191a25.tar.gz
* interp.c (hash): Remove incorrect prototype.
Diffstat (limited to 'sim')
-rw-r--r--sim/cr16/ChangeLog4
-rw-r--r--sim/cr16/interp.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/sim/cr16/ChangeLog b/sim/cr16/ChangeLog
index 515cf6b4dd0..51856c2572b 100644
--- a/sim/cr16/ChangeLog
+++ b/sim/cr16/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-11 Hans-Peter Nilsson <hp@axis.com>
+
+ * interp.c (hash): Remove incorrect prototype.
+
2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
Daniel Jacobowitz <dan@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
diff --git a/sim/cr16/interp.c b/sim/cr16/interp.c
index 1eed5e5e7bb..aa12a69393b 100644
--- a/sim/cr16/interp.c
+++ b/sim/cr16/interp.c
@@ -50,7 +50,6 @@ asection *text;
bfd_vma text_start;
bfd_vma text_end;
-static long hash PARAMS ((uint64 linsn, int));
static struct hash_entry *lookup_hash PARAMS ((uint64 ins, int size));
static void get_operands PARAMS ((operand_desc *s, uint64 mcode, int isize, int nops));
static int do_run PARAMS ((uint64 mc));