summaryrefslogtreecommitdiff
path: root/linker/linker.cpp
diff options
context:
space:
mode:
authorThan McIntosh <thanm@google.com>2016-04-20 14:23:10 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-04-20 14:23:10 +0000
commit1c3a5d87f2844b637f48f43ca22a6ac5e4cbf9c9 (patch)
tree26edd4bfb5c8d31420259915b361ceca881843e4 /linker/linker.cpp
parentbd26f23c84c6c3a1179a9bf9cca4b5e2941bf042 (diff)
parent83b44a9e733a20695c7171c6272c0a0f4958e969 (diff)
Merge "Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL"
Diffstat (limited to 'linker/linker.cpp')
-rw-r--r--linker/linker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linker/linker.cpp b/linker/linker.cpp
index 77f5359f3..0fdf90d2e 100644
--- a/linker/linker.cpp
+++ b/linker/linker.cpp
@@ -3658,8 +3658,8 @@ bool soinfo::prelink_image() {
*dp = &_r_debug;
}
break;
- case DT_MIPS_RLD_MAP2:
- // Set the DT_MIPS_RLD_MAP2 entry to the address of _r_debug for GDB.
+ case DT_MIPS_RLD_MAP_REL:
+ // Set the DT_MIPS_RLD_MAP_REL entry to the address of _r_debug for GDB.
{
r_debug** dp = reinterpret_cast<r_debug**>(
reinterpret_cast<ElfW(Addr)>(d) + d->d_un.d_val);