* config/obj-coff.c (fixup_segment): Delete sy_mri_common assertion.

This commit is contained in:
Alan Modra 2005-03-01 11:24:31 +00:00
parent ddf0c81b06
commit c7f17d462a
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2005-03-01 Alan Modra <amodra@bigpond.net.au>
* config/obj-coff.c (fixup_segment): Delete sy_mri_common assertion.
* as.h (assert): Warning fix.
* expr.c (expr): Correct assertion.
* read.c (s_comm_internal): Remove assertion.

View File

@ -4290,7 +4290,6 @@ fixup_segment (segP, this_segment_type)
if (add_symbolP != NULL
&& add_symbolP->sy_mri_common)
{
know (add_symbolP->sy_value.X_op == O_symbol);
add_number += S_GET_VALUE (add_symbolP);
fixP->fx_offset = add_number;
add_symbolP = fixP->fx_addsy = add_symbolP->sy_value.X_add_symbol;