mirror of
https://github.com/rui314/mold.git
synced 2024-12-29 03:12:07 +03:00
wip
This commit is contained in:
parent
ebe6cca2e6
commit
92626f4036
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user