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-10-29 18:42:54 +09:00
parent 02034ffb24
commit 6541daa8e8

1
mold.h
View File

@ -360,6 +360,7 @@ public:
name = ".got";
shdr.sh_flags = llvm::ELF::SHF_ALLOC;
shdr.sh_type = llvm::ELF::SHT_PROGBITS;
shdr.sh_addralign = 8;
}
void copy_to(uint8_t *buf) override {}