PR25191, internal error in _bfd_elf_set_section_contents
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index c85d93b9dce193e002df3c0b3d8b9740582aa6a5..4fabf0cb063ed5ee5bf54d6ada8410ce6506ebd5 100644 (file)
@@ -1,3 +1,66 @@
+2019-11-19  Alan Modra  <amodra@gmail.com>
+
+       PR 25191
+       * objcopy.c (is_nondebug_keep_contents_section): Use bfd_get_flavour.
+       (copy_object): Likewise.
+       (setup_section): Likewise.  If flavour of input and output files
+       differ, restrict section flags to the intersection of input and
+       output bfd_applicable_section_flags.
+
+2019-11-19  Alan Modra  <amodra@gmail.com>
+
+       * bucomm.c (bfd_nonfatal_message): Add a space between program
+       name and file.
+
+2019-11-18  Alan Modra  <amodra@gmail.com>
+
+       PR 25198
+       * prdbg.c (tg_start_class_type): Correct scope of idbuf.
+
+2019-11-08  Alan Modra  <amodra@gmail.com>
+
+       PR 25172
+       * objdump.c (usage): Correct --stop-address description.
+
+2019-11-07  Nick Clifton  <nickc@redhat.com>
+
+       * ar.c (open_output_file): Check for filename validity before
+       prefixing with output directory.
+       Display the constructed output filename if in verbose mode.
+       (extract_file): Let open_output_file display the filename.
+
+2019-11-07  Nick Clifton  <nickc@redhat.com>
+
+       * objcopy.c (copy_object): Skip note sections that do not have
+       an output section.  Always copy note sections, even if no
+       changes are made.
+
+2019-11-06  Christian Eggers  <ceggers@gmx.de>
+
+       * readelf.c (IN_RANGE): Rename parameter OFF to NELEM. Add
+       comment.  Catch potential integer overflow and fix off by one
+       error whilst checking reloc location against section size.
+       (apply_relocations): Use IN_RANGE macro.
+
+2019-11-04  Fangrui Song  <maskray@google.com>
+
+       * objcopy.c (enum option_values): Add OPTION_KEEP_SECTION.
+       (SECTION_CONTEXT_KEEP): Define.  Adjust other SECTION_CONTEXT macros.
+       (copy_usage): Describe --keep-section.
+       (strip_usage): Likewise.
+       (copy_main): Handle SECTION_CONTEXT_KEEP.
+       (strip_main): Likewise.
+       (is_strip_section_1): Likewise.
+       * testsuite/binutils-all/objcopy.exp: Add tests.
+       * testsuite/binutils-all/keep-section-1.d: New test driver file.
+       * testsuite/binutils-all/keep-section-2.d: Likewise.
+       * doc/binutils.texi: Document the new feature.
+       * NEWS: Mention the new feature.
+
+2019-10-20  Palmer Dabbelt  <palmer@sifive.com>
+
+        * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
+
 2019-10-30  Fangrui Song  <i@maskray.me>
            Nick Clifton  <nickc@redhat.com>
 
This page took 0.041372 seconds and 4 git commands to generate.