1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-20 01:18:53 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-10-17 12:44:25 +09:00
parent d4048d49db
commit 0b4854d32f

View File

@ -4,7 +4,6 @@ using namespace llvm::ELF;
OutputEhdr::OutputEhdr() {
memcpy(&hdr.e_ident, "\177ELF", 4);
hdr.e_ident[EI_CLASS] = ELFCLASS64;
hdr.e_ident[EI_DATA] = ELFDATA2LSB;
hdr.e_ident[EI_VERSION] = EV_CURRENT;