gas/
2010-06-22 Jan Beulich <jbeulich@novell.com> PR gas/11732 * config/tc-i386-intel.c (i386_intel_parse_name): Handle pseudo symbols named "$". (i386_intel_operand): Remove bogus handling of pseudo symbols named "$". * expr.c (current_location): Remove 'static' and local declaration. * expr.h (current_location): Declare. gas/testsuite/ 2010-06-22 Jan Beulich <jbeulich@novell.com> PR gas/11732 * gas/i386/jump.d: Adjust. * gas/i386/jump.s: Add check for branch to 2+$.
This commit is contained in:
parent
41b2c92d4c
commit
b7adb16d69
7 changed files with 38 additions and 16 deletions
|
@ -174,6 +174,7 @@ extern segT expr (int, expressionS *, enum expr_mode);
|
|||
extern unsigned int get_single_number (void);
|
||||
extern symbolS *make_expr_symbol (expressionS * expressionP);
|
||||
extern int expr_symbol_where (symbolS *, char **, unsigned int *);
|
||||
extern void current_location (expressionS *);
|
||||
|
||||
extern symbolS *expr_build_uconstant (offsetT);
|
||||
extern symbolS *expr_build_dot (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue