diff options
author | Maciej W. Rozycki <macro@mips.com> | 2018-01-23 19:01:34 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@mips.com> | 2018-01-23 19:01:34 +0000 |
commit | 1c5e4ee9ab4c173aca017d488cc074ef66562a12 (patch) | |
tree | 95723adb1f8a646f65081bc118e1c78d33d69540 /bfd/ChangeLog | |
parent | be3a8dca2d7241878302ca55f45129d532b6f746 (diff) | |
download | gdb-1c5e4ee9ab4c173aca017d488cc074ef66562a12.zip gdb-1c5e4ee9ab4c173aca017d488cc074ef66562a12.tar.gz gdb-1c5e4ee9ab4c173aca017d488cc074ef66562a12.tar.bz2 |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <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 |