From: Szabolcs Nagy Date: Wed, 20 Apr 2016 11:19:27 +0000 (+0200) Subject: add DT_MIPS_RLD_MAP_REL to elf.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7c3b67234c859f98a6365d215c5362c73eed5765;p=musl add DT_MIPS_RLD_MAP_REL to elf.h marks different RLD_MAP for debugging PIE binaries. --- diff --git a/include/elf.h b/include/elf.h index 223a3431..2d57dfe6 100644 --- a/include/elf.h +++ b/include/elf.h @@ -1487,7 +1487,8 @@ typedef struct { #define DT_MIPS_PLTGOT 0x70000032 #define DT_MIPS_RWPLT 0x70000034 -#define DT_MIPS_NUM 0x35 +#define DT_MIPS_RLD_MAP_REL 0x70000035 +#define DT_MIPS_NUM 0x36