From 6541daa8e8c936c6c693ef7d957b42a177a3b24e Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Thu, 29 Oct 2020 18:42:54 +0900 Subject: [PATCH] temporary --- mold.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mold.h b/mold.h index a3b647a9..0f843db8 100644 --- a/mold.h +++ b/mold.h @@ -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 {}