2002-01-29 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Tue, 29 Jan 2002 16:54:04 +0000 (16:54 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 29 Jan 2002 16:54:04 +0000 (16:54 +0000)
        * unwind-ia64.c (unw_decoder): Change second argument
        to unsigned int, to match function prototypes.

binutils/ChangeLog
binutils/unwind-ia64.c

index d74d88747645b490b8aa219f7ba00d76962da095..0015ed32dfa735e19690b4214f87a2dc8f3bde81 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * unwind-ia64.c (unw_decoder): Change second argument
+       to unsigned int, to match function prototypes.
+
 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
 
        * objdump.c: Include "getopt.h" after "bucomm.h" so that
index d3f4b616d8d2426d055bf3034d1ed3b7ed587296..0873c6f2ec3195e48d0dcd25efb3876908546ae9 100644 (file)
@@ -1071,7 +1071,7 @@ unw_decode_b3_x4 (dp, code, arg)
 }
 
 typedef const unsigned char *(*unw_decoder)
-     PARAMS ((const unsigned char *, unsigned char, void *));
+     PARAMS ((const unsigned char *, unsigned int, void *));
 
 static unw_decoder unw_decode_table[2][8] =
   {