From b7adb16d69397ae6c112d60d2b22f40ec22493b7 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 22 Jun 2010 07:43:41 +0000 Subject: gas/ 2010-06-22 Jan Beulich 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 PR gas/11732 * gas/i386/jump.d: Adjust. * gas/i386/jump.s: Add check for branch to 2+$. --- gas/expr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/expr.h') diff --git a/gas/expr.h b/gas/expr.h index 8a553a7..cce932d 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); -- cgit v1.1