]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
Improve the performance of the ascii art jump visualizer.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2020-01-17 Thomas Troeger <tstroege@gmx.de>
2
3 * objdump.c (jump_info_visualize_address): Discard jumps that are
4 no longer needed.
5 (disassemble_bytes): Only compute the maximum level if jumps were
6 detected.
7
8 2020-01-13 Nick Clifton <nickc@redhat.com>
9
10 * objdump.c (disassemble_bytes): Remove C99-ism.
11 * testsuite/binutils-all/debuginfod.exp: New tests.
12
13 2020-01-13 Thomas Troeger <tstroege@gmx.de>
14
15 * objdump.c (visualize_jumps, color_output, extended_color_output)
16 (detected_jumps): New variables.
17 (usage): Add the new jump visualization options.
18 (option_values): Add new option value.
19 (long_options): Add the new option.
20 (jump_info_new, jump_info_free): New functions.
21 (jump_info_min_address, jump_info_max_address): Likewise.
22 (jump_info_end_address, jump_info_is_start_address): Likewise.
23 (jump_info_is_end_address, jump_info_size): Likewise.
24 (jump_info_unlink, jump_info_insert): Likewise.
25 (jump_info_add_front, jump_info_move_linked): Likewise.
26 (jump_info_intersect, jump_info_merge): Likewise.
27 (jump_info_sort, jump_info_visualize_address): Likewise.
28 (disassemble_jumps): New function - used to locate jumps.
29 (disassemble_bytes): Add ascii art generation.
30 (disassemble_section): Add scan to locate jumps.
31 (main): Parse the new visualization option.
32 * doc/binutils.texi: Document the new feature.
33 * NEWS: Mention the new feature.
34
35 2020-01-13 Alan Modra <amodra@gmail.com>
36
37 PR 25360
38 PR 25361
39 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
40 fde_fc col_type and col_offset.
41 * readelf.c (apply_relocations): Move symsec check earlier.
42 (free_debug_section): Free reloc_info.
43 (process_notes_at): Free pnotes on error path.
44 (process_object): Free dump_sects here..
45 (process_archive): ..not here.
46
47 2020-01-13 Alan Modra <amodra@gmail.com>
48
49 PR 25362
50 * nm.c (display_rel_file): Free dyn_syms.
51
52 2020-01-09 Nick Clifton <nickc@redhat.com>
53
54 PR 25220
55 * objcopy.c (empty_name): New variable.
56 (need_sym_before): Prevent an attempt to free a static variable.
57 (filter_symbols): Avoid strcmp test by checking for pointer
58 equality.
59
60 2020-01-09 Nick Clifton <nickc@redhat.com>
61
62 * po/zh_TW.po: Updated Traditional Chinese translation.
63
64 2020-01-09 Aaron Merey <amerey@redhat.com>
65
66 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
67 * Makefile.in: Regenerate.
68 * NEWS: Update.
69 * config.in: Regenerate.
70 * configure: Regenerate.
71 * configure.ac: Call AC_DEBUGINFOD.
72 * doc/Makefile.in: Regenerate.
73 * doc/binutils.texi: Add section on using binutils
74 with debuginfod.
75 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
76 Query debuginfod servers for the target debug file.
77 (load_separate_debug_info): Call
78 debuginfod_fetch_separate_debug_info if configured with
79 debuginfod.
80 (load_separate_debug_files): Add file argument to
81 load_separate_debug_info calls.
82 * dwarf.h (get_build_id): Add declaration.
83 * objdump.c (get_build_id): New function. Get build-id of file.
84 * readelf.c (get_build_id): Likewise.
85 * testsuite/binutils-all/debuginfod.exp: New tests.
86 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
87 section.
88
89 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
90
91 * readelf.c: Add support for new Z*) relocations and machine
92 types.
93
94 2020-01-01 Alan Modra <amodra@gmail.com>
95
96 Update year range in copyright notice of all files.
97
98 For older changes see ChangeLog-2019
99 \f
100 Copyright (C) 2020 Free Software Foundation, Inc.
101
102 Copying and distribution of this file, with or without modification,
103 are permitted in any medium without royalty provided the copyright
104 notice and this notice are preserved.
105
106 Local Variables:
107 mode: change-log
108 left-margin: 8
109 fill-column: 74
110 version-control: never
111 End: