From 04ca870341b513e68d614b01011b2692a075c717 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 4 Oct 2004 23:25:28 +0000 Subject: 2004-10-04 Eric Christopher * config/tc-mips.c (md_apply_fix3): Remove erroneous assert. --- gas/config/tc-mips.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gas/config/tc-mips.c') diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index fd76eab..b5aca91 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -11004,7 +11004,6 @@ md_apply_fix3 (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED) case BFD_RELOC_16: /* If we are deleting this reloc entry, we must fill in the value now. */ - assert (fixP->fx_size == 2); if (fixP->fx_done) md_number_to_chars (buf, *valP, 2); break; -- cgit v1.1