Remove assertion that was not intended to be checked in.

This commit is contained in:
Ian Lance Taylor 1994-04-14 17:59:14 +00:00
parent 1a69212c01
commit 2f06dd5c75
1 changed files with 0 additions and 1 deletions

View File

@ -5231,7 +5231,6 @@ md_apply_fix (fixP, valueP)
* might be deleting the relocation entry (i.e., a branch within
* the current segment).
*/
assert (fixP->fx_pcrel);
if (value & 0x3)
as_warn ("Branch to odd address (%lx)", value);
value >>= 2;