]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
a536d325e5db97423ad966ccf32ef0e0ecaa5169
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2020-08-10 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR binutils/26302
4 * nm.c (with_symbol_versions): Removed.
5 (long_option_values): Add OPTION_WITH_SYMBOL_VERSIONS.
6 (long_options): Update --with-symbol-versions entry.
7 (print_symbol): Remove the with_symbol_versions check.
8 (main): Add OPTION_WITH_SYMBOL_VERSIONS for backward
9 compatibility.
10 * doc/binutils.texi: Remove --with-symbol-versions.
11
12 2020-08-05 Alan Modra <amodra@gmail.com>
13
14 PR 26337
15 * objdump.c (load_specific_debug_section): Revert last change.
16
17 2020-08-05 Alan Modra <amodra@gmail.com>
18
19 PR 26337
20 * objdump.c (load_specific_debug_section): Don't malloc space for
21 section contents, use bfd_malloc_and_get_section.
22
23 2020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24
25 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
26 * Makefile.in, doc/Makefile.in: Regenerate.
27 * configure: Regenerate.
28
29 2020-07-30 H.J. Lu <hongjiu.lu@intel.com>
30
31 * testsuite/binutils-all/i386/compressed-1a.d: Pass --gdwarf-3
32 to assembler.
33 * testsuite/binutils-all/i386/compressed-1b.d: Likewise.
34 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
35 * testsuite/binutils-all/x86-64/compressed-1a.d: Likewise.
36 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
37 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
38
39 2020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
40
41 * testsuite/binutils-all/mips/global-local-symtab-sort-o32.d:
42 New test.
43 * testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d:
44 New test.
45 * testsuite/binutils-all/mips/global-local-symtab-sort-n32.d:
46 New test.
47 * testsuite/binutils-all/mips/global-local-symtab-sort-n32t.d:
48 New test.
49 * testsuite/binutils-all/mips/global-local-symtab-sort-n64.d:
50 New test.
51 * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d:
52 New test.
53 * testsuite/binutils-all/mips/global-local-symtab-final-o32.d:
54 New test.
55 * testsuite/binutils-all/mips/global-local-symtab-final-n32.d:
56 New test.
57 * testsuite/binutils-all/mips/global-local-symtab-final-n64.d:
58 New test.
59 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
60
61 2020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
62
63 * testsuite/binutils-all/mips/global-local-symtab-o32.d: New
64 test.
65 * testsuite/binutils-all/mips/global-local-symtab-o32t.d: New
66 test.
67 * testsuite/binutils-all/mips/global-local-symtab-n32.d: New
68 test.
69 * testsuite/binutils-all/mips/global-local-symtab-n32t.d: New
70 test.
71 * testsuite/binutils-all/mips/global-local-symtab-n64.d: New
72 test.
73 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
74
75 2020-07-28 H.J. Lu <hongjiu.lu@intel.com>
76
77 PR binutils/26301
78 * configure: Regenerated.
79
80 2020-07-28 H.J. Lu <hongjiu.lu@intel.com>
81
82 PR binutils/26301
83 * configure: Regenerated.
84
85 2020-07-27 Alan Modra <amodra@gmail.com>
86
87 * objdump.c (dump_section): Don't return without calling
88 process_section_p.
89
90 2020-07-27 H.J. Lu <hongjiu.lu@intel.com>
91
92 * doc/binutils.texi: Replace preceeded with preceded.
93
94 2020-07-26 Maciej W. Rozycki <macro@linux-mips.org>
95
96 * testsuite/binutils-all/mips/mips.exp (run_dump_test_abi)
97 (run_dump_test_o32, run_dump_test_n32, run_dump_test_n64): New
98 procedures.
99 (has_newabi): Remove variable.
100 (has_abi, abi_asflags, abi_ldflags): New associative array
101 variables.
102 (irixemul): New variable.
103 Replace `run_dump_test' calls where applicable throughout with
104 `run_dump_test_o32', `run_dump_test_n32' and `run_dump_test_n64'
105 as appropriate. Use `noarch' for tests that require their own
106 architecture setting.
107 * testsuite/binutils-all/mips/mips-ase-1.d: Remove GAS flags.
108 * testsuite/binutils-all/mips/mips-ase-2.d: Likewise.
109 * testsuite/binutils-all/mips/mips-ase-3.d: Likewise.
110 * testsuite/binutils-all/mips/mips-note-2-n32.d: Likewise.
111 * testsuite/binutils-all/mips/mips-note-2-n64.d: Likewise.
112 * testsuite/binutils-all/mips/mips-note-2.d: Likewise.
113 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Likewise.
114 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
115 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
116 * testsuite/binutils-all/mips/mips-reginfo-n32.d: Likewise.
117 * testsuite/binutils-all/mips/mips-reginfo.d: Likewise.
118 * testsuite/binutils-all/mips/mips16-extend-noinsn.d: Likewise.
119 * testsuite/binutils-all/mips/mips16-pcrel.d: Likewise.
120 * testsuite/binutils-all/mips/mips16-alias.d: Remove `-32' from
121 GAS flags.
122 * testsuite/binutils-all/mips/mips16-extend-insn.d: Likewise.
123 * testsuite/binutils-all/mips/mips16-noalias.d: Likewise.
124 * testsuite/binutils-all/mips/mips16-undecoded.d: Likewise.
125 * testsuite/binutils-all/mips/mips16e2-extend-insn.d: Likewise.
126 * testsuite/binutils-all/mips/mips16e2-undecoded.d: Likewise.
127 * testsuite/binutils-all/mips/mixed-micromips.d: Likewise.
128 * testsuite/binutils-all/mips/mixed-mips16.d: Likewise.
129
130 2020-07-24 Aaron Merey <amerey@redhat.com>
131
132 * Makefile.am: Replace LIBDEBUGINFOD with DEBUGINFOD_LIBS.
133 * Makefile.in: Rebuild.
134 * configure: Rebuild.
135 * doc/Makefile.in: Rebuild.
136
137 2020-07-24 Nick Clifton <nickc@redhat.com>
138
139 * README-how-to-make-a-release: Various small updates whilst
140 creating the 2.35 release.
141
142 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
143
144 * testsuite/lib/binutils-common.exp (run_dump_test): Add 'cc'
145 option.
146
147 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
148
149 * objdump.c (dump_ctf_archive_member): Remove linefeeds.
150 (dump_ctf): Likewise.
151
152 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
153
154 * objdump.c (ctf_archive_member): Print CTF errors and warnings.
155 * readelf.c (dump_ctf_archive_member): Likewise.
156
157 2020-07-22 Nick Clifton <nickc@redhat.com>
158
159 * readelf.c (parse_args): Silence potential warnings about a
160 memory resource leak when allocating space for ctf option values.
161 (dump_section_as_ctf): Fix typo checking dump_ctf_strtab_name
162 variable.
163
164 2020-07-21 Nick Clifton <nickc@redhat.com>
165
166 * po/sv.po: Updated Swedish translation.
167
168 2020-07-14 Claudiu Zissulescu <claziss@gmail.com>
169
170 * testsuite/binutils-all/arc/double_regs.s: New test.
171 * testsuite/binutils-all/arc/objdump.exp: Add the above test.
172
173 2020-07-13 Nick Clifton <nickc@redhat.com>
174
175 * po/fr.po: Updated French translation.
176
177 2020-07-13 Alan Modra <amodra@gmail.com>
178
179 * testsuite/lib/binutils-common.exp (is_pecoff_format): Accept
180 optional machine-os arg.
181
182 2020-07-11 H.J. Lu <hongjiu.lu@intel.com>
183
184 * readelf.c (decode_x86_feature_2): Handle
185 GNU_PROPERTY_X86_FEATURE_2_TMM.
186
187 2020-07-10 Tom de Vries <tdevries@suse.de>
188
189 * dwarf.c (display_debug_lines_decoded): Don't emit meaningless
190 information in the end_sequence row.
191 * testsuite/binutils-all/dw5.W: Update.
192 * testsuite/binutils-all/objdump.WL: Update.
193
194 2020-07-09 Alan Modra <amodra@gmail.com>
195
196 * dlltool.c: Remove powerpc PE support and comments.
197 * configure.ac: Remove powerpc PE dlltool config.
198 * configure: Regenerate.
199
200 2020-07-09 Nick Clifton <nickc@redhat.com>
201
202 * rclex.c: Add OWNERDRAW keyword.
203 * rcparse.y: Add OWNERDRAW token.
204 (menuitem_flag) Add BITMAP and OWNERDRAW entries.
205 * resrc.c (write_rc_menuitems): Add support for OWNERDRAW and
206 BITMAP flags.
207 * windres.c (extended_menuitems): Likewise.
208 * testsuite/binutils-all/windres/menuitem_flags.rc: New test.
209
210 2020-07-09 Alan Modra <amodra@gmail.com>
211
212 * readelf (slurp_hppa_unwind_table): Set table_len before use
213 in relocation sanity checks.
214
215 2020-07-07 Alan Modra <amodra@gmail.com>
216
217 * testsuite/binutils-all/ar.exp: Use is_xcoff_format.
218 * testsuite/binutils-all/nm.exp: Likewise.
219 * testsuite/binutils-all/copy-2.d: Run only for elf and pe targets.
220 * testsuite/binutils-all/copy-3.d: Run only for elf targets.
221 * testsuite/binutils-all/set-section-alignment.d: Likewise.
222 * testsuite/binutils-all/copy-4.d: Don't run for xcoff.
223
224 2020-07-07 Alan Modra <amodra@gmail.com>
225
226 * testsuite/lib/binutils-common.exp (is_xcoff_format): New.
227 * testsuite/binutils-all/objcopy.exp (pr25662): Exclude xcoff.
228
229 2020-07-06 Nick Clifton <nickc@redhat.com>
230
231 * po/bg.po: Updated Bulgarian translation.
232 * po/pt.po: Updated Portuguese translation.
233 * po/uk.po: Updated Ukranian translation.
234
235 2020-07-06 Alan Modra <amodra@gmail.com>
236
237 * readelf.c (print_dynamic_symbol): Don't sprintf to buffer to
238 find string length.
239
240 2020-07-04 Nick Clifton <nickc@redhat.com>
241
242 * configure: Regenerate.
243 * po/binutils.pot: Regenerate.
244
245 2020-07-04 Nick Clifton <nickc@redhat.com>
246
247 Binutils 2.35 branch created.
248
249 2020-07-02 Nick Clifton <nickc@redhat.com>
250
251 PR 26028
252 * readelf.c (print_symbol): Handle truncation of symbol names.
253 (options): Add -T/--silent-truncation option.
254 (parse_args): Handle the option.
255 (print_dynamic_symbol): Correct calculation of width available to
256 display symbol name.
257 * doc/binutils.texi: Document the -T option to readelf.
258 * NEWS: Mention the new feature.
259
260 2020-06-30 H.J. Lu <hongjiu.lu@intel.com>
261
262 * NEWS: Mention x86 NaCl target support removal.
263 * dwarf.c (init_dwarf_regnames_by_bfd_arch_and_mach): Remove
264 x86 NaCl target support.
265 * testsuite/binutils-all/elfedit-1.d: Likewise.
266 * testsuite/binutils-all/i386/i386.exp: Likewise.
267 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
268 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
269 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
270 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
271 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
272 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
273 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
274 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
275 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
276 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
277 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
278 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
279
280 2020-06-30 Nick Clifton <nickc@redhat.com>
281
282 * dwarf.c (read_and_display_attr_value): Support
283 DW_FORM_GNU_strp_alt when used with DW_AT_dwo_name and
284 DW_AT_comp_dir.
285
286 2020-06-30 Alan Modra <amodra@gmail.com>
287
288 * testsuite/binutils-all/readelf.exp (readelf_dump_test): Remove
289 xfail for nds32.
290
291 2020-06-29 Hans-Peter Nilsson <hp@bitrange.com>
292
293 * dwarf.c (display_debug_str_offsets): Rename local variable
294 index to idx. Move to top of function.
295
296 2020-06-29 Alan Modra <amodra@gmail.com>
297
298 * dwarf.c: Use C style comments.
299 * resrc.c: Likewise.
300
301 2020-06-27 Alan Modra <amodra@gmail.com>
302
303 * elfcomm.c (setup_nested_archive): Set nested_arch->file to NULL
304 after freeing.
305 (release_archive): Set fields of arch to NULL after freeing.
306
307 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
308
309 * readelf.c (dump_section_as_ctf): Support .ctf archives using
310 ctf_arc_bufopen. Automatically load the .ctf member of such
311 archives as the parent of all other members, unless specifically
312 overridden via --ctf-parent. Split out dumping code into...
313 (dump_ctf_archive_member): ... here, as in objdump, and call
314 it once per archive member.
315 (dump_ctf_indent_lines): Code style fix.
316
317 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
318
319 * configure.ac [--enable-libctf]: New, default yes.
320 Set ENABLE_LIBCTF accordingly.
321 * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF and LIBCTF_NOBFD.
322 * configure: Regenerate.
323 * config.in: Regenerate.
324 * Makefile.in: Regenerate.
325 * aclocal.m4: Regenerate.
326 * objdump.c (usage): Conditionalize portions on ENABLE_LIBCTF.
327 (option_values): Likewise.
328 (long_options): Likewise.
329 (main): Likewise.
330 (dump_ctf_indent_lines): Conditionalize out when !ENABLE_LIBCTF.
331 (make_ctfsect): Likewise.
332 (dump_ctf_archive_member): Likewise.
333 (dump_ctf) [ENABLE_LIBCTF]: Likewise.
334 (dump_ctf) [!ENABLE_LIBCTF]: New empty stub.
335 * readelf.c (options): Conditionalize portions on ENABLE_LIBCTF.
336 (usage): Likewise.
337 (process_section_contents): Likewise.
338 (shdr_to_ctf_sect): Conditionalize out when !ENABLE_LIBCTF.
339 (dump_ctf_indent_lines): Likewise.
340 (dump_section_as_ctf) [ENABLE_LIBCTF]: Likewise.
341
342 2020-06-26 Jan Beulich <jbeulich@suse.com>
343
344 * doc/binutils.texi: Adjust description of x86's -Msuffix. Drop
345 redundant text from x86 specific part of -M section.
346
347 2020-06-26 Pat Bernardi <bernardi@adacore.com>
348
349 * readelf.c (display_m68k_gnu_attribute): New function.
350 (process_arch_specific): Call display_m68k_gnu_attribute for EM_68K.
351
352 2020-06-23 H.J. Lu <hongjiu.lu@intel.com>
353
354 PR binutils/26160
355 * testsuite/binutils-all/pr26160.dwp.bz2: New file.
356 * testsuite/binutils-all/pr26160.r: Likewise.
357 * testsuite/binutils-all/readelf.exp: Run PR binutils/26160 test.
358
359 2020-06-23 Nick Clifton <nickc@redhat.com>
360
361 PR 26160
362 * dwarf.c (fetch_indexed_string): Detect and handle old style
363 .debug_str_offset tables.
364 (display_debug_str_offsets): Likewise. Also add support for
365 .debug_str_offsets.dwo sections.
366
367 2020-06-23 H.J. Lu <hongjiu.lu@intel.com>
368
369 PR binutils/26112
370 * testsuite/binutils-all/pr26112.o.bz2: New file.
371 * testsuite/binutils-all/pr26112.r: Likewise.
372 * testsuite/binutils-all/readelf.exp: Run PR binutils/26112 test.
373
374 2020-06-23 Alan Modra <amodra@gmail.com>
375
376 * testsuite/binutils-all/objdump.exp (bintest.a): Correct
377 remote_file delete command.
378
379 2020-06-22 Nick Clifton <nickc@redhat.com>
380
381 PR 26112
382 * dwarf.c (display_debug_str_offsets): Add code to display the
383 contents of the .debug_str_offsets section.
384 (display_debug_macro): Add support for DW_MACRO_define_strx and
385 DW_MACRO_undef_strx.
386
387 2020-06-22 Saagar Jha <saagar@saagarjha.com>
388
389 * od-macho.c: Dump linkedit data for new load commands.
390
391 2020-06-19 Alan Modra <amodra@gmail.com>
392
393 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
394 * testsuite/lib/binutils-common.exp (check_relro_support): New proc.
395 (run_dump_test): Use check_relro_support to decide whether to pass
396 extra ld option "-z norelro".
397
398 2020-06-11 Alan Modra <amodra@gmail.com>
399
400 * readelf.c (process_mips_specific): Don't alloc memory for
401 Elf_Internal_Options.
402
403 2020-06-11 Alan Modra <amodra@gmail.com>
404
405 * readelf.c (process_mips_specific): Assert size of internal
406 types match size of external types, and simplify allocation of
407 internal buffer. Catch possible integer overflow when sanity
408 checking option size. Don't assume options are a regular array.
409 Sanity check reginfo option against option size. Use PRI macros
410 when printing.
411
412 2020-06-10 Ralf Habacker <ralf.habacker@freenet.de>
413
414 PR 26082
415 * mclex.c (yylex): Reject lines that reach end-of-file without a
416 terminating newline character.
417
418 2020-06-08 Nick Clifton <nickc@redhat.com>
419
420 PR 26093
421 * doc/binutils.texi (strings): Fix typo.
422
423 2020-06-08 Nick Clifton <nickc@redhat.com>
424
425 PR 26086
426 * dwarf.c (process_debug_info): Check that there is space in the
427 debug_information array before filling in an entry.
428
429 2020-06-06 Alan Modra <amodra@gmail.com>
430
431 * doc/binutils.texi (PowerPC -M option): Mention power10 and pwr10.
432
433 2020-06-05 Joel Anderson <joelanderson333@gmail.com>
434
435 PR 26082
436 * mclex.c (yylex): Add test for an empty input stream.
437
438 2020-06-04 Stephen Casner <casner@acm.org>
439
440 * testsuite/binutils-all/pr25662-pdp11.s: Alternate source file
441 for test using section pseudo-ops compatible with pdp11.
442 * testsuite/binutils-all/objcopy.exp: Select alternate source.
443
444 2020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com>
445
446 * objdump.c (disassemble_data): Set disasm_info.endian_code to
447 disasm_info.endian after the latter is initialized to the
448 endianness reported by BFD.
449
450 2020-06-04 Alan Modra <amodra@gmail.com>
451
452 * testsuite/binutils-all/i386/i386.exp: Remove global directive
453 outside proc body.
454 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
455 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
456
457 2020-06-03 Joel Anderson <joelanderson333@gmail.com>
458
459 * windmc.h (struct mc_node): Add id_typecast field.
460 * mcparse.y (message): Initialise the id_typecast field.
461 * windmc.c (write_dbg): Use the id_typecast field as a parameter
462 when calling write_dbg_define.
463 (write_header): Likewise.
464
465 2020-06-03 Alan Modra <amodra@gmail.com>
466
467 PR 26069
468 * objcopy.c (copy_relocations_in_section): Free relpp on error.
469 Don't accidentally free isection->orelocation.
470
471 2020-06-02 Alan Modra <amodra@gmail.com>
472
473 * testsuite/binutils-all/ar.exp (obj): Set up object file name
474 extension. Use throughout. Don't completely exclude non-ELF
475 alpha targets. Run long_filenames test for tic30. Exclude thin
476 archive tests for aix, ecoff and vms.
477 * estsuite/binutils-all/objdump.exp (obj): Set up object file name
478 extension. Use throughout. Don't exclude non-ELF alpha targets
479 from "bintest.a".
480
481 2020-05-28 Max Filippov <jcmvbkbc@gmail.com>
482
483 * MAINTAINERS (Xtensa): Add myself as maintainer.
484
485 2020-05-23 Alan Modra <amodra@gmail.com>
486
487 * testsuite/binutils-all/ar.exp (many_files): New test.
488
489 2020-05-21 Alan Modra <amodra@gmail.com>
490
491 * addr2line.c: Replace "if (x) free (x)" with "free (x)" throughout.
492 * dlltool.c: Likewise.
493 * elfcomm.c: Likewise.
494 * rddbg.c: Likewise.
495 * readelf.c: Likewise.
496 * stabs.c: Likewise.
497 * windmc.c: Likewise.
498 * windres.c: Likewise.
499 * wrstabs.c: Likewise.
500
501 2020-05-21 Alan Modra <amodra@gmail.com>
502
503 * readelf.c (get_num_dynamic_syms): Bounds check mipsxlat array
504 access.
505
506 2020-05-20 Nelson Chu <nelson.chu@sifive.com>
507
508 * dwarf.c: Updated since DECLARE_CSR is changed.
509
510 2020-05-19 H.J. Lu <hjl.tools@gmail.com>
511
512 PR binutils/25809
513 * readelf.c (process_program_headers): Warn if the PT_DYNAMIC
514 segment doesn't match the .dynamic section and checks are
515 enabled.
516 (struct filedata): Add dynamic_symtab_section and
517 dynamic_strtab_section fields.
518 (process_section_headers): Set dynamic_symtab_section to the
519 .dynsym section. Set dynamic_strtab_section to the .dynstr
520 section.
521 (process_dynamic_section): Warn if the .dynsym section doesn't
522 match DT_SYMTAB and DT_SYMENT or the .dynstr section doesn't
523 DT_STRTAB and DT_STRSZ. But only if checks are enabled.
524
525 2020-05-19 Alan Modra <amodra@gmail.com>
526
527 * ar.c (map_over_members, get_pos_bfd, delete_members, move_members),
528 (replace_members): Use bfd_get_filename rather than accessing
529 bfd->filename directly.
530 * arsup.c (map_over_list, ar_delete, ar_replace, ar_extract): Likewise.
531 * binemul.c (do_ar_emul_append): Likewise.
532 * coffgrok.c (coff_grok): Likewise.
533
534 2020-05-18 Stafford Horne <shorne@gmail.com>
535
536 * MAINTAINERS (OR1K): Add myself as maintainer.
537
538 2020-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
539
540 * doc/binutils.texi: Mention 'entry address' in the set-start and
541 adjust-start options descriptions.
542
543 2020-05-05 Nick Clifton <nickc@redhat.com>
544
545 * dwarf.c (do_checks): New global variable.
546 (display_formatted_table): Warn about an unexpected number of
547 columns in the table, if checks are enabled. Do not complain
548 about the lack of data following the number of entries in the
549 table if the table is empty.
550 (display_debug_lines_decoded): Only warn about an unexpected
551 number of columns in a table if checks are enabled.
552 * dwarf.h (do_checks): Add a prototype.
553 * elfcomm.c (error): Remove weak attribute.
554 (warn): Likewise.
555 * readelf.c (do_checks): Delete.
556 (warn): Delete.
557 (process_section_headers): Only warn about empty sections if
558 checks are enabled.
559
560 2020-05-04 Fangrui Song <maskray@google.com>
561
562 * objcopy.c (copy_object): Allow empty section.
563 * testsuite/binutils-all/update-section.exp: Add test.
564
565 2020-05-04 Nick Clifton <nickc@redhat.com>
566
567 PR 25917
568 * dwarf.c (display_debug_lines_decoded): Warn if encountering a
569 supicious number of entries for DWARF-5 format directory and file
570 name tables. Do not display file name table header if the table
571 is empty. Do not allocate space for empty tables.
572
573 2020-05-04 Alan Modra <amodra@gmail.com>
574
575 * readelf.c (process_nds32_specific): Check size of .nds32_e_flags
576 section. Don't assume endian of host matches nds32 target. Free
577 buffer.
578
579 2020-05-01 Alan Modra <amodra@gmail.com>
580 Haim Shimonovich <Haim.Shimonovich@ceva-dsp.com>
581
582 * objdump.c (disassemble_bytes): Don't scan for zeros when
583 disassembling zeros. Translate "resuming at file offset" message.
584 Formatting. Replace some signed variables with unsigned.
585
586 2020-04-30 Alex Coplan <alex.coplan@arm.com>
587
588 * testsuite/binutils-all/aarch64/in-order-all.d: Update to use new
589 disassembly.
590 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
591
592 2020-04-30 Nick Clifton <nickc@redhat.com>
593
594 * testsuite/lib/binutils-common.exp (check_pie_support): New
595 proc.
596
597 2020-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
598
599 * dwarf.c (display_debug_ranges): Ignore duplicate entries in
600 range_entries for the same offset.
601
602 2020-04-29 Nick Clifton <nickc@redhat.com>
603
604 * readelf.c (warn): New function - like elfcomm.c version but only
605 produces output if warnings are enabled.
606 (struct options): Add --lint and --enable-checks.
607 (usage): Add entry for --lint.
608 (parse_args): Handle -L. If checks are enabled but no dumps have
609 been selected then enable all dumps.
610 (process_section_headers): Replace long if-then-else sequence with
611 a switch. Add warning messages for empty SHT_REL, SHT_RELA and
612 SHT_PROGBITS sections.
613 (process_file): Do not complain if the file is an archive and lint
614 mode has been enabled.
615 * elfcomm.c (error): Make the function weak.
616 (warn): Likewise.
617 * NEWS: Mention the new feature.
618 * doc/binutils.texi: Document the new feature.
619 * dwarf.h (report_leb_status): Add file name and line number
620 parameters. Include them in the diagnostic output.
621 (READ_ULEB): Pass file and line number to report_leb_status.
622 (READ_SLEB): Likewise.
623 * dwarf.c (read_and_print_leb128): Pass file and line number to
624 report_leb_status.
625 * testsuite/binutils-all/readelf.exp: Add test of new feature.
626 * testsuite/binutils-all/zero-sec.s: New test source file.
627 * testsuite/binutils-all/zero-sec.r: Expected output from new
628 test.
629
630 2020-04-29 Nick Clifton <nickc@redhat.com>
631
632 * po/sr.po: Updated Serbian translation.
633
634 2020-04-26 Alan Modra <amodra@gmail.com>
635
636 * readelf.c (get_num_dynamic_syms): Check DT_MIPS_XHASH was
637 read before dereferencing, and gracefully return. Remove
638 gnu_hash_error variable. Free gnu hash arrays if number of
639 syms found is zero.
640
641 2020-04-24 Alan Modra <amodra@gmail.com>
642
643 * readelf.c (get_num_dynamic_syms): Check for nbuckets and nchains
644 non-zero.
645 (process_dynamic_section): Call get_num_dynamic_syms once rather
646 than in segment loop. Break out of segment loop on a successful
647 load of dynamic symbols. Formatting.
648 (process_object): Return error status from process_dynamic_section.
649
650 2020-04-23 Anton Kolesov <anton.kolesov@synopsys.com>
651
652 * elf-bfd.h (elfcore_write_arc_v2): Add prototype.
653 * elf.c (elfcore_grok_arc_v2): New function.
654 (elfcore_grok_note): Call the new function to handle the corresponding
655 note.
656 (elfcore_write_arc_v2): New function.
657 (elfcore_write_register_note): Call the new function to handle the
658 corresponding pseudo-sections.
659
660 2020-04-22 Max Filippov <jcmvbkbc@gmail.com>
661
662 PR ld/25861
663 * readelf.c (is_none_reloc): Recognize
664 BFD_RELOC_XTENSA_PDIFF{8,16,32} and
665 BFD_RELOC_XTENSA_NDIFF{8,16,32}.
666
667 2020-04-22 Nick Clifton <nickc@redhat.com>
668
669 * MAINTAINERS: Remove Chris Faylor as the ix86 PE maintainer.
670
671 2020-04-22 Alan Modra <amodra@gmail.com>
672
673 * readelf.c (archive_file_offset, archive_file_size, dynamic_addr),
674 (dynamic_size, dynamic_nent, dynamic_strings, dynamic_strings_length),
675 (num_dynamic_syms, nbuckets, nchains, buckets, chains),
676 (ngnubuckets, gnubuckets, gnuchains, mipsxlat, ngnuchains),
677 (gnusymidx, dynamic_symbols, dynamic_syminfo, dynamic_syminfo_offset),
678 (dynamic_syminfo_nent, program_interpreter, dynamic_info),
679 (dynamic_info_DT_GNU_HASH, dynamic_info_DT_MIPS_XHASH, version_info),
680 (dynamic_section, symtab_shndx_list, group_count, section_groups),
681 (section_headers_groups): Move to struct filedata. Update use
682 throughout file.
683
684 2020-04-22 Alan Modra <amodra@gmail.com>
685
686 * readelf.c (struct dump_data): New, used..
687 (cmdline): ..here, and..
688 (struct filedata): ..here. Adjust all uses.
689 (request_dump_bynumber, request_dump, parse_args): Pass in a
690 struct dump_data* rather than Filedata*. Adjust callers.
691 (main): Don't set cmdline.file_name.
692
693 2020-04-20 Alan Modra <amodra@gmail.com>
694
695 * readelf.c (process_symbol_table): Clear ngnuchains, ngnubuckets
696 and nbuckets.
697
698 2020-04-20 Alan Modra <amodra@gmail.com>
699
700 * readelf.c (process_section_headers): Free dynamic symbols etc.
701 earlier.
702
703 2020-04-20 Alan Modra <amodra@gmail.com>
704
705 * readelf.c (get_num_dynamic_syms): Formatting. Don't return
706 on error without freeing.
707 (process_dynamic_section): Don't recreate dynamic symbols from
708 dynamic tag info when the dynamic symbols have already been
709 read via section headers.
710
711 2020-04-17 Fredrik Strupe <fredrik@strupe.net>
712
713 * testsuite/binutils-all/arm/vdup-cond.d: New test for testing that
714 conditional VDUP instructions are disassembled correctly.
715 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
716 vdup-cond.d.
717 * testsuite/binutils-all/arm/vdup-thumb.d: New test for testing
718 that VDUP instructions (which are conditional in A32) can be
719 disassembled in thumb mode.
720 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
721 vdup-thumb.d.
722
723 2020-04-17 Alan Modra <amodra@gmail.com>
724
725 PR 25840
726 * debug.c (debug_class_type_samep): Don't segfault on NULL type.
727
728 2020-04-16 Alan Modra <amodra@gmail.com>
729
730 * doc/binutils.texi: Mention --no-show-raw-insn in objdump
731 --no-addresses description.
732
733 2020-04-15 Alan Modra <amodra@gmail.com>
734
735 * objdump.c (no_addresses): New static var.
736 (usage): Print help for --no-addresses.
737 (long_options): Add --no-addresses entry.
738 (objdump_print_addr_with_sym, objdump_print_addr): Omit symbol address.
739 (disassemble_bytes): Don't print current line address, or reloc
740 address.
741 * doc/binutils.texi: Document objdump --no-addresses.
742
743 2020-04-15 Alan Modra <amodra@gmail.com>
744
745 PR 25822
746 * readelf.c (get_num_dynamic_syms): Don't set num_of_syms when
747 reading buckets or chains fails.
748
749 2020-04-15 Alan Modra <amodra@gmail.com>
750
751 * readelf.c (process_symbol_table): Zero gnubuckets, gnuchains
752 etc. after freeing.
753
754 2020-04-15 Alan Modra <amodra@gmail.com>
755
756 * readelf.c (get_group_flags): Translate text.
757 (get_file_type, get_symbol_binding, get_symbol_type),
758 (get_ppc64_symbol_other, get_symbol_other): Increase size of buffer.
759
760 2020-04-15 Alan Modra <amodra@gmail.com>
761
762 PR 25821
763 * readelf.c (get_num_dynamic_syms): Typo fix.
764
765 2020-04-14 Alan Modra <amodra@gmail.com>
766
767 * readelf.c (process_mips_specific): Free eopt and iopt. Avoid
768 possibility of overflow when checking number of conflicts.
769
770 2020-04-14 H.J. Lu <hongjiu.lu@intel.com>
771
772 PR binutils/25707
773 * readelf.c (nbuckets): New.
774 (nchains): Likewise.
775 (buckets): Likewise.
776 (chains): Likewise.
777 (ngnubuckets): Likewise.
778 (gnubuckets): Likewise.
779 (gnuchains): Likewise.
780 (mipsxlat): Likewise.
781 (ngnuchains): Likewise.
782 (gnusymidx): Likewise.
783 (VALID_SYMBOL_NAME): Likewise.
784 (VALID_DYNAMIC_NAME): Use it.
785 (get_dynamic_data): Moved before process_dynamic_section.
786 (get_num_dynamic_syms): New function.
787 (process_dynamic_section): Use DT_SYMTAB, DT_SYMENT, DT_HASH,
788 DT_GNU_HASH and DT_MIPS_XHASH to reconstruct dynamic symbol
789 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
790 table.
791 (get_symbol_index_type): Don't print "bad section index" when
792 there is no section header.
793 (print_dynamic_symbol): Rewrite.
794 (process_symbol_table): Call print_dynamic_symbol to dump dynamic
795 symbol table.
796
797 2020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
798
799 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Don't
800 enable on *-*-solaris*.
801
802 2020-03-30 Nick Clifton <nickc@redhat.com>
803
804 PR binutils/25662
805 * objcopy.c (copy_object): When copying PE format files set the
806 timestamp field in the pe_data structure if the preserve_dates
807 flag is set.
808 * testsuite/binutils-all/objcopy.exp (objcopy_test) Use
809 --preserve-dates in place of the -p option, in order to make its
810 effect more obvious.
811
812 2020-03-28 Alan Modra <amodra@gmail.com>
813
814 * testsuite/binutils-all/objcopy.exp (objcopy_test): Only
815 clear_xfail hppa*-*-*elf*. Revert mips xfails.
816
817 2020-03-28 Alan Modra <amodra@gmail.com>
818
819 * testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails
820 from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x
821 but do xfail spu, mipstx39 and mips-sgi-irix for the executable
822 test. Pass "-p" to objcopy for the executable test.
823
824 2020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
825
826 PR binutils/25662
827 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to
828 specify whether an object file or executable should be built and tested.
829 Change test names to report whether an object file or executable is
830 being tested.
831 * testsuite/binutils-all/pr25662.ld: New test.
832 * testsuite/binutils-all/pr25662.s: New test.
833
834 2020-03-27 Alan Modra <amodra@gmail.com>
835
836 * readelf.c (process_archive): Don't double free qualified_name.
837 Don't break out of loop with "negative" archive_file_size, just
838 set file offset to max.
839
840 2020-03-25 Alan Modra <amodra@gmail.com>
841
842 * readelf.c (process_archive): Prevent endless loop.
843
844 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
845
846 PR binutils/25708
847 * nm.c (print_symname): Replace _bfd_elf_get_symbol_version_name
848 with bfd_get_symbol_version_string.
849 (print_symbo): Pass TRUE to bfd_get_symbol_version_string.
850 * objdump.c (objdump_print_symname): Likewise.
851
852 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
853
854 PR binutils/25708
855 * nm.c (SYM_NAME): Removed.
856 (print_symname): Add a pointer to struct extended_symbol_info
857 argument. Call _bfd_elf_get_symbol_version_name to get symbol
858 version.
859 (print_symdef_entry): Pass NULL to print_symname.
860 (print_symbol_info_bsd): Update call to print_symname.
861 (print_symbol_info_sysv): Likewise.
862 (print_symbol_info_posix): Likewise.
863
864 2020-03-24 Alan Modra <amodra@gmail.com>
865
866 * readelf.c (process_mips_specific): Free iconf on error path.
867
868 2020-03-23 Nick Clifton <nickc@redhat.com>
869
870 PR 25714
871 * wrstabs.c (stab_pop_type): Replace assertion with error return.
872 * write_stabs_in_sections_debugging_info: Likewise.
873 * stab_enum_type: Likewise.
874 * stab_modify_type: Likewise.
875 * stab_struct_field: Likewise.
876 * stab_end_struct_type: Likewise.
877 * stab_start_class_type: Likewise.
878 * stab_class_static_member: Likewise.
879 * stab_class_baseclass: Likewise.
880 * stab_class_start_method: Likewise.
881 * stab_class_method_var: Likewise.
882 * stab_class_end_method: Likewise.
883 * stab_end_class_type: Likewise.
884 * stab_typedef_type: Likewise.
885 * stab_start_function: Likewise.
886 * stab_end_block: Likewise.
887 * stab_lineno: Likewise.
888
889 2020-03-20 Nick Clifton <nickc@redhat.com>
890
891 * readelf.c (get_compression_header): Add ATTRIBUTE_WARN_UNUSED_RESULT.
892 (process_section_headers): Check the return value from
893 get_compression_header.
894 (dump_section_as_strings): Likewise.
895 (dump_section_as_bytes): Likewise.
896 (load_specific_debug_section): Likewise.
897
898 2020-03-20 H.J. Lu <hongjiu.lu@intel.com>
899
900 * ar.c (main): Update bfd_plugin_set_program_name call.
901 * nm.c (main): Likewise.
902
903 2020-03-19 Nick Clifton <nickc@redhat.com>
904
905 PR 25676
906 * testsuite/binutils-all/dw4.s: New test source file.
907 * testsuite/binutils-all/nm.exp: Run the new test.
908
909 2020-03-19 H.J. Lu <hongjiu.lu@intel.com>
910
911 * readelf.c (process_symbol_table): Use unsigned long for si.
912
913 2020-03-19 Alan Modra <amodra@gmail.com>
914
915 * elfcomm.c: Don't include bfd.h or bucomm.h.
916 (program_name): Declare.
917 (process_archive_index_and_symbols): Replace bfd_boolean with int,
918 and substitute FALSE and TRUE.
919 (setup_archive, setup_nested_archive): Likewise.
920 * elfcomm.h: Likewise.
921
922 2020-03-19 Alan Modra <amodra@gmail.com>
923
924 * readelf.c (process_archive): Always return via path freeing
925 memory. Formatting.
926
927 2020-03-19 Alan Modra <amodra@gmail.com>
928
929 * readelf.c (process_netbsd_elf_note): Validate descsz before
930 accessing descdata. Formatting.
931
932 2020-03-19 Alan Modra <amodra@gmail.com>
933
934 * elfcomm.c (setup_archive): Make file_size an off_t. Comment.
935 * elfcomm.h (setup_archive): Update prototype.
936
937 2020-03-16 Alan Modra <amodra@gmail.com>
938
939 * readelf.c (get_symbols): New function.
940 (process_relocs, ia64_process_unwind, hppa_process_unwind),
941 (arm_process_unwind, get_symbol_for_build_attribute): Use it.
942
943 2020-03-16 Alan Modra <amodra@gmail.com>
944
945 * unwind-ia64.c (unw_decode_uleb128): Prevent overlarge shifts.
946 Detect shift overflows and check that terminating byte is found.
947 Print an error on a bad uleb128.
948
949 2020-03-14 Alan Modra <amodra@gmail.com>
950
951 * readelf.c (process_file): Clean ba_cache.
952
953 2020-03-14 Alan Modra <amodra@gmail.com>
954
955 * elfcomm.h (setup_archive): Update prototype.
956 * elfcomm.c (setup_archive): Add file_size parameter and sanity
957 check longnames_size.
958 (setup_nested_archive): Get file size and pass to setup_archive.
959 * elfedit.c (process_archive): Likewise.
960 * readelf.c (process_archive): Pass filedata->file_size to
961 setup_archive.
962
963 2020-03-14 Alan Modra <amodra@gmail.com>
964
965 * readelf.c (dump_section_as_strings): Free memory on error exit.
966 (dump_section_as_bytes, process_notes_at): Likewise.
967 (get_build_id): Free enote.
968
969 2020-03-13 Kamil Rytarowski <n54@gmx.com>
970
971 * readelf.c (get_netbsd_elfcore_note_type): Add support for
972 NT_NETBSDCORE_LWPSTATUS notes.
973
974 2020-03-13 Alan Modra <amodra@gmail.com>
975
976 * elfcomm.c (get_archive_member_name): Always return malloc'd
977 string or NULL.
978 * elfedit.c (process_archive): Tidy memory on all return paths.
979 * readelf.c (process_archive): Likewise.
980 (process_symbol_table): Likewise.
981 (ba_cache): New, replacing ..
982 (get_symbol_for_build_attribute): ..static vars here. Free
983 strtab and symtab before loading new ones. Reject symtab without
984 valid strtab in loop, breaking out of loop on valid symtab.
985 (process_file): Free ba_cache symtab and strtab here, resetting
986 ba_cache.
987
988 2020-03-12 Alan Modra <amodra@gmail.com>
989
990 * readelf.c (process_section_headers): Don't just set
991 filedata->section_headers NULL, free it first. Similarly for
992 dynamic_symbols, dynamic_strings, dynamic_syminfo and
993 symtab_shndx_list. Zero associated counts too.
994 (process_object): Free symtab_shndx_list.
995 (process_file): Free various allocated filedata tables.
996
997 2020-03-11 Nick Clifton <nickc@redhat.com>
998
999 PR 25611
1000 PR 25614
1001 * dwarf.h (DWARF2_Internal_LineInfo): Add li_address_size and
1002 li_segment_size fields.
1003 * dwarf.c (read_debug_line_header): Record the address size and
1004 segment selector size values (if present) in the lineinfo
1005 structure.
1006 (display_formatted_table): Warn if the format count is empty but
1007 the table itself is not empty.
1008 Display the format count and entry count at the start of the table
1009 dump.
1010 (display_debug_lines_raw): Display the address size and segement
1011 selector size fields, if present.
1012 * testsuite/binutils-all/dw5.W: Update expected output.
1013
1014 2020-03-11 Alan Modra <amodra@gmail.com>
1015
1016 PR 25651
1017 * objcopy.c (copy_object): Test "gaps" not gap_fill_set or
1018 pad_to_set on second block of code dealing with padding.
1019 Replace "c" with "num_sec" and don't recalculate number of
1020 sections on second block. Size arrays using sizeof (element)
1021 rather than sizeof (element type).
1022
1023 2020-03-10 Alan Modra <amodra@gmail.com>
1024
1025 * objdump.c (disassemble_section): Don't call qsort unless
1026 sym count is at least two.
1027 (disassemble_data): Don't call memcpy with NULL src.
1028
1029 2020-03-09 Alan Modra <amodra@gmail.com>
1030
1031 PR 25645
1032 * readelf.c (dump_ia64_vms_dynamic_fixups): Pass size and nmemb
1033 to get_data rather than multiplying.
1034 (dump_ia64_vms_dynamic_relocs): Likewise.
1035 (process_version_sections): Correct order of size and nmemb args
1036 in get_data call.
1037 (process_mips_specific): Likewise.
1038
1039 2020-03-08 H.J. Lu <hongjiu.lu@intel.com>
1040
1041 * readelf.c (get_dynamic_data): Replace "memory chekers" with
1042 "memory checkers" in comments.
1043
1044 2020-03-06 Simon Marchi <simon.marchi@efficios.com>
1045
1046 PR 25491
1047 * doc/Makefile.am: Rename MOSTLYCLEANFILES to MAINTAINERCLEANFILES.
1048 * doc/Makefile.in: Re-generate.
1049
1050 2020-03-06 Nick Clifton <nickc@redhat.com>
1051
1052 * objcopy.c (check_new_section_flags): New function. Reject the
1053 SEC_COFF_SHARED flag if the target is not a COFF binary.
1054 (copy_object): Call check_new_section_flags.
1055 (setup_section): Likewise.
1056 * doc/binutils.texi (objcopy): Add a note that the 'share' section
1057 flag cannot be applied to ELF binaries.
1058
1059 2020-03-06 Alan Modra <amodra@gmail.com>
1060
1061 PR 25637
1062 * objcopy.c (filter_symbols): Correct rem_leading_char logic.
1063
1064 2020-03-05 Alan Modra <amodra@gmail.com>
1065
1066 PR 25629
1067 * objcopy.c (filter_symbols): Don't segfault on NULL
1068 prefix_symbols_string.
1069
1070 2020-03-04 Christian Eggers <ceggers@gmx.de>
1071
1072 * objcopy.c (copy_object): Convert from bytes to octets for
1073 --gap-fill and --pad-to.
1074
1075 2020-03-03 Nick Clifton <nickc@redhat.com>
1076
1077 PR 25625
1078 * prdbg.c (pr_tag_type): Remove call to abort.
1079
1080 2020-03-02 Aaron Merey <amerey@redhat.com>
1081
1082 * binutils/testsuite/binutils-all/debuginfod.exp: Improve port
1083 selection.
1084
1085 2020-03-02 Nick Clifton <nickc@redhat.com>
1086
1087 PR 25543
1088 * readelf.c (dump_section_as_strings): Display new-line characters
1089 as \n and then insert a line break.
1090 * testsuite/binutils-all/pr25543.s: New test.
1091 * testsuite/binutils-all/pr25543.d: Test driver.
1092 * testsuite/binutils-all/readelf.exp: Run the new test.
1093
1094 2020-02-27 Nick Clifton <nickc@redhat.com>
1095
1096 PR 25526
1097 * readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
1098 get_data is unable to load the string table.
1099
1100 2020-02-26 Alan Modra <amodra@gmail.com>
1101
1102 * elfedit.c: Indent labels correctly.
1103 * readelf.c: Likewise.
1104 * resres.c: Likewise.
1105
1106 2020-02-25 H.J. Lu <hongjiu.lu@intel.com>
1107
1108 PR binutils/25584
1109 * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
1110 * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
1111
1112 2020-02-24 Nick Clifton <nickc@redhat.com>
1113
1114 PR 25499
1115 * doc/binutils.texi (objdump): Fix typo in description of
1116 objdump's -g option.
1117
1118 2020-02-20 Nelson Chu <nelson.chu@sifive.com>
1119
1120 * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
1121 is changed.
1122
1123 2020-02-19 Jordan Rupprecht <rupprecht@google.com>
1124
1125 * objdump.c (show_line): call bfd_demangle when using do_demangle.
1126
1127 2020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1128
1129 * configure: Regenerate.
1130
1131 2020-02-10 Fangrui Song <maskray@google.com>
1132
1133 * objcopy.c (parse_flags): Handle "exclude".
1134 * doc/binutils.texi: Document the support.
1135
1136 2020-02-10 Aaron Merey <amerey@redhat.com>
1137
1138 * binutils/testsuite/binutils-all/debuginfod.exp:
1139 Replace set ::env with setenv.
1140 Start server before setting environment variable.
1141 Specify tmpdir as the location of the server's
1142 database.
1143 Check additional server metrics at start-up.
1144
1145 2020-02-07 Nick Clifton <nickc@redhat.com>
1146
1147 * README-how-to-make-a-release: Add note about updating the
1148 GAS/NEWS URL in the next release.
1149
1150 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
1151
1152 PR 25469
1153 * readelf.c (get_machine_flags): Add support for Z80N machine
1154 number.
1155
1156 2020-02-07 Nick Clifton <nickc@redhat.com>
1157
1158 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
1159 of the truncated file name.
1160
1161 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * objdump.c (print_jump_visualisation): New function.
1164 (disassemble_bytes): Call new function.
1165
1166 2020-02-06 Alan Modra <amodra@gmail.com>
1167
1168 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
1169 TCL procedure.
1170 (supports_gnu_osabi): New procedure.
1171 (is_generic): New, from ld-lib.exp.
1172 (supports_gnu_unique): Use the above.
1173
1174 2020-02-04 Alan Modra <amodra@gmail.com>
1175
1176 * Makefile.am (CFILES): Add od-elf32_avr.c.
1177 * Makefile.in: Regenerate.
1178 * po/POTFILES.in: Regenerate.
1179
1180 2020-02-03 Andreas Schwab <schwab@linux-m68k.org>
1181
1182 * readelf.c (dump_relocations, dump_relocations)
1183 (decode_arm_unwind_bytecode, process_dynamic_section)
1184 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
1185 error message.
1186
1187 2020-02-03 Sergei Trofimovich <siarheit@google.com>
1188
1189 * coffdump.c (program_name): Drop redundant definition.
1190 * srconv.c (program_name): Likewise
1191 * sysdump.c (program_name): Likewise
1192
1193 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1194
1195 PR gas/25380
1196 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
1197 same file with different section pointers.
1198
1199 2020-02-01 Nick Clifton <nickc@redhat.com>
1200
1201 * README-how-to-make-a-release: Update with more details on the
1202 release making process.
1203
1204 2020-01-31 Nick Clifton <nickc@redhat.com>
1205
1206 * po/sv.po: Updated Swedish translation.
1207
1208 2020-01-28 Nick Clifton <nickc@redhat.com>
1209
1210 * readelf.c (get_build_id): Simplify warning message about corrupt
1211 notes encountered whilst scanning for the build-id.
1212
1213 2020-01-27 Roland McGrath <mcgrathr@google.com>
1214
1215 * objcopy.c (compare_gnu_build_notes): Fix comparison results
1216 for overlapping ranges so that (A == B) == (B == A) holds.
1217
1218 2020-01-27 Alan Modra <amodra@gmail.com>
1219
1220 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
1221 case statement with switch statement.
1222
1223 2020-01-24 Nick Clifton <nickc@redhat.com>
1224
1225 * readelf.c (get_build_id): Fix warning messages about corrupt
1226 notes.
1227
1228 2020-01-23 Nick Clifton <nickc@redhat.com>
1229
1230 * po/fr.po: Updated French translation.
1231
1232 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
1233
1234 PR 25417
1235 * readelf.c (get_alpha_symbol_other): Fix error message typo.
1236
1237 2020-01-20 Nick Clifton <nickc@redhat.com>
1238
1239 * po/pt.po: Updated Portuguese translation.
1240 * po/uk.po: Updated Ukranian translation.
1241
1242 2020-01-18 Nick Clifton <nickc@redhat.com>
1243
1244 * README-how-to-make-a-release: Update notes on how to cut a
1245 branch for a release.
1246
1247 2020-01-18 Nick Clifton <nickc@redhat.com>
1248
1249 * configure: Regenerate.
1250 * po/binutils.pot: Regenerate.
1251
1252 2020-01-18 Nick Clifton <nickc@redhat.com>
1253
1254 Binutils 2.34 branch created.
1255
1256 2020-01-17 Thomas Troeger <tstroege@gmx.de>
1257
1258 * objdump.c (jump_info_visualize_address): Discard jumps that are
1259 no longer needed.
1260 (disassemble_bytes): Only compute the maximum level if jumps were
1261 detected.
1262
1263 2020-01-13 Nick Clifton <nickc@redhat.com>
1264
1265 * objdump.c (disassemble_bytes): Remove C99-ism.
1266 * testsuite/binutils-all/debuginfod.exp: New tests.
1267
1268 2020-01-13 Thomas Troeger <tstroege@gmx.de>
1269
1270 * objdump.c (visualize_jumps, color_output, extended_color_output)
1271 (detected_jumps): New variables.
1272 (usage): Add the new jump visualization options.
1273 (option_values): Add new option value.
1274 (long_options): Add the new option.
1275 (jump_info_new, jump_info_free): New functions.
1276 (jump_info_min_address, jump_info_max_address): Likewise.
1277 (jump_info_end_address, jump_info_is_start_address): Likewise.
1278 (jump_info_is_end_address, jump_info_size): Likewise.
1279 (jump_info_unlink, jump_info_insert): Likewise.
1280 (jump_info_add_front, jump_info_move_linked): Likewise.
1281 (jump_info_intersect, jump_info_merge): Likewise.
1282 (jump_info_sort, jump_info_visualize_address): Likewise.
1283 (disassemble_jumps): New function - used to locate jumps.
1284 (disassemble_bytes): Add ascii art generation.
1285 (disassemble_section): Add scan to locate jumps.
1286 (main): Parse the new visualization option.
1287 * doc/binutils.texi: Document the new feature.
1288 * NEWS: Mention the new feature.
1289
1290 2020-01-13 Alan Modra <amodra@gmail.com>
1291
1292 PR 25360
1293 PR 25361
1294 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
1295 fde_fc col_type and col_offset.
1296 * readelf.c (apply_relocations): Move symsec check earlier.
1297 (free_debug_section): Free reloc_info.
1298 (process_notes_at): Free pnotes on error path.
1299 (process_object): Free dump_sects here..
1300 (process_archive): ..not here.
1301
1302 2020-01-13 Alan Modra <amodra@gmail.com>
1303
1304 PR 25362
1305 * nm.c (display_rel_file): Free dyn_syms.
1306
1307 2020-01-09 Nick Clifton <nickc@redhat.com>
1308
1309 PR 25220
1310 * objcopy.c (empty_name): New variable.
1311 (need_sym_before): Prevent an attempt to free a static variable.
1312 (filter_symbols): Avoid strcmp test by checking for pointer
1313 equality.
1314
1315 2020-01-09 Nick Clifton <nickc@redhat.com>
1316
1317 * po/zh_TW.po: Updated Traditional Chinese translation.
1318
1319 2020-01-09 Aaron Merey <amerey@redhat.com>
1320
1321 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
1322 * Makefile.in: Regenerate.
1323 * NEWS: Update.
1324 * config.in: Regenerate.
1325 * configure: Regenerate.
1326 * configure.ac: Call AC_DEBUGINFOD.
1327 * doc/Makefile.in: Regenerate.
1328 * doc/binutils.texi: Add section on using binutils
1329 with debuginfod.
1330 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
1331 Query debuginfod servers for the target debug file.
1332 (load_separate_debug_info): Call
1333 debuginfod_fetch_separate_debug_info if configured with
1334 debuginfod.
1335 (load_separate_debug_files): Add file argument to
1336 load_separate_debug_info calls.
1337 * dwarf.h (get_build_id): Add declaration.
1338 * objdump.c (get_build_id): New function. Get build-id of file.
1339 * readelf.c (get_build_id): Likewise.
1340 * testsuite/binutils-all/debuginfod.exp: New tests.
1341 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
1342 section.
1343
1344 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1345
1346 * readelf.c: Add support for new Z*) relocations and machine
1347 types.
1348
1349 2020-01-01 Alan Modra <amodra@gmail.com>
1350
1351 Update year range in copyright notice of all files.
1352
1353 For older changes see ChangeLog-2019
1354 \f
1355 Copyright (C) 2020 Free Software Foundation, Inc.
1356
1357 Copying and distribution of this file, with or without modification,
1358 are permitted in any medium without royalty provided the copyright
1359 notice and this notice are preserved.
1360
1361 Local Variables:
1362 mode: change-log
1363 left-margin: 8
1364 fill-column: 74
1365 version-control: never
1366 End: