aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.c
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2004-10-04 23:25:28 +0000
committerEric Christopher <echristo@gmail.com>2004-10-04 23:25:28 +0000
commit04ca870341b513e68d614b01011b2692a075c717 (patch)
tree28849ae268691f69b2660042d2b516c70e509c54 /gas/config/tc-mips.c
parentbcaa7b3eb9571ac0699402a62bf1bfae3a263413 (diff)
downloadfsf-binutils-gdb-04ca870341b513e68d614b01011b2692a075c717.zip
fsf-binutils-gdb-04ca870341b513e68d614b01011b2692a075c717.tar.gz
fsf-binutils-gdb-04ca870341b513e68d614b01011b2692a075c717.tar.bz2
2004-10-04 Eric Christopher <echristo@redhat.com>
* config/tc-mips.c (md_apply_fix3): Remove erroneous assert.
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r--gas/config/tc-mips.c1
1 files changed, 0 insertions, 1 deletions
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;