* config/obj-coff.c (fixup_segment): Delete sy_mri_common assertion.
This commit is contained in:
parent
ddf0c81b06
commit
c7f17d462a
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user