diff options
author | DJ Delorie <dj@delorie.com> | 2002-12-17 04:48:38 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2002-12-17 04:48:38 +0000 |
commit | b9b482cafdaa03be56d354fd622d25f90ee874be (patch) | |
tree | 11c0fc50664852e0efbdc3e0c63c39cf9b1d3c42 | |
parent | 9adb23ff71cb45744122da54364f5136945de371 (diff) | |
download | gdb-b9b482cafdaa03be56d354fd622d25f90ee874be.tar.gz |
* xstormy16-asm.c (parse_immediate16): Add prototype.
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/xstormy16-asm.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 293884015e1..92715e3df33 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2002-12-16 DJ Delorie <dj@delorie.com> + + * xstormy16-asm.c (parse_immediate16): Add prototype. + 2002-12-16 Andrew MacLeod <amacleod@redhat.com> * xstormy16-asm.c: Regenerate. diff --git a/opcodes/xstormy16-asm.c b/opcodes/xstormy16-asm.c index d4db37c7885..324c091893e 100644 --- a/opcodes/xstormy16-asm.c +++ b/opcodes/xstormy16-asm.c @@ -52,6 +52,8 @@ static const char * parse_mem8 PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *)); static const char * parse_small_immediate PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *)); +static const char * parse_immediate16 + PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *)); /* The machine-independent code doesn't know how to disambiguate mov (foo),r3 |