From a8a22e336510477a9710d98a7d57ec56fc167c2e Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 12 Apr 2001 07:03:10 +0000 Subject: * expr.c (operand): Pass &c to md_parse_name(). * config/tc-ia64.h, config/tc-ppc.h, config/tc-tic54x.h: Adjust. --- gas/config/tc-tic54x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config/tc-tic54x.h') diff --git a/gas/config/tc-tic54x.h b/gas/config/tc-tic54x.h index 9e7e4aa..f239fc9 100644 --- a/gas/config/tc-tic54x.h +++ b/gas/config/tc-tic54x.h @@ -88,7 +88,7 @@ extern void tic54x_number_to_chars PARAMS((char *, valueT, int)); extern void tic54x_adjust_symtab PARAMS(()); #define tc_unrecognized_line(ch) tic54x_unrecognized_line(ch) extern int tic54x_unrecognized_line PARAMS((int ch)); -#define md_parse_name(s,e) tic54x_parse_name(s,e) +#define md_parse_name(s,e,c) tic54x_parse_name(s,e) extern int tic54x_parse_name PARAMS((char *name, expressionS *e)); #define md_undefined_symbol(s) tic54x_undefined_symbol(s) extern symbolS *tic54x_undefined_symbol PARAMS((char *name)); -- cgit v1.1