From: Daniel Jacobowitz Date: Tue, 29 Jan 2002 16:54:04 +0000 (+0000) Subject: 2002-01-29 Daniel Jacobowitz X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0e9c55fc17424a8f6ef6fca7d90aa47d6341c47;p=binutils-gdb.git 2002-01-29 Daniel Jacobowitz * unwind-ia64.c (unw_decoder): Change second argument to unsigned int, to match function prototypes. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d74d8874764..0015ed32dfa 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2002-01-29 Daniel Jacobowitz + + * unwind-ia64.c (unw_decoder): Change second argument + to unsigned int, to match function prototypes. + 2002-01-29 Daniel Jacobowitz * objdump.c: Include "getopt.h" after "bucomm.h" so that diff --git a/binutils/unwind-ia64.c b/binutils/unwind-ia64.c index d3f4b616d8d..0873c6f2ec3 100644 --- a/binutils/unwind-ia64.c +++ b/binutils/unwind-ia64.c @@ -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] = {