summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/include
diff options
context:
space:
mode:
authorNikola Veljkovic <Nikola.Veljkovic@imgtec.com>2014-12-25 12:08:00 -0800
committerRaghu Gandham <raghu.gandham@imgtec.com>2014-12-25 12:08:00 -0800
commit51d71fd2cc99f309cb792cc48ae910baeb92b2a0 (patch)
treeb7dfbc2409753a9cc06784ca0940697a05d347ce /binutils-2.25/include
parentb3e9a4171187f64c03d1858c2c840113df6b02de (diff)
downloadtoolchain_binutils-51d71fd2cc99f309cb792cc48ae910baeb92b2a0.tar.gz
toolchain_binutils-51d71fd2cc99f309cb792cc48ae910baeb92b2a0.tar.bz2
toolchain_binutils-51d71fd2cc99f309cb792cc48ae910baeb92b2a0.zip
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 <raghu.gandham@imgtec.com>
Diffstat (limited to 'binutils-2.25/include')
-rw-r--r--binutils-2.25/include/elf/mips.h3
1 files changed, 3 insertions, 0 deletions
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. */