forked from Imagelibrary/binutils-gdb
PR gas/12282
* expr.c (expr_build_dot): Make a clone of the symbol to return if needed.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2010-12-04 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
|
PR gas/12282
|
||||||
|
* expr.c (expr_build_dot): Make a clone of the symbol to return if
|
||||||
|
needed.
|
||||||
|
|
||||||
2010-12-02 Richard Sandiford <richard.sandiford@linaro.org>
|
2010-12-02 Richard Sandiford <richard.sandiford@linaro.org>
|
||||||
|
|
||||||
* symbols.c (S_FORCE_RELOC): Return true for indirect functions
|
* symbols.c (S_FORCE_RELOC): Return true for indirect functions
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ expr_build_dot (void)
|
|||||||
expressionS e;
|
expressionS e;
|
||||||
|
|
||||||
current_location (&e);
|
current_location (&e);
|
||||||
return make_expr_symbol (&e);
|
return symbol_clone_if_forward_ref (make_expr_symbol (&e));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Build any floating-point literal here.
|
/* Build any floating-point literal here.
|
||||||
|
|||||||
Reference in New Issue
Block a user