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
|
@ -45,7 +45,6 @@ static valueT generic_bignum_to_int64 (void);
|
|||
#endif
|
||||
static void integer_constant (int radix, expressionS * expressionP);
|
||||
static void mri_char_constant (expressionS *);
|
||||
static void current_location (expressionS *);
|
||||
static void clean_up_expression (expressionS * expressionP);
|
||||
static segT operand (expressionS *, enum expr_mode);
|
||||
static operatorT operatorf (int *);
|
||||
|
@ -695,7 +694,7 @@ mri_char_constant (expressionS *expressionP)
|
|||
/* Return an expression representing the current location. This
|
||||
handles the magic symbol `.'. */
|
||||
|
||||
static void
|
||||
void
|
||||
current_location (expressionS *expressionp)
|
||||
{
|
||||
if (now_seg == absolute_section)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue