]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* interp.c (hash): Remove incorrect prototype.
authorHans-Peter Nilsson <hp@axis.com>
Fri, 11 Jul 2008 01:32:00 +0000 (01:32 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Fri, 11 Jul 2008 01:32:00 +0000 (01:32 +0000)
sim/cr16/ChangeLog
sim/cr16/interp.c

index 515cf6b4dd0110d774fd7d33719c4f8686755274..51856c2572b143f0b940e0b6a477d87ad2ae4e9d 100644 (file)
@@ -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>
index 1eed5e5e7bbba07a0c044c32210b08312b6b9604..aa12a69393b0d69211adcffb1bb48e847dfaa596 100644 (file)
@@ -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));