mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* config/obj-coff.c (fixup_segment): Delete sy_mri_common assertion.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2005-03-01 Alan Modra <amodra@bigpond.net.au>
|
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.
|
* as.h (assert): Warning fix.
|
||||||
* expr.c (expr): Correct assertion.
|
* expr.c (expr): Correct assertion.
|
||||||
* read.c (s_comm_internal): Remove assertion.
|
* read.c (s_comm_internal): Remove assertion.
|
||||||
|
@ -4290,7 +4290,6 @@ fixup_segment (segP, this_segment_type)
|
|||||||
if (add_symbolP != NULL
|
if (add_symbolP != NULL
|
||||||
&& add_symbolP->sy_mri_common)
|
&& add_symbolP->sy_mri_common)
|
||||||
{
|
{
|
||||||
know (add_symbolP->sy_value.X_op == O_symbol);
|
|
||||||
add_number += S_GET_VALUE (add_symbolP);
|
add_number += S_GET_VALUE (add_symbolP);
|
||||||
fixP->fx_offset = add_number;
|
fixP->fx_offset = add_number;
|
||||||
add_symbolP = fixP->fx_addsy = add_symbolP->sy_value.X_add_symbol;
|
add_symbolP = fixP->fx_addsy = add_symbolP->sy_value.X_add_symbol;
|
||||||
|
Reference in New Issue
Block a user