diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-04 19:55:38 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-04 19:55:38 -0400 |
commit | e470009a16711555ae887fdacec061a7d092df17 (patch) | |
tree | c2ccf49a30e594295fd89fdf3850644988448b86 /mld/link.h | |
parent | make offsets return pc relative reltab entry (diff) | |
download | mips-e470009a16711555ae887fdacec061a7d092df17.tar.gz mips-e470009a16711555ae887fdacec061a7d092df17.tar.bz2 mips-e470009a16711555ae887fdacec061a7d092df17.zip |
update mld,msim with new headers
Diffstat (limited to 'mld/link.h')
-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; |