* read.c (s_reloc): Don't use expression_and_evaluate.

This commit is contained in:
Alan Modra 2009-10-05 21:57:12 +00:00
parent 5b564bb74d
commit c188d0bb59
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-10-06 Alan Modra <amodra@bigpond.net.au>
* read.c (s_reloc): Don't use expression_and_evaluate.
2009-10-02 Peter Bergner <bergner@vnet.ibm.com>
* config/tc-ppc.c (md_show_usage): Document -m476.

View File

@ -3962,7 +3962,7 @@ s_reloc (int ignore ATTRIBUTE_UNUSED)
if (*input_line_pointer == ',')
{
++input_line_pointer;
expression_and_evaluate (&exp);
expression (&exp);
}
switch (exp.X_op)
{