From 1c5e4ee9ab4c173aca017d488cc074ef66562a12 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Tue, 23 Jan 2018 19:01:34 +0000 Subject: MIPS/BFD: Update a stale `mips_elf32_section_processing' reference 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"), . bfd/ * elfxx-mips.c (_bfd_mips_elf_final_link): Update a stale `mips_elf32_section_processing' comment reference. --- bfd/ChangeLog | 5 +++++ bfd/elfxx-mips.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3d07aac..b545b28 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2018-01-23 Maciej W. Rozycki + + * elfxx-mips.c (_bfd_mips_elf_final_link): Update a stale + `mips_elf32_section_processing' comment reference. + 2018-01-20 H.J. Lu PR ld/22721 diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index fc49f2f..2854013 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -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 -- cgit v1.1