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/expr.c | |
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/expr.c')
-rw-r--r-- | gas/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1231,7 +1231,7 @@ operand (expressionP) specially in certain contexts. If a name always has a specific value, it can often be handled by simply entering it in the symbol table. */ - if (md_parse_name (name, expressionP)) + if (md_parse_name (name, expressionP, &c)) { *input_line_pointer = c; break; |