1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-14 07:18:42 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-11-01 17:53:57 +09:00
parent 9b13e87719
commit 94d6efc433

1
mold.h
View File

@ -406,6 +406,7 @@ public:
this->name = ".rela.plt";
shdr.sh_flags = llvm::ELF::SHF_ALLOC;
shdr.sh_type = llvm::ELF::SHT_RELA;
shdr.sh_entsize = sizeof(ELF64LE::Rela);
shdr.sh_addralign = 8;
}