summaryrefslogtreecommitdiff
path: root/gas/config/tc-tic54x.h
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-04-12 07:03:10 +0000
committerAlexandre Oliva <aoliva@redhat.com>2001-04-12 07:03:10 +0000
commit8880d4cc1fadf7fcdc54c47e46ccd135ad9255ed (patch)
tree43a37b2338f927037817a0eec76fce54ce89c9d3 /gas/config/tc-tic54x.h
parentd5f231f1305e6874d4ac010b7ac565ca6e2aea3d (diff)
downloadbinutils-redhat-8880d4cc1fadf7fcdc54c47e46ccd135ad9255ed.tar.gz
* 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tic54x.h b/gas/config/tc-tic54x.h
index 9e7e4aab62..f239fc9570 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));