From: Ian Lance Taylor Date: Thu, 14 Apr 1994 17:59:14 +0000 (+0000) Subject: Remove assertion that was not intended to be checked in. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f06dd5c7582db776c94dc4642b7e8db17763667;p=binutils-gdb.git Remove assertion that was not intended to be checked in. --- diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 41ad3aa0549..72b6dc18f73 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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;