]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
Missing objdump dependency od-elf32_avr
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2020-02-04 Alan Modra <amodra@gmail.com>
2
3 * Makefile.am (CFILES): Add od-elf32_avr.c.
4 * Makefile.in: Regenerate.
5 * po/POTFILES.in: Regenerate.
6
7 2020-02-03 Andreas Schwab <schwab@linux-m68k.org>
8
9 * readelf.c (dump_relocations, dump_relocations)
10 (decode_arm_unwind_bytecode, process_dynamic_section)
11 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
12 error message.
13
14 2020-02-03 Sergei Trofimovich <siarheit@google.com>
15
16 * coffdump.c (program_name): Drop redundant definition.
17 * srconv.c (program_name): Likewise
18 * sysdump.c (program_name): Likewise
19
20 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
21
22 PR gas/25380
23 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
24 same file with different section pointers.
25
26 2020-02-01 Nick Clifton <nickc@redhat.com>
27
28 * README-how-to-make-a-release: Update with more details on the
29 release making process.
30
31 2020-01-31 Nick Clifton <nickc@redhat.com>
32
33 * po/sv.po: Updated Swedish translation.
34
35 2020-01-28 Nick Clifton <nickc@redhat.com>
36
37 * readelf.c (get_build_id): Simplify warning message about corrupt
38 notes encountered whilst scanning for the build-id.
39
40 2020-01-27 Roland McGrath <mcgrathr@google.com>
41
42 * objcopy.c (compare_gnu_build_notes): Fix comparison results
43 for overlapping ranges so that (A == B) == (B == A) holds.
44
45 2020-01-27 Alan Modra <amodra@gmail.com>
46
47 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
48 case statement with switch statement.
49
50 2020-01-24 Nick Clifton <nickc@redhat.com>
51
52 * readelf.c (get_build_id): Fix warning messages about corrupt
53 notes.
54
55 2020-01-23 Nick Clifton <nickc@redhat.com>
56
57 * po/fr.po: Updated French translation.
58
59 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
60
61 PR 25417
62 * readelf.c (get_alpha_symbol_other): Fix error message typo.
63
64 2020-01-20 Nick Clifton <nickc@redhat.com>
65
66 * po/pt.po: Updated Portuguese translation.
67 * po/uk.po: Updated Ukranian translation.
68
69 2020-01-18 Nick Clifton <nickc@redhat.com>
70
71 * README-how-to-make-a-release: Update notes on how to cut a
72 branch for a release.
73
74 2020-01-18 Nick Clifton <nickc@redhat.com>
75
76 * configure: Regenerate.
77 * po/binutils.pot: Regenerate.
78
79 2020-01-18 Nick Clifton <nickc@redhat.com>
80
81 Binutils 2.34 branch created.
82
83 2020-01-17 Thomas Troeger <tstroege@gmx.de>
84
85 * objdump.c (jump_info_visualize_address): Discard jumps that are
86 no longer needed.
87 (disassemble_bytes): Only compute the maximum level if jumps were
88 detected.
89
90 2020-01-13 Nick Clifton <nickc@redhat.com>
91
92 * objdump.c (disassemble_bytes): Remove C99-ism.
93 * testsuite/binutils-all/debuginfod.exp: New tests.
94
95 2020-01-13 Thomas Troeger <tstroege@gmx.de>
96
97 * objdump.c (visualize_jumps, color_output, extended_color_output)
98 (detected_jumps): New variables.
99 (usage): Add the new jump visualization options.
100 (option_values): Add new option value.
101 (long_options): Add the new option.
102 (jump_info_new, jump_info_free): New functions.
103 (jump_info_min_address, jump_info_max_address): Likewise.
104 (jump_info_end_address, jump_info_is_start_address): Likewise.
105 (jump_info_is_end_address, jump_info_size): Likewise.
106 (jump_info_unlink, jump_info_insert): Likewise.
107 (jump_info_add_front, jump_info_move_linked): Likewise.
108 (jump_info_intersect, jump_info_merge): Likewise.
109 (jump_info_sort, jump_info_visualize_address): Likewise.
110 (disassemble_jumps): New function - used to locate jumps.
111 (disassemble_bytes): Add ascii art generation.
112 (disassemble_section): Add scan to locate jumps.
113 (main): Parse the new visualization option.
114 * doc/binutils.texi: Document the new feature.
115 * NEWS: Mention the new feature.
116
117 2020-01-13 Alan Modra <amodra@gmail.com>
118
119 PR 25360
120 PR 25361
121 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
122 fde_fc col_type and col_offset.
123 * readelf.c (apply_relocations): Move symsec check earlier.
124 (free_debug_section): Free reloc_info.
125 (process_notes_at): Free pnotes on error path.
126 (process_object): Free dump_sects here..
127 (process_archive): ..not here.
128
129 2020-01-13 Alan Modra <amodra@gmail.com>
130
131 PR 25362
132 * nm.c (display_rel_file): Free dyn_syms.
133
134 2020-01-09 Nick Clifton <nickc@redhat.com>
135
136 PR 25220
137 * objcopy.c (empty_name): New variable.
138 (need_sym_before): Prevent an attempt to free a static variable.
139 (filter_symbols): Avoid strcmp test by checking for pointer
140 equality.
141
142 2020-01-09 Nick Clifton <nickc@redhat.com>
143
144 * po/zh_TW.po: Updated Traditional Chinese translation.
145
146 2020-01-09 Aaron Merey <amerey@redhat.com>
147
148 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
149 * Makefile.in: Regenerate.
150 * NEWS: Update.
151 * config.in: Regenerate.
152 * configure: Regenerate.
153 * configure.ac: Call AC_DEBUGINFOD.
154 * doc/Makefile.in: Regenerate.
155 * doc/binutils.texi: Add section on using binutils
156 with debuginfod.
157 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
158 Query debuginfod servers for the target debug file.
159 (load_separate_debug_info): Call
160 debuginfod_fetch_separate_debug_info if configured with
161 debuginfod.
162 (load_separate_debug_files): Add file argument to
163 load_separate_debug_info calls.
164 * dwarf.h (get_build_id): Add declaration.
165 * objdump.c (get_build_id): New function. Get build-id of file.
166 * readelf.c (get_build_id): Likewise.
167 * testsuite/binutils-all/debuginfod.exp: New tests.
168 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
169 section.
170
171 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
172
173 * readelf.c: Add support for new Z*) relocations and machine
174 types.
175
176 2020-01-01 Alan Modra <amodra@gmail.com>
177
178 Update year range in copyright notice of all files.
179
180 For older changes see ChangeLog-2019
181 \f
182 Copyright (C) 2020 Free Software Foundation, Inc.
183
184 Copying and distribution of this file, with or without modification,
185 are permitted in any medium without royalty provided the copyright
186 notice and this notice are preserved.
187
188 Local Variables:
189 mode: change-log
190 left-margin: 8
191 fill-column: 74
192 version-control: never
193 End: