mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Remove assertion that was not intended to be checked in.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user