From: Maciej W. Rozycki Date: Fri, 3 Aug 2012 22:09:40 +0000 (+0000) Subject: * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Update the X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6e6be592e8d934fd5934e6a7b6eab9236c7f76fa;p=deliverable%2Fbinutils-gdb.git * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Update the comment on DT_MIPS_RLD_MAP. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 040322968c..0fcfdb1ad4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2012-08-03 Maciej W. Rozycki + + * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Update the + comment on DT_MIPS_RLD_MAP. + 2012-08-03 Tom Tromey * opncls.c (_bfd_delete_bfd): Now static. diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index 9fef8efe46..cf1baa865e 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;