aboutsummaryrefslogtreecommitdiff
path: root/opcodes/iq2000-asm.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-07-05 15:07:46 +0000
committerNick Clifton <nickc@redhat.com>2005-07-05 15:07:46 +0000
commit3ec2b351bd81ef7a827c8853e04c5612d00be84a (patch)
treee1431249747d706a97814415d8cd8df3fd5d4382 /opcodes/iq2000-asm.c
parent9d8504b17f98d4fc4a524395563fa67a4fe8d2bc (diff)
downloadfsf-binutils-gdb-3ec2b351bd81ef7a827c8853e04c5612d00be84a.zip
fsf-binutils-gdb-3ec2b351bd81ef7a827c8853e04c5612d00be84a.tar.gz
fsf-binutils-gdb-3ec2b351bd81ef7a827c8853e04c5612d00be84a.tar.bz2
Fix compile time warnings from a GCC 4.0 compiler
Diffstat (limited to 'opcodes/iq2000-asm.c')
-rw-r--r--opcodes/iq2000-asm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/iq2000-asm.c b/opcodes/iq2000-asm.c
index 0bbb4ae..caab54f 100644
--- a/opcodes/iq2000-asm.c
+++ b/opcodes/iq2000-asm.c
@@ -255,7 +255,7 @@ static const char *
parse_lo16 (CGEN_CPU_DESC cd,
const char **strp,
int opindex,
- long *valuep)
+ unsigned long *valuep)
{
if (strncasecmp (*strp, "%lo(", 4) == 0)
{
@@ -287,7 +287,7 @@ static const char *
parse_mlo16 (CGEN_CPU_DESC cd,
const char **strp,
int opindex,
- long *valuep)
+ unsigned long *valuep)
{
if (strncasecmp (*strp, "%lo(", 4) == 0)
{