* config/tc-rx.c (rx_equ): Rename 'expr' to 'expression' in order
to avoid shadowing a global symbol of the same name.
+2009-12-14 Yoshinori Sato <ysato@users.sourceforge.jp>
+
+ PR gas/11089
+ * config/tc-rx.c (rx_equ): Rename 'expr' to 'expression' in order
+ to avoid shadowing a global symbol of the same name.
+
2009-12-14 Nick Clifton <nickc@redhat.com>
* config/tc-microblaze.c (md_assemble): Rename 'imm' to 'immed' in
- order to avoid shadowing global variable of the same name.
+ order to avoid shadowing a global symbol of the same name.
2009-12-11 Andrew Jenner <andrew@codesourcery.com>
<symbol_name> .equ <expression> */
static void
-rx_equ (char * name, char * expr)
+rx_equ (char * name, char * expression)
{
char saved_name_end_char;
char * name_end;
* name_end = 0;
saved_ilp = input_line_pointer;
- input_line_pointer = expr;
+ input_line_pointer = expression;
equals (name, 1);