PR25198, use of out of date pointer
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 1761d80ef5f0f6487b82c97c8b7df3bf13d2ddee..298a7378854260736853217c3591bf174c859f6e 100644 (file)
@@ -1,3 +1,153 @@
+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>
+
+       * ar.c (emum long option numbers): Declare.  Use to provide
+       numerical values for long options.
+       (long_options): Add --output option.
+       (usage): Mention the --output option.
+       (open_output_file): New function.  Create a filepath for an output
+       file and open it.
+       (extract_file): Use open_output_file().
+       (open_output_file):
+       * testsuite/binutils-all/ar.exp: Add a test of the new feature.
+       * doc/binutils.texi: Document the new feature.
+       * NEWS: Mention the new feature.
+
+2019-10-26  Alan Modra  <amodra@gmail.com>
+
+       * objcopy.c (sort_gnu_build_notes): Correct sort of deleted
+       note2.
+
+2019-10-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elfedit.c (elf_x86_feature): Report unknown x86 feature.
+
+2019-10-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elfedit.c (update_gnu_property): Replace BYTE_PUT with byte_put.
+
+2019-10-25  Nick Clifton  <nickc@redhat.com>
+
+       * objcopy.c (struct merged_note_section): New structure.  Used to
+       chain together details of mergeable note sections.
+       (is_merged_note_section): Rename to is_megreable_note_section and
+       return true for note sections that use GNU_BUILD_ATTRS_SECTION_NAME
+       as a prefix.
+       (num_bytes): Delete
+       (objcoopy_internal_note): Add padded_namesz field.
+       (DEBUG_MERGE): New macro.  Set to non-zero to enable debugging of
+       the note merging code.
+       (gap_exists): Rename to overlaps_or_adjoins and return TRUE for
+       overlapping notes or adjoining notes.
+       (contained_by, is_deleted_note, is_version_note)
+       (compare_gnu_build_notes, sort_gnu_build_notes): New functions.
+       (merge_gnu_build_notes):  Rework.  Sort notes into a mergeable
+       order first.  Merge them.  Then sort them into an ascending
+       address order before writing them out.
+       (copy_object): Handle more than one mergeable note section.
+       * testsuite/binutils-all/note-2-32.d: Update for new merging
+       behaviour.
+       * testsuite/binutils-all/note-2-32.s: Likewise.
+       * testsuite/binutils-all/note-2-64.d: Likewise.
+       * testsuite/binutils-all/note-2-64.s: Likewise.
+       * testsuite/binutils-all/note-3-32.d: Likewise.
+       * testsuite/binutils-all/note-3-32.s: Likewise.
+       * testsuite/binutils-all/note-3-64.d: Likewise.
+       * testsuite/binutils-all/note-3-64.s: Likewise.
+       * testsuite/binutils-all/note-4-32.d: Likewise.
+       * testsuite/binutils-all/note-4-32.s: Likewise.
+       * testsuite/binutils-all/note-4-64.d: Likewise.
+       * testsuite/binutils-all/note-4-64.s: Likewise.
+       * testsuite/binutils-all/note-6-32.s: New test source file.
+       * testsuite/binutils-all/note-6-64.s: New test source file.
+       * testsuite/binutils-all/note-6-32.d: New test driver file.
+       * testsuite/binutils-all/note-6-64.d: New test driver file.
+       * testsuite/binutils-all/objcopy.exp: Run the new test.
+
+2019-10-25  Alan Modra  <amodra@gmail.com>
+
+       * readelf.c (process_program_headers): Check PT_PHDR p_offset
+       as well as p_vaddr.  Use p_filesz, not p_memsz, in vaddr test.
+
+2019-10-21  Alan Modra  <amodra@gmail.com>
+
+       PR 452
+       PR 25104
+       * ar.c (write_archive): Set BFD_ARCHIVE_FULL_PATH.
+       * doc/binutils.texi (extract from archive): Mention
+       restrictions when extracting from archives with full paths.
+       (ar P): Update to current P support.
+       (ar -X32_64): Fix spelling.
+
+2019-10-14  Alan Modra  <amodra@gmail.com>
+
+       * objcopy.c (compare_section_lma): Correct comment.  Dereference
+       section pointer earlier and lose unnecessary const.  Style fixes.
+       Add final sort by id.
+
+2019-10-13  Nick Clifton  <nickc@redhat.com>
+
+       * README-how-to-make-a-release: Add a note to reset the
+       development flag back to true after making a point release.
+
+2019-10-12  Nick Clifton  <nickc@redhat.com>
+
+       * README-how-to-make-a-release: Tweak a few sections based on the
+       results of the 2.33.1 release.
+
+2019-10-11  Nick Clifton  <nickc@redhat.com>
+
+       * po/zh_TW.po: Updated Chinese (traditional) translation.
+
 2019-10-09  Alan Modra  <amodra@gmail.com>
 
        PR 25079
This page took 0.025359 seconds and 4 git commands to generate.