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