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