diff options
author | Jan Beulich <jbeulich@novell.com> | 2010-06-22 07:43:41 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2010-06-22 07:43:41 +0000 |
commit | b7adb16d69397ae6c112d60d2b22f40ec22493b7 (patch) | |
tree | 3935ff5357d66bc600e299c6a2170e344e6e2b4e /gas/expr.h | |
parent | 41b2c92d4c9fdd2904527d63d401ab48f024351a (diff) | |
download | binutils-gdb-b7adb16d69397ae6c112d60d2b22f40ec22493b7.tar.gz |
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+$.
Diffstat (limited to 'gas/expr.h')
-rw-r--r-- | gas/expr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/expr.h b/gas/expr.h index 8a553a79473..cce932dc14c 100644 --- a/gas/expr.h +++ b/gas/expr.h @@ -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); |