diff options
Diffstat (limited to 'gold/layout.cc')
-rw-r--r-- | gold/layout.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/layout.cc b/gold/layout.cc index 52f5551..142fd90 100644 --- a/gold/layout.cc +++ b/gold/layout.cc @@ -913,6 +913,7 @@ Layout::get_output_section_flags(elfcpp::Elf_Xword input_section_flags) // copied to the output section. input_section_flags &= ~ (elfcpp::SHF_INFO_LINK | elfcpp::SHF_GROUP + | elfcpp::SHF_COMPRESSED | elfcpp::SHF_MERGE | elfcpp::SHF_STRINGS); |