https://sourceware.org/bugzilla/show_bug.cgi?id=33291
--- Comment #15 from Sam James <sam at gentoo dot org> ---
Yeah, I misread this (just skimmed it before bed):
-@@ -2879,8 +2889,9 @@ lang_add_section (lang_statement_list_ty
+@@ -2876,8 +2886,7 @@ lang_add_section (lang_statement_list_type *ptr,
link_info.output_bfd,
output->bfd_section,
&link_info);
- if ((flags & SEC_MERGE) != 0)
-+ //todo if (no earlier data statements)
- output->bfd_section->entsize = section->entsize;
-+ //todo also need to deal with later data statements
+- output->bfd_section->entsize = section->entsize;
++ output->bfd_section->entsize = section->entsize;
}
... and thought there were two different members being modified. Ignore me.
--
You are receiving this mail because:
You are on the CC list for the bug.