MI: Allow non-raw varobj evaluation
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 4ad0127b21315a3ce28758cb1f7c81b9050229e8..090fc23c2b02bdccaa62170f283fc26951c20294 100644 (file)
@@ -1,3 +1,56 @@
+2018-02-02  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (ppc64_elf_relocate_section): Don't relocate nops
+       emitted for toc sequence optimization.  Set and use "howto" later.
+
+2018-02-01  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * elf64-ppc.c (ppc64_elf_archive_symbol_lookup): Avoid pointer
+       arithmetic on NULL pointer.
+       * elflink.c (_bfd_elf_archive_symbol_lookup,
+       elf_link_add_archive_symbols): Likewise.
+
+2018-01-31  Michael Matz  <matz@suse.de>
+
+       * elflink.c (bfd_elf_define_start_stop): Fix check of
+       def_dynamic.
+
+2018-01-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/21964
+       * elflink.c (bfd_elf_define_start_stop): Check if __start and
+       __stop symbols are referenced by shared objects.
+
+2018-01-30  Alan Modra  <amodra@gmail.com>
+
+       PR 22758
+       * elf.c (_bfd_elf_map_sections_to_segments): Don't start a new
+       segment when demand paged with lma on the same page.  Test this
+       before load/non-load, executable/non-executable,
+       writable/non-writable tests and simplify.  Delete bogus relro
+       condition in writable/non-writable test.  Delete outdated
+       comment.  Formatting.
+
+2018-01-30  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c (bfd_elf_define_start_stop): Make __start and __stop
+       symbols dynamic.
+
+2018-01-29  Alan Modra  <amodra@gmail.com>
+
+       PR 22741
+       * coffgen.c (coff_pointerize_aux): Ensure auxent tagndx is in
+       range before converting to a symbol table pointer.
+
+2018-01-27  Nick Clifton  <nickc@redhat.com>
+
+       * po/ru.po: Updated Russian translation.
+
+2018-01-26  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c (bfd_elf_define_start_stop): Override symbols when
+       they are defined dynamically.
+
 2018-01-26  Alan Modra  <amodra@gmail.com>
 
        * elf64-ppc.c (ppc64_elf_size_stubs): Iterate sizing when
This page took 0.024537 seconds and 4 git commands to generate.