Fix a spelling mistake in the binutils documentation.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2020-02-24 Nick Clifton <nickc@redhat.com>
2
3 PR 25499
4 * doc/binutils.texi (objdump): Fix typo in description of
5 objdump's -g option.
6
7 2020-02-20 Nelson Chu <nelson.chu@sifive.com>
8
9 * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
10 is changed.
11
12 2020-02-19 Jordan Rupprecht <rupprecht@google.com>
13
14 * objdump.c (show_line): call bfd_demangle when using do_demangle.
15
16 2020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * configure: Regenerate.
19
20 2020-02-10 Fangrui Song <maskray@google.com>
21
22 * objcopy.c (parse_flags): Handle "exclude".
23 * doc/binutils.texi: Document the support.
24
25 2020-02-10 Aaron Merey <amerey@redhat.com>
26
27 * binutils/testsuite/binutils-all/debuginfod.exp:
28 Replace set ::env with setenv.
29 Start server before setting environment variable.
30 Specify tmpdir as the location of the server's
31 database.
32 Check additional server metrics at start-up.
33
34 2020-02-07 Nick Clifton <nickc@redhat.com>
35
36 * README-how-to-make-a-release: Add note about updating the
37 GAS/NEWS URL in the next release.
38
39 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
40
41 PR 25469
42 * readelf.c (get_machine_flags): Add support for Z80N machine
43 number.
44
45 2020-02-07 Nick Clifton <nickc@redhat.com>
46
47 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
48 of the truncated file name.
49
50 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
51
52 * objdump.c (print_jump_visualisation): New function.
53 (disassemble_bytes): Call new function.
54
55 2020-02-06 Alan Modra <amodra@gmail.com>
56
57 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
58 TCL procedure.
59 (supports_gnu_osabi): New procedure.
60 (is_generic): New, from ld-lib.exp.
61 (supports_gnu_unique): Use the above.
62
63 2020-02-04 Alan Modra <amodra@gmail.com>
64
65 * Makefile.am (CFILES): Add od-elf32_avr.c.
66 * Makefile.in: Regenerate.
67 * po/POTFILES.in: Regenerate.
68
69 2020-02-03 Andreas Schwab <schwab@linux-m68k.org>
70
71 * readelf.c (dump_relocations, dump_relocations)
72 (decode_arm_unwind_bytecode, process_dynamic_section)
73 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
74 error message.
75
76 2020-02-03 Sergei Trofimovich <siarheit@google.com>
77
78 * coffdump.c (program_name): Drop redundant definition.
79 * srconv.c (program_name): Likewise
80 * sysdump.c (program_name): Likewise
81
82 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
83
84 PR gas/25380
85 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
86 same file with different section pointers.
87
88 2020-02-01 Nick Clifton <nickc@redhat.com>
89
90 * README-how-to-make-a-release: Update with more details on the
91 release making process.
92
93 2020-01-31 Nick Clifton <nickc@redhat.com>
94
95 * po/sv.po: Updated Swedish translation.
96
97 2020-01-28 Nick Clifton <nickc@redhat.com>
98
99 * readelf.c (get_build_id): Simplify warning message about corrupt
100 notes encountered whilst scanning for the build-id.
101
102 2020-01-27 Roland McGrath <mcgrathr@google.com>
103
104 * objcopy.c (compare_gnu_build_notes): Fix comparison results
105 for overlapping ranges so that (A == B) == (B == A) holds.
106
107 2020-01-27 Alan Modra <amodra@gmail.com>
108
109 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
110 case statement with switch statement.
111
112 2020-01-24 Nick Clifton <nickc@redhat.com>
113
114 * readelf.c (get_build_id): Fix warning messages about corrupt
115 notes.
116
117 2020-01-23 Nick Clifton <nickc@redhat.com>
118
119 * po/fr.po: Updated French translation.
120
121 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
122
123 PR 25417
124 * readelf.c (get_alpha_symbol_other): Fix error message typo.
125
126 2020-01-20 Nick Clifton <nickc@redhat.com>
127
128 * po/pt.po: Updated Portuguese translation.
129 * po/uk.po: Updated Ukranian translation.
130
131 2020-01-18 Nick Clifton <nickc@redhat.com>
132
133 * README-how-to-make-a-release: Update notes on how to cut a
134 branch for a release.
135
136 2020-01-18 Nick Clifton <nickc@redhat.com>
137
138 * configure: Regenerate.
139 * po/binutils.pot: Regenerate.
140
141 2020-01-18 Nick Clifton <nickc@redhat.com>
142
143 Binutils 2.34 branch created.
144
145 2020-01-17 Thomas Troeger <tstroege@gmx.de>
146
147 * objdump.c (jump_info_visualize_address): Discard jumps that are
148 no longer needed.
149 (disassemble_bytes): Only compute the maximum level if jumps were
150 detected.
151
152 2020-01-13 Nick Clifton <nickc@redhat.com>
153
154 * objdump.c (disassemble_bytes): Remove C99-ism.
155 * testsuite/binutils-all/debuginfod.exp: New tests.
156
157 2020-01-13 Thomas Troeger <tstroege@gmx.de>
158
159 * objdump.c (visualize_jumps, color_output, extended_color_output)
160 (detected_jumps): New variables.
161 (usage): Add the new jump visualization options.
162 (option_values): Add new option value.
163 (long_options): Add the new option.
164 (jump_info_new, jump_info_free): New functions.
165 (jump_info_min_address, jump_info_max_address): Likewise.
166 (jump_info_end_address, jump_info_is_start_address): Likewise.
167 (jump_info_is_end_address, jump_info_size): Likewise.
168 (jump_info_unlink, jump_info_insert): Likewise.
169 (jump_info_add_front, jump_info_move_linked): Likewise.
170 (jump_info_intersect, jump_info_merge): Likewise.
171 (jump_info_sort, jump_info_visualize_address): Likewise.
172 (disassemble_jumps): New function - used to locate jumps.
173 (disassemble_bytes): Add ascii art generation.
174 (disassemble_section): Add scan to locate jumps.
175 (main): Parse the new visualization option.
176 * doc/binutils.texi: Document the new feature.
177 * NEWS: Mention the new feature.
178
179 2020-01-13 Alan Modra <amodra@gmail.com>
180
181 PR 25360
182 PR 25361
183 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
184 fde_fc col_type and col_offset.
185 * readelf.c (apply_relocations): Move symsec check earlier.
186 (free_debug_section): Free reloc_info.
187 (process_notes_at): Free pnotes on error path.
188 (process_object): Free dump_sects here..
189 (process_archive): ..not here.
190
191 2020-01-13 Alan Modra <amodra@gmail.com>
192
193 PR 25362
194 * nm.c (display_rel_file): Free dyn_syms.
195
196 2020-01-09 Nick Clifton <nickc@redhat.com>
197
198 PR 25220
199 * objcopy.c (empty_name): New variable.
200 (need_sym_before): Prevent an attempt to free a static variable.
201 (filter_symbols): Avoid strcmp test by checking for pointer
202 equality.
203
204 2020-01-09 Nick Clifton <nickc@redhat.com>
205
206 * po/zh_TW.po: Updated Traditional Chinese translation.
207
208 2020-01-09 Aaron Merey <amerey@redhat.com>
209
210 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
211 * Makefile.in: Regenerate.
212 * NEWS: Update.
213 * config.in: Regenerate.
214 * configure: Regenerate.
215 * configure.ac: Call AC_DEBUGINFOD.
216 * doc/Makefile.in: Regenerate.
217 * doc/binutils.texi: Add section on using binutils
218 with debuginfod.
219 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
220 Query debuginfod servers for the target debug file.
221 (load_separate_debug_info): Call
222 debuginfod_fetch_separate_debug_info if configured with
223 debuginfod.
224 (load_separate_debug_files): Add file argument to
225 load_separate_debug_info calls.
226 * dwarf.h (get_build_id): Add declaration.
227 * objdump.c (get_build_id): New function. Get build-id of file.
228 * readelf.c (get_build_id): Likewise.
229 * testsuite/binutils-all/debuginfod.exp: New tests.
230 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
231 section.
232
233 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
234
235 * readelf.c: Add support for new Z*) relocations and machine
236 types.
237
238 2020-01-01 Alan Modra <amodra@gmail.com>
239
240 Update year range in copyright notice of all files.
241
242 For older changes see ChangeLog-2019
243 \f
244 Copyright (C) 2020 Free Software Foundation, Inc.
245
246 Copying and distribution of this file, with or without modification,
247 are permitted in any medium without royalty provided the copyright
248 notice and this notice are preserved.
249
250 Local Variables:
251 mode: change-log
252 left-margin: 8
253 fill-column: 74
254 version-control: never
255 End:
This page took 0.039668 seconds and 4 git commands to generate.