MIPS/BFD: Update a stale `mips_elf32_section_processing' reference
authorMaciej W. Rozycki <macro@mips.com>
Tue, 23 Jan 2018 19:01:34 +0000 (19:01 +0000)
committerMaciej W. Rozycki <macro@mips.com>
Tue, 23 Jan 2018 19:01:34 +0000 (19:01 +0000)
Update a stale reference to `mips_elf32_section_processing', following a
merge of the function into `_bfd_mips_elf_section_processing' made with
commit 103186c62b99 ("PATCH for MIPS 64-bit ABI suport"),
<https://sourceware.org/ml/binutils/1999-q3/msg00072.html>.

bfd/
* elfxx-mips.c (_bfd_mips_elf_final_link): Update a stale
`mips_elf32_section_processing' comment reference.

bfd/ChangeLog
bfd/elfxx-mips.c

index 3d07aac69d0e0af6496c5a920f953e180ca9263c..b545b2869eb85700dc0fccc0084881387e0f8a5a 100644 (file)
@@ -1,3 +1,8 @@
+2018-01-23  Maciej W. Rozycki  <macro@mips.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_final_link): Update a stale
+       `mips_elf32_section_processing' comment reference.
+
 2018-01-20  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/22721
index fc49f2f69acb4c7a194c67275c56a3c4ecf9be78..285401367daba95e7b037dc1489d55c8fd715688 100644 (file)
@@ -14365,7 +14365,7 @@ _bfd_mips_elf_final_link (bfd *abfd, struct bfd_link_info *info)
              reginfo.ri_cprmask[3] |= sub.ri_cprmask[3];
 
              /* ri_gp_value is set by the function
-                mips_elf32_section_processing when the section is
+                `_bfd_mips_elf_section_processing' when the section is
                 finally written out.  */
 
              /* Hack: reset the SEC_HAS_CONTENTS flag so that
This page took 0.032803 seconds and 4 git commands to generate.