mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 18:41:27 +00:00
* write.c (fixup_segment): Handle fixups for SEC_MERGE sections as
for undefined symbols.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-10-17 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* write.c (fixup_segment): Handle fixups for SEC_MERGE sections as
|
||||
for undefined symbols.
|
||||
|
||||
2001-10-17 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* doc/as.texinfo (MIPS ISA options): Added accidentally
|
||||
|
||||
@@ -2810,6 +2810,9 @@ fixup_segment (fixP, this_segment_type)
|
||||
else if (add_symbol_segment == undefined_section
|
||||
#ifdef BFD_ASSEMBLER
|
||||
|| bfd_is_com_section (add_symbol_segment)
|
||||
|| (bfd_get_section_flags (stdoutput,
|
||||
add_symbol_segment)
|
||||
& SEC_MERGE) != 0
|
||||
#endif
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user