1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-29 03:12:07 +03:00
This commit is contained in:
Rui Ueyama 2021-05-04 13:02:23 +09:00
parent ebe6cca2e6
commit 92626f4036

View File

@ -524,6 +524,7 @@ static std::string_view get_output_name(std::string_view name) {
static std::string_view prefixes[] = {
".text.", ".data.rel.ro.", ".data.", ".rodata.", ".bss.rel.ro.",
".bss.", ".init_array.", ".fini_array.", ".tbss.", ".tdata.",
".gcc_except_table.",
};
for (std::string_view prefix : prefixes)