* frv.opc (parse_A): Warning fix.
This commit is contained in:
parent
f60ca5e351
commit
b2d52a4828
@ -1,3 +1,7 @@
|
|||||||
|
2005-02-24 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* frv.opc (parse_A): Warning fix.
|
||||||
|
|
||||||
2005-02-23 Nick Clifton <nickc@redhat.com>
|
2005-02-23 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* frv.opc: Fixed compile time warnings about differing signed'ness
|
* frv.opc: Fixed compile time warnings about differing signed'ness
|
||||||
|
@ -968,7 +968,7 @@ static const char * parse_A0
|
|||||||
static const char * parse_A1
|
static const char * parse_A1
|
||||||
PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *));
|
PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *));
|
||||||
static const char * parse_A
|
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 *
|
inline static const char *
|
||||||
parse_symbolic_address (CGEN_CPU_DESC cd,
|
parse_symbolic_address (CGEN_CPU_DESC cd,
|
||||||
@ -1821,7 +1821,7 @@ parse_A (cd, strp, opindex, valuep, A)
|
|||||||
const char **strp;
|
const char **strp;
|
||||||
int opindex;
|
int opindex;
|
||||||
unsigned long *valuep;
|
unsigned long *valuep;
|
||||||
long A;
|
unsigned long A;
|
||||||
{
|
{
|
||||||
const char *errmsg;
|
const char *errmsg;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user