|
Message-ID: <7e71d5951edb3ceca4919f7ee9c6763493452e82.1460669067.git.nsz@port70.net> Date: Wed, 20 Apr 2016 13:19:27 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: [PATCH 09/12] add DT_MIPS_RLD_MAP_REL to elf.h marks different RLD_MAP for debugging PIE binaries. --- include/elf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/elf.h b/include/elf.h index 3309cdf..8da8b53 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 -- 2.7.2
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.