Add test driver for the debuginfod support in the binutils sub-directory.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index b3c499d466e9502ea4b6a2018528701188c373e0..863443556d99fd8b3a348315d65068ac540e4b0e 100644 (file)
@@ -1,3 +1,46 @@
+2020-01-13  Nick Clifton  <nickc@redhat.com>
+
+       * 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
+       PR 25361
+       * dwarf.c (display_debug_frames): Move fde_fc earlier.  Free
+       fde_fc col_type and col_offset.
+       * readelf.c (apply_relocations): Move symsec check earlier.
+       (free_debug_section): Free reloc_info.
+       (process_notes_at): Free pnotes on error path.
+       (process_object): Free dump_sects here..
+       (process_archive): ..not here.
+
+2020-01-13  Alan Modra  <amodra@gmail.com>
+
+       PR 25362
+       * nm.c (display_rel_file): Free dyn_syms.
+
 2020-01-09  Nick Clifton  <nickc@redhat.com>
 
        PR 25220
This page took 0.025044 seconds and 4 git commands to generate.