Update the notes on how to create a branch prior to a new release.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index a1a27c3a03f7d2049dea95cea10a89f55c171475..d6faf7f96e87ed612de74257c9de63fd97d57d1d 100644 (file)
@@ -1,3 +1,51 @@
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+       * README-how-to-make-a-release: Update notes on how to cut a
+       branch for a release.
+
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+       * configure: Regenerate.
+       * po/binutils.pot: Regenerate.
+
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+       Binutils 2.34 branch created.
+
+2020-01-17  Thomas Troeger  <tstroege@gmx.de>
+
+       * objdump.c (jump_info_visualize_address): Discard jumps that are
+       no longer needed.
+       (disassemble_bytes): Only compute the maximum level if jumps were
+       detected.
+
+2020-01-13  Nick Clifton  <nickc@redhat.com>
+
+       * objdump.c (disassemble_bytes): Remove C99-ism.
+       * testsuite/binutils-all/debuginfod.exp: New tests.
+
+2020-01-13  Thomas Troeger  <tstroege@gmx.de>
+
+       * objdump.c (visualize_jumps, color_output, extended_color_output)
+       (detected_jumps): New variables.
+       (usage): Add the new jump visualization options.
+       (option_values): Add new option value.
+       (long_options): Add the new option.
+       (jump_info_new, jump_info_free): New functions.
+       (jump_info_min_address, jump_info_max_address): Likewise.
+       (jump_info_end_address, jump_info_is_start_address): Likewise.
+       (jump_info_is_end_address, jump_info_size): Likewise.
+       (jump_info_unlink, jump_info_insert): Likewise.
+       (jump_info_add_front, jump_info_move_linked): Likewise.
+       (jump_info_intersect, jump_info_merge): Likewise.
+       (jump_info_sort, jump_info_visualize_address): Likewise.
+       (disassemble_jumps): New function - used to locate jumps.
+       (disassemble_bytes): Add ascii art generation.
+       (disassemble_section): Add scan to locate jumps.
+       (main): Parse the new visualization option.
+       * doc/binutils.texi: Document the new feature.
+       * NEWS: Mention the new feature.
+
 2020-01-13  Alan Modra  <amodra@gmail.com>
 
        PR 25360
This page took 0.025234 seconds and 4 git commands to generate.