aboutsummaryrefslogtreecommitdiff
path: root/gas/expr.c
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
commita8a22e336510477a9710d98a7d57ec56fc167c2e (patch)
tree445de4e178a463f5289a58ee52f69dce91a13ea1 /gas/expr.c
parent24f89b68802d886dc16ffc9984e28311916fa30e (diff)
downloadfsf-binutils-gdb-a8a22e336510477a9710d98a7d57ec56fc167c2e.zip
fsf-binutils-gdb-a8a22e336510477a9710d98a7d57ec56fc167c2e.tar.gz
fsf-binutils-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/expr.c b/gas/expr.c
index 8ddc965..1fa5f7e 100644
--- a/gas/expr.c
+++ b/gas/expr.c
@@ -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;