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:55:17 +09:00
parent 94d6efc433
commit 8deff8514d

2
mold.h
View File

@ -367,7 +367,7 @@ public:
typedef enum : u8 { REGULAR, TLS, IREL } Kind;
GotSection(StringRef name) {
name = name;
this->name = name;
shdr.sh_flags = llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_WRITE;
shdr.sh_type = llvm::ELF::SHT_PROGBITS;
shdr.sh_addralign = 8;