]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Add an option to objdump's disassembler to generate ascii art diagrams showing the...
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
1d67fe3b
TT
12020-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
a788aedd
AM
232020-01-13 Alan Modra <amodra@gmail.com>
24
a4f2b7c5
AM
25 PR 25360
26 PR 25361
a788aedd
AM
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
805f38bc
AM
352020-01-13 Alan Modra <amodra@gmail.com>
36
37 PR 25362
38 * nm.c (display_rel_file): Free dyn_syms.
39
ffebb0bb
NC
402020-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
ade4fd9b
NC
482020-01-09 Nick Clifton <nickc@redhat.com>
49
50 * po/zh_TW.po: Updated Traditional Chinese translation.
51
522020-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
6655dba2
SB
772020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
78
79 * readelf.c: Add support for new Z*) relocations and machine
80 types.
81
b14ce8bf
AM
822020-01-01 Alan Modra <amodra@gmail.com>
83
84 Update year range in copyright notice of all files.
85
0b114740 86For older changes see ChangeLog-2019
3499769a 87\f
0b114740 88Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
89
90Copying and distribution of this file, with or without modification,
91are permitted in any medium without royalty provided the copyright
92notice and this notice are preserved.
93
94Local Variables:
95mode: change-log
96left-margin: 8
97fill-column: 74
98version-control: never
99End: