Binutils: Always skip only 1 byte for CIE version 1's return address register.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 833f7f9f38dac8b827b670b921fdb1d83393108f..68004eab088f0367adb5e848b872b085bbbf2fc1 100644 (file)
@@ -1,3 +1,72 @@
+2019-02-28  Tamar Christina  <tamar.christina@arm.com>
+
+       * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Correct CIE parse.
+
+2019-02-28  Nick Clifton  <nickc@redhat.com>
+
+       PR 24273
+       * elf.c (bfd_elf_string_from_elf_section): Check for a string
+       section that is not NUL terminated.
+
+2019-02-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/24276
+       * elf64-x86-64.c (elf_x86_64_check_relocs): Skip symbol defined
+       by linker when checking copy reloc on protected symbol.
+
+2019-02-24  Alan Modra  <amodra@gmail.com>
+
+       PR 24144
+       * pdp11.c (set_section_contents): Revert 2015-02-24 change.
+
+2019-02-20  Eric Tsai  <erictsai@cadence.com>
+
+       * elf32-xtensa.c (is_resolvable_asm_expansion): Scan output
+       sections between the call site and call destination and adjust
+       call distance by the largest alignment.
+
+2019-02-20  Alan Hayward  <alan.hayward@arm.com>
+
+       * elf-bfd.h (elfcore_write_aarch_pauth): Add declaration.
+       * elf.c (elfcore_grok_aarch_pauth): New function.
+       (elfcore_grok_note): Check for NT_ARM_PAC_MASK.
+       (elfcore_write_aarch_pauth): New function.
+       (elfcore_write_register_note): Check for AArch64 pauth section.
+
+2019-02-20  Alan Modra  <amodra@gmail.com>
+
+       PR 24225
+       * elf32-nios2.c (nios2_elf32_relocate_section): Check asprintf
+       return value.
+
+2019-02-20  Michael Roitzsch  <reactorcontrol@icloud.com>
+
+       * configure.ac (SHARED_LIBADD): Add -liberty -lintl for all
+       Darwin hosts, not just or1k.
+       * configure: Regenerate.
+
+2019-02-20  Alan Modra  <amodra@gmail.com>
+
+       PR 24236
+       * archive64.c (_bfd_archive_64_bit_slurp_armap): Move code adding
+       sentinel NUL to string buffer nearer to loop where it is used.
+       Don't go past sentinel when scanning strings, and don't write
+       NUL again.
+       * archive.c (do_slurp_coff_armap): Simplify string handling to
+       archive64.c style.
+
+2019-02-19  Alan Modra  <amodra@gmail.com>
+
+       PR 24235
+       * pei-x86_64.c (pex64_bfd_print_pdata_section): Correct checks
+       attempting to prevent read past end of section.
+
+2019-02-18  Alan Modra  <amodra@gmail.com>
+
+       PR 24225
+       * elf32-nios2.c (nios2_elf32_relocate_section): Use asprintf and
+       PRIx64 to generate warning messages.  Print local sym names too.
+
 2019-02-09  Vineet Gupta  <vgupta@synopsys.com>
 
        * elf32-arc (INIT_SYM_STRING): Delete.
This page took 0.023305 seconds and 4 git commands to generate.