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