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/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index 818bd76..1d6f0e0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +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. + 2010-06-21 Sterling Augustine PR gas/11728 -- cgit v1.1