add DT_MIPS_RLD_MAP_REL to elf.h

marks different RLD_MAP for debugging PIE binaries.
This commit is contained in:
Szabolcs Nagy 2016-04-20 13:19:27 +02:00 committed by Rich Felker
parent af17dc40dd
commit 7c3b67234c
1 changed files with 2 additions and 1 deletions

View File

@ -1487,7 +1487,8 @@ typedef struct {
#define DT_MIPS_PLTGOT 0x70000032 #define DT_MIPS_PLTGOT 0x70000032
#define DT_MIPS_RWPLT 0x70000034 #define DT_MIPS_RWPLT 0x70000034
#define DT_MIPS_NUM 0x35 #define DT_MIPS_RLD_MAP_REL 0x70000035
#define DT_MIPS_NUM 0x36