1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-11 16:58:12 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-11-03 20:47:39 +09:00
parent 570840c84f
commit 2cf5f81264
2 changed files with 2 additions and 5 deletions

5
mold.h
View File

@ -24,11 +24,6 @@
#include <cstdint>
#include <mutex>
#include <string>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <unistd.h>
#include <unordered_set>
#define SECTOR_SIZE 512
#define PAGE_SIZE 4096

View File

@ -1,5 +1,7 @@
#include "mold.h"
#include <shared_mutex>
using namespace llvm::ELF;
OutputEhdr *out::ehdr;