diff options
author | Than McIntosh <thanm@google.com> | 2016-04-20 14:23:10 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-04-20 14:23:10 +0000 |
commit | 1c3a5d87f2844b637f48f43ca22a6ac5e4cbf9c9 (patch) | |
tree | 26edd4bfb5c8d31420259915b361ceca881843e4 /linker/linker.cpp | |
parent | bd26f23c84c6c3a1179a9bf9cca4b5e2941bf042 (diff) | |
parent | 83b44a9e733a20695c7171c6272c0a0f4958e969 (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.cpp | 4 |
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); |