summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2002-01-29 16:54:04 +0000
committerDaniel Jacobowitz <dan@debian.org>2002-01-29 16:54:04 +0000
commitf8a0487d0430d8e107cc8f5052cfb961a0247149 (patch)
treeb58194e6825e05d30ebc1fddcbcccbec4819225b /binutils
parentcb9e46ff4a14a3813c4fe81f6057835629f5d473 (diff)
downloadbinutils-redhat-f8a0487d0430d8e107cc8f5052cfb961a0247149.tar.gz
2002-01-29 Daniel Jacobowitz <drow@mvista.com>
* unwind-ia64.c (unw_decoder): Change second argument to unsigned int, to match function prototypes.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/unwind-ia64.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index d74d887476..0015ed32df 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,10 @@
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
__GNU_LIBRARY__ will be defined.
* size.c: Likewise.
diff --git a/binutils/unwind-ia64.c b/binutils/unwind-ia64.c
index d3f4b616d8..0873c6f2ec 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] =
{