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:44:46 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-20 14:44:46 +0000
commit53b6c9f32834effacea9817cd699133c247971e4 (patch)
tree28f1e935577597f7616c87a4b3debf47766d3f6e /binutils-2.25/include/elf/mips.h
parent24efe7d5478b7794b51a59dce3c0779c20a765d9 (diff)
parent52d9ff81dbe9a79e6c0bace624091067b046948b (diff)
downloadtoolchain_binutils-53b6c9f32834effacea9817cd699133c247971e4.tar.gz
toolchain_binutils-53b6c9f32834effacea9817cd699133c247971e4.tar.bz2
toolchain_binutils-53b6c9f32834effacea9817cd699133c247971e4.zip
Add support for DT_MIPS_RLD_MAP_REL. am: a696d1d am: 39f13fa
am: 52d9ff8 * commit '52d9ff81dbe9a79e6c0bace624091067b046948b': Add support for DT_MIPS_RLD_MAP_REL. Change-Id: I2d9d7b14e8872360d8549e9c3baa80a41951ac55
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. */