diff options
Diffstat (limited to 'gas/write.c')
-rw-r--r-- | gas/write.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/write.c b/gas/write.c index 280fedc..171ad63 100644 --- a/gas/write.c +++ b/gas/write.c @@ -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 ) { |