diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-14 17:59:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-14 17:59:14 +0000 |
commit | 2f06dd5c7582db776c94dc4642b7e8db17763667 (patch) | |
tree | 2d4833460ed24d649d73b1c0bcb638798426a79b /gas | |
parent | 1a69212c01246b236327d9e1f924cb76ec6537cd (diff) | |
download | gdb-2f06dd5c7582db776c94dc4642b7e8db17763667.zip gdb-2f06dd5c7582db776c94dc4642b7e8db17763667.tar.gz gdb-2f06dd5c7582db776c94dc4642b7e8db17763667.tar.bz2 |
Remove assertion that was not intended to be checked in.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/tc-mips.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 41ad3aa..72b6dc1 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; |