From 51d71fd2cc99f309cb792cc48ae910baeb92b2a0 Mon Sep 17 00:00:00 2001 From: Nikola Veljkovic Date: Thu, 25 Dec 2014 12:08:00 -0800 Subject: Add support for the new tag DT_MIPS_RLD_MAP2. DT_MIPS_RLD_MAP2 is used by the loader to communicate shared library information of a PIE to the GDB. Signed-off-by: Raghu Gandham --- binutils-2.25/include/elf/mips.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binutils-2.25/include') diff --git a/binutils-2.25/include/elf/mips.h b/binutils-2.25/include/elf/mips.h index a76dae74..f3589fff 100644 --- a/binutils-2.25/include/elf/mips.h +++ b/binutils-2.25/include/elf/mips.h @@ -748,6 +748,9 @@ extern void bfd_mips_elf32_swap_reginfo_out /* Points to the base of a writable PLT. */ #define DT_MIPS_RWPLT 0x70000034 + +/* Address of run time loader map, used for debugging. */ +#define DT_MIPS_RLD_MAP2 0x70000035 /* Flags which may appear in a DT_MIPS_FLAGS entry. */ -- cgit v1.2.3