1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-29 11:24:36 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-10-19 14:41:12 +09:00
parent 3352be1924
commit 475bed7f12

View File

@ -106,9 +106,8 @@ static void for_each(T &arr, Callable callback) {
static StringRef get_output_section(StringRef name) {
StringRef sections[] = {
".bss.", ".bss.rel.ro.", ".ctors.", ".data.", ".data.rel.ro.",
".dtors.", ".fini_array.", ".init_array.", ".rodata.", ".tbss.",
".tdata." ".text.",
".text.", ".data.", ".data.rel.ro.", ".rodata.", ".bss.", ".bss.rel.ro.",
".ctors.", ".dtors.", ".init_array.", ".fini_array.", ".tbss.", ".tdata.",
};
for (StringRef s : sections)