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