summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/include/elf/mips.h
diff options
context:
space:
mode:
authorMatthew Fortune <matthew.fortune@imgtec.com>2016-04-20 14:32:47 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-20 14:32:47 +0000
commit52d9ff81dbe9a79e6c0bace624091067b046948b (patch)
tree28f1e935577597f7616c87a4b3debf47766d3f6e /binutils-2.25/include/elf/mips.h
parent1e5714ccaf589fc08d1d5e0335c512b8ce5b3034 (diff)
parent39f13fa25e4d4d73a13687dfc1fca67916967018 (diff)
downloadtoolchain_binutils-52d9ff81dbe9a79e6c0bace624091067b046948b.tar.gz
toolchain_binutils-52d9ff81dbe9a79e6c0bace624091067b046948b.tar.bz2
toolchain_binutils-52d9ff81dbe9a79e6c0bace624091067b046948b.zip
Add support for DT_MIPS_RLD_MAP_REL. am: a696d1d
am: 39f13fa * commit '39f13fa25e4d4d73a13687dfc1fca67916967018': Add support for DT_MIPS_RLD_MAP_REL. Change-Id: If9a8ff3fec7800d77db1d46965f53a5410f9c7a7
Diffstat (limited to 'binutils-2.25/include/elf/mips.h')
-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 22aefa66..537c089f 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
+
+/* Relative offset of run time loader map, used for debugging. */
+#define DT_MIPS_RLD_MAP_REL 0x70000035
/* Flags which may appear in a DT_MIPS_FLAGS entry. */