diff options
author | Nikola Veljkovic <Nikola.Veljkovic@imgtec.com> | 2014-12-25 12:08:00 -0800 |
---|---|---|
committer | Raghu Gandham <raghu.gandham@imgtec.com> | 2014-12-25 12:08:00 -0800 |
commit | 51d71fd2cc99f309cb792cc48ae910baeb92b2a0 (patch) | |
tree | b7dfbc2409753a9cc06784ca0940697a05d347ce /binutils-2.25/include/elf | |
parent | b3e9a4171187f64c03d1858c2c840113df6b02de (diff) | |
download | toolchain_binutils-51d71fd2cc99f309cb792cc48ae910baeb92b2a0.zip toolchain_binutils-51d71fd2cc99f309cb792cc48ae910baeb92b2a0.tar.gz toolchain_binutils-51d71fd2cc99f309cb792cc48ae910baeb92b2a0.tar.bz2 |
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/elf')
-rw-r--r-- | binutils-2.25/include/elf/mips.h | 3 |
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 a76dae7..f3589ff 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. */ |