]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/ChangeLog
RISC-V: Error and warning messages tidy.
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
index d33445f87f3245d7ac782e724f0e50a3a6304577..37897cf0a10b4f7d8ed0e7cbb92072304a133b6e 100644 (file)
@@ -1,3 +1,66 @@
+2021-01-15  Nelson Chu  <nelson.chu@sifive.com>
+
+       * elfnn-riscv.c (riscv_merge_attributes): Fix typos of messages.
+
+2021-01-15  Nelson Chu  <nelson.chu@sifive.com>
+
+       * elfnn-riscv.c: Comments tidy and improvement.
+       * elfxx-riscv.c: Likewise.
+       * elfxx-riscv.h: Likewise.
+
+2021-01-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/26688
+       * elf32-bfin.c (bfinfdpic_relocate_section): Skip non SEC_ALLOC
+       section for R_BFIN_FUNCDESC.
+
+2021-01-14  Nick Clifton  <nickc@redhat.com>
+
+       * elf.c (elfcore_grok_win32pstatus): Check for a note type of 0.
+
+2021-01-13  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.in: Regenerate.
+       * doc/Makefile.in: Regenerate.
+
+2021-01-13  Alan Modra  <amodra@gmail.com>
+
+       PR 27160
+       * section.c (struct bfd_section): Remove pattern field.
+       (BFD_FAKE_SECTION): Adjust to suit.
+       * bfd-in2.h: Regenerate.
+       * elflink.c (compare_link_order, elf_fixup_link_order): Delete.
+       (bfd_elf_final_link): Don't call elf_fixup_link_order.
+
+2021-01-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/26792
+       * configure.ac: Use GNU_MAKE_JOBSERVER.
+       * aclocal.m4: Regenerated.
+       * configure: Likewise.
+
+2021-01-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/27171
+       * reloc.c (bfd_perform_relocation): Adjust R_AMD64_DIR64 and
+       R_AMD64_DIR32 relocations for PE/x86-64 inputs.
+
+2021-01-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/27173
+       * configure: Regenerated.
+
+2021-01-11  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+       * po/pt.po: Updated Portuguese translation.
+       * po/sr.po: Updated Serbian translation.
+       * po/uk.po: Updated Ukranian translation.
+
+2021-01-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure: Regenerated.
+
 2021-01-09  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/27166