aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2012-08-03 22:09:40 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2012-08-03 22:09:40 +0000
commit6e6be592e8d934fd5934e6a7b6eab9236c7f76fa (patch)
treeb250a834c5ff0ba7d86eaf92728efb842f514b0f /bfd/elfxx-mips.c
parent3e645041a7fc2d3ea14942f66398a1e761d63aaa (diff)
downloadgdb-6e6be592e8d934fd5934e6a7b6eab9236c7f76fa.zip
gdb-6e6be592e8d934fd5934e6a7b6eab9236c7f76fa.tar.gz
gdb-6e6be592e8d934fd5934e6a7b6eab9236c7f76fa.tar.bz2
* elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Update the
comment on DT_MIPS_RLD_MAP.
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r--bfd/elfxx-mips.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c
index 9fef8ef..cf1baa8 100644
--- a/bfd/elfxx-mips.c
+++ b/bfd/elfxx-mips.c
@@ -9172,8 +9172,8 @@ _bfd_mips_elf_size_dynamic_sections (bfd *output_bfd,
/* SGI object has the equivalence of DT_DEBUG in the
DT_MIPS_RLD_MAP entry. This must come first because glibc
- only fills in DT_MIPS_RLD_MAP (not DT_DEBUG) and GDB only
- looks at the first one it sees. */
+ only fills in DT_MIPS_RLD_MAP (not DT_DEBUG) and some tools
+ may only look at the first one they see. */
if (!info->shared
&& !MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_RLD_MAP, 0))
return FALSE;