GNU Binutils with patches for OS216
修订版 | 1c5e4ee9ab4c173aca017d488cc074ef66562a12 (tree) |
---|---|
时间 | 2018-01-24 04:01:34 |
作者 | Maciej W. Rozycki <macro@mips...> |
Commiter | Maciej W. Rozycki |
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"),
<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.
@@ -1,3 +1,8 @@ | ||
1 | +2018-01-23 Maciej W. Rozycki <macro@mips.com> | |
2 | + | |
3 | + * elfxx-mips.c (_bfd_mips_elf_final_link): Update a stale | |
4 | + `mips_elf32_section_processing' comment reference. | |
5 | + | |
1 | 6 | 2018-01-20 H.J. Lu <hongjiu.lu@intel.com> |
2 | 7 | |
3 | 8 | PR ld/22721 |
@@ -14365,7 +14365,7 @@ _bfd_mips_elf_final_link (bfd *abfd, struct bfd_link_info *info) | ||
14365 | 14365 | reginfo.ri_cprmask[3] |= sub.ri_cprmask[3]; |
14366 | 14366 | |
14367 | 14367 | /* ri_gp_value is set by the function |
14368 | - mips_elf32_section_processing when the section is | |
14368 | + `_bfd_mips_elf_section_processing' when the section is | |
14369 | 14369 | finally written out. */ |
14370 | 14370 | |
14371 | 14371 | /* Hack: reset the SEC_HAS_CONTENTS flag so that |