* config/tc-bfin.c (bfin_gen_loop): Remove loop symbol.

This commit is contained in:
Jie Zhang 2008-07-22 08:34:16 +00:00
parent e0b640329e
commit b4f42c969a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-07-22 Jie Zhang <jie.zhang@analog.com>
* config/tc-bfin.c (bfin_gen_loop): Remove loop symbol.
2008-07-21 DJ Delorie <dj@redhat.com>
* config/tc-h8300.c (fix_operand_size): Use the default size

View File

@ -1912,6 +1912,9 @@ bfin_gen_loop (Expr_Node *expr, REG_T reg, int rop, REG_T preg)
lbegin = Expr_Node_Create (Expr_Node_Reloc, lbeginval, NULL, NULL);
lend = Expr_Node_Create (Expr_Node_Reloc, lendval, NULL, NULL);
symbol_remove (symbol_find (loopsym), &symbol_rootP, &symbol_lastP);
return bfin_gen_loopsetup(lbegin, reg, rop, lend, preg);
}