diff options
author | Alan Modra <amodra@gmail.com> | 2005-02-24 13:38:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-02-24 13:38:01 +0000 |
commit | 47d8304e8837825ab4fd60922b28f30c623f2c02 (patch) | |
tree | 1bab33d0bd25db1f298726002d5748ef074861c5 /opcodes/frv-asm.c | |
parent | b2d52a4828c7bc73e3691c7620ce917f1c862d89 (diff) | |
download | gdb-47d8304e8837825ab4fd60922b28f30c623f2c02.zip gdb-47d8304e8837825ab4fd60922b28f30c623f2c02.tar.gz gdb-47d8304e8837825ab4fd60922b28f30c623f2c02.tar.bz2 |
* cris-dis.c (format_hex): Remove ineffective warning fix.
* crx-dis.c (make_instruction): Warning fix.
* frv-asm.c: Regenerate.
Diffstat (limited to 'opcodes/frv-asm.c')
-rw-r--r-- | opcodes/frv-asm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/frv-asm.c b/opcodes/frv-asm.c index 635f9c7..2632e87 100644 --- a/opcodes/frv-asm.c +++ b/opcodes/frv-asm.c @@ -71,7 +71,7 @@ static const char * parse_A0 static const char * parse_A1 PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *)); static const char * parse_A - PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *, long)); + PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *, unsigned long)); inline static const char * parse_symbolic_address (CGEN_CPU_DESC cd, @@ -924,7 +924,7 @@ parse_A (cd, strp, opindex, valuep, A) const char **strp; int opindex; unsigned long *valuep; - long A; + unsigned long A; { const char *errmsg; |