mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
* config/tc-h8300.c (parse_reg): Make the function static.
(parse_exp): Likewise.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2000-06-21 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
|
* config/tc-h8300.c (parse_reg): Make the function static.
|
||||||
|
(parse_exp): Likewise.
|
||||||
|
|
||||||
2000-06-20 DJ Delorie <dj@cygnus.com>
|
2000-06-20 DJ Delorie <dj@cygnus.com>
|
||||||
|
|
||||||
* config/tc-i386.c (tc_i386_fix_adjustable): Revert change from
|
* config/tc-i386.c (tc_i386_fix_adjustable): Revert change from
|
||||||
|
@ -200,8 +200,8 @@ struct h8_op
|
|||||||
ccr
|
ccr
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* try and parse a reg name, returns number of chars consumed */
|
/* Try and parse a reg name, returns number of chars consumed. */
|
||||||
int
|
static int
|
||||||
parse_reg (src, mode, reg, direction)
|
parse_reg (src, mode, reg, direction)
|
||||||
char *src;
|
char *src;
|
||||||
op_type *mode;
|
op_type *mode;
|
||||||
@ -290,7 +290,7 @@ parse_reg (src, mode, reg, direction)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *
|
static char *
|
||||||
parse_exp (s, op)
|
parse_exp (s, op)
|
||||||
char *s;
|
char *s;
|
||||||
expressionS * op;
|
expressionS * op;
|
||||||
|
Reference in New Issue
Block a user