* config/tc-mips.c (mips_ip): Use symbol_temp_new_now to create
a fake label.
This commit is contained in:
parent
26ab7092a2
commit
8680f6e184
@ -1,3 +1,8 @@
|
|||||||
|
2010-07-26 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
|
* config/tc-mips.c (mips_ip): Use symbol_temp_new_now to create
|
||||||
|
a fake label.
|
||||||
|
|
||||||
2010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
|
2010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
* config/tc-mips.c (macro)[M_JAL_1, M_JAL_2]: Handle the JALR
|
* config/tc-mips.c (macro)[M_JAL_1, M_JAL_2]: Handle the JALR
|
||||||
|
@ -9953,9 +9953,7 @@ do_msbd:
|
|||||||
/* Set the argument to the current address in the
|
/* Set the argument to the current address in the
|
||||||
section. */
|
section. */
|
||||||
offset_expr.X_op = O_symbol;
|
offset_expr.X_op = O_symbol;
|
||||||
offset_expr.X_add_symbol =
|
offset_expr.X_add_symbol = symbol_temp_new_now ();
|
||||||
symbol_new ("L0\001", now_seg,
|
|
||||||
(valueT) frag_now_fix (), frag_now);
|
|
||||||
offset_expr.X_add_number = 0;
|
offset_expr.X_add_number = 0;
|
||||||
|
|
||||||
/* Put the floating point number into the section. */
|
/* Put the floating point number into the section. */
|
||||||
|
Loading…
Reference in New Issue
Block a user