* elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Update the
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 3 Aug 2012 22:09:40 +0000 (22:09 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 3 Aug 2012 22:09:40 +0000 (22:09 +0000)
comment on DT_MIPS_RLD_MAP.

bfd/ChangeLog
bfd/elfxx-mips.c

index 040322968c2db67bf245a3f0c0db63e83964774f..0fcfdb1ad41612cdf546221b814e3c28705ffb41 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-03  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Update the
+       comment on DT_MIPS_RLD_MAP.
+
 2012-08-03  Tom Tromey  <tromey@redhat.com>
 
        * opncls.c (_bfd_delete_bfd): Now static.
index 9fef8efe464c7a92eacd64589ebd4a0ae6ee33d0..cf1baa865e414a1187d8152e3299a10dfb6e4eb3 100644 (file)
@@ -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;
This page took 0.03522 seconds and 4 git commands to generate.