add DT_MIPS_RLD_MAP_REL to elf.h
authorSzabolcs Nagy <nsz@port70.net>
Wed, 20 Apr 2016 11:19:27 +0000 (13:19 +0200)
committerRich Felker <dalias@aerifal.cx>
Sun, 3 Jul 2016 20:15:12 +0000 (16:15 -0400)
marks different RLD_MAP for debugging PIE binaries.

include/elf.h

index 223a343..2d57dfe 100644 (file)
@@ -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