mirror of
https://github.com/rui314/mold.git
synced 2024-12-29 11:24:36 +03:00
temporary
This commit is contained in:
parent
3352be1924
commit
475bed7f12
5
main.cc
5
main.cc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user