From: Hans-Peter Nilsson Date: Fri, 11 Jul 2008 01:32:00 +0000 (+0000) Subject: * interp.c (hash): Remove incorrect prototype. X-Git-Tag: sid-snapshot-20080801~212 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35e497c8acfe1c079c3cfd68157c5af7f5cd02b5;p=thirdparty%2Fbinutils-gdb.git * interp.c (hash): Remove incorrect prototype. --- 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 + + * interp.c (hash): Remove incorrect prototype. + 2008-06-06 Vladimir Prus Daniel Jacobowitz Joseph Myers 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));