diff options
Diffstat (limited to '')
-rw-r--r-- | mld/link.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,7 +5,6 @@ #include <linux/limits.h> #include <mlimits.h> -#include <mips.h> #include <merror.h> #include <stdint.h> #include <elf.h> @@ -224,7 +223,6 @@ struct object { // program table Elf32_Phdr *phdr; size_t phdr_len; - bool phdr_local; // if phdr was created though malloc // phdr <=> shdr mappings uint32_t *phdr_to_shdr_mapping; |