diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-04-12 07:03:10 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-04-12 07:03:10 +0000 |
commit | a8a22e336510477a9710d98a7d57ec56fc167c2e (patch) | |
tree | 445de4e178a463f5289a58ee52f69dce91a13ea1 /gas/config/tc-tic54x.h | |
parent | 24f89b68802d886dc16ffc9984e28311916fa30e (diff) | |
download | gdb-a8a22e336510477a9710d98a7d57ec56fc167c2e.zip gdb-a8a22e336510477a9710d98a7d57ec56fc167c2e.tar.gz gdb-a8a22e336510477a9710d98a7d57ec56fc167c2e.tar.bz2 |
* expr.c (operand): Pass &c to md_parse_name().
* config/tc-ia64.h, config/tc-ppc.h, config/tc-tic54x.h: Adjust.
Diffstat (limited to 'gas/config/tc-tic54x.h')
-rw-r--r-- | gas/config/tc-tic54x.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |