1 2019-08-09 Tamar Christina <tamar.christina@arm.com>
3 * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
4 * testsuite/binutils-all/arm/in-order.d: Likewise.
5 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
6 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
8 2019-08-08 Nick Clifton <nickc@redhat.com>
11 * readelf.c (process_notes_at): Left justify the "Data size"
13 * testsuite/binutils-all/i386/empty.d: Adjust for new output format.
14 * testsuite/binutils-all/i386/ibt.d: Likewise.
15 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
16 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
17 * testsuite/binutils-all/i386/shstk.d: Likewise.
18 * testsuite/binutils-all/note-2-32.d: Likewise.
19 * testsuite/binutils-all/note-2-64.d: Likewise.
20 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
21 * testsuite/binutils-all/x86-64/empty.d: Likewise.
22 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
23 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
24 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
25 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
26 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
27 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
28 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
29 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
30 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
31 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
32 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
33 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
34 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
35 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
37 2019-08-08 Nick Clifton <nickc@redhat.com>
39 * testsuite/gentestdlls.c (main): Move declaration of loop
40 variable outside of the for() statement.
42 2019-08-08 Jordan Rupprecht <rupprecht@google.com>
44 * readelf.c (process_note): Mask unknown description data bytes.
46 2019-08-08 Alan Modra <amodra@gmail.com>
48 * readelf.c (get_data): Improve overflow checks.
50 2019-08-07 Nick Clifton <nickc@redhat.com>
53 * doc/binutils.texi: Ensure consistent formating of title strings
54 for man pages. Extend the title of the size man page to be more
57 2019-08-07 Omair Majid <omajid@redhat.com>
59 * testsuite/binutils-all/objdump.exp
60 (test_objdump_dotnet_assemblies): Fix test to distinguish errors
61 in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
62 introduced machine types.
63 * testsuite/gentestdlls.c (write_simple_dll): New function.
64 (main): Generate simple and Linux-specific variants of pei-i386
65 and pei-x86-64 files so both can be used by tests.
67 2019-08-07 Alan Modra <amodra@gmail.com>
70 * readelf.c (dump_ia64_unwind): Check that buffer is large
71 enough for "stamp" before reading.
73 2019-08-05 Nick Clifton <nickc@redhat.com>
76 * objcopy.c (merge_gnu_build_notes): Do not insist on the first
77 note being a version note.
78 Remove spurious debugging fprintf.
80 2019-08-05 Nick Clifton <nickc@redhat.com>
83 * readelf.c (apply_relocations): Catch potential integer overflow
84 whilst checking reloc location against section size.
86 2019-08-02 Alan Modra <amodra@gmail.com>
89 * readelf.c (ABSADDR): Delete.
90 (dump_ia64_unwind): Expand ABSADDR. Check validity of info.section.
92 2019-07-29 Martin Liska <mliska@suse.cz>
95 * nm.c (filter_symbols): Set report_plugin_err if
97 (display_rel_file): Report error for a missing LTO plugin.
99 2019-07-26 Alan Modra <amodra@gmail.com>
102 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
103 systems by casting ncols and nslots expressions to size_t. Display
104 number of columns and slots before giving up due to buffer overflow.
105 Use %u to display unsigned ints. Perform more pointer wrap tests.
107 2019-07-25 Tom Tromey <tromey@adacore.com>
110 * dwarf.c (display_debug_names): Display the contents of the
111 augmentation string, if it is printable.
113 2019-07-25 Nick Clifton <nickc@redhat.com>
116 * readelf.c (process_mips_specific): Check for buffer overflow
117 before reading reginfo information.
119 2019-07-24 Nick Clifton <nickc@redhat.com>
122 * ar.c (decode_options): Restart option scanning if no operation
123 is detected and argument remain to be scanned.
125 2019-07-23 Nick Clifton <nickc@redhat.com>
128 * objdump.c (is_relocateable): Delete.
129 (load_specific_debug_section): Test the abfd for relocations
130 directly, rather than relying upon is_relocateable.
131 (dump_dwarf): Delete initlialization of is_relocateable.
133 2019-07-23 Alan Modra <amodra@gmail.com>
135 * readelf.c (get_parisc_segment_type): Split off hpux entries..
136 (get_ia64_segment_type): ..and these..
137 (get_hpux_segment_type): ..to here.
138 (get_segment_type): Condition GNU_MBIND on osabi. Use
139 get_hpux_segment_type.
140 (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
141 (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
143 2019-07-23 Alan Modra <amodra@gmail.com>
145 * testsuite/binutils-all/objcopy.exp (elf64): Correct object
146 file used to set this variable.
148 2019-07-23 Omar Majid <omajid@redhat.com>
150 * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
151 (GENTESTDLLSPROG): Define.
152 (TEST_PROGS): Add GENTESTDLLSPROG.
153 * Makefile.in: Regenerate.
154 * testsuite/binutils-all/objdump.exp
155 (test_objdump_dotnet_assemblies): New proc.
157 * testsuite/gentestdlls.c: New source file.
159 2019-06-28 Nick Clifton <nickc@redhat.com>
162 * objdump.c (slurp_symtab): Fail with a helpful error message if
163 the symbol table is too large. Skip this check for MMO format
166 2019-06-26 Nick Clifton <nickc@redhat.com>
169 * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
170 indicate this in the output.
171 (bfd_nonfatal_message): Likewise.
173 2019-06-25 Jan Beulich <jbeulich@suse.com>
175 * readelf.c (dump_ctf_indent_lines): Rename local variable
176 "spaces" to "blanks".
178 2019-06-25 Jan Beulich <jbeulich@suse.com>
180 * objdump.c (dump_ctf_indent_lines): Rename local variable
181 "spaces" to "blanks".
183 2019-06-14 Alan Modra <amodra@gmail.com>
185 * Makefile.in: Regenerate.
186 * aclocal.m4: Regenerate.
187 * doc/Makefile.in: Regenerate.
189 2019-06-12 Christos Zoulas <christos@zoulas.com>
192 * readelf.c (process_netbsd_elf_note): Add support for
194 (process_note): Add support for PaX notes.
196 2019-06-12 Christos Zoulas <christos@zoulas.com>
199 * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
202 2019-06-12 Christos Zoulas <christos@zoulas.com>
205 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
208 2019-06-11 Christos Zoulas <christos@zoulas.com>
211 * readelf.c (get_alpha_symbol_other): New function.
212 (get_symbol_other): Use for Alpha symbols.
213 (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
215 2019-06-11 Christos Zoulas <christos@zoulas.com>
218 * readelf.c (decode_arm_unwind): Ensure that the local variable
219 'addr' is always initialised.
221 2019-06-10 Christos Zoulas <christos@zoulas.com>
224 * strings.c (print_strings): Use %u to print unsigned values in
227 2019-06-10 Christos Zoulas <christos@zoulas.com>
230 * arsup.c (ar_open): Use asprintf in place of xmalloc and
233 2019-06-03 Nick Clifton <nickc@redhat.com>
236 2019-05-29 Nick Clifton <nickc@redhat.com>
238 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
240 (HAVE_LIBCTF): Define if libctf support is available.
241 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
242 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
244 * readelf.c: Likewise.
245 * configure: Regenerate.
246 * Makefile.in: Regenerate.
247 * config.in: Regenerate.
249 2019-05-30 Nick Alcock <nick.alcock@oracle.com>
251 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
253 * readelf.c (shdr_to_ctf_sect): Likewise.
255 2019-05-30 Nick Clifton <nickc@redhat.com>
258 * readelf.c (process_version_sections): Add 0x prefix to address
259 display. Correct indentation.
261 2019-05-30 Alan Modra <amodra@gmail.com>
263 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
264 s12z to targets not supporting this feature.
266 2019-05-30 Alan Modra <amodra@gmail.com>
268 * testsuite/lib/binutils-common.exp (run_dump_test): Support
269 tcl procedures for xfail args.
271 2019-05-29 Nick Clifton <nickc@redhat.com>
273 * README-how-to-make-a-release: Add libctf to list of directories
274 that need updates in their ChangeLogs.
276 2019-05-29 Nick Clifton <nickc@redhat.com>
278 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
280 (HAVE_LIBCTF): Define if libctf support is available.
281 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
282 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
284 * readelf.c: Likewise.
285 * configure: Regenerate.
286 * Makefile.in: Regenerate.
287 * config.in: Regenerate.
289 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
291 * MAINTAINERS: Add myself as CTF maintainer.
293 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
295 * objdump.c (ctf-api.h): New include.
296 (dump_ctf_section_info): New variable.
297 (dump_ctf_section_name): Likewise.
298 (usage): Describe new options.
299 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
300 (main): Use them to add --ctf and --ctf-parent.
301 (read_section_stabs): Add new parameter, entsize_ptr.
302 (find_stabs_section): Adjust accordingly.
304 (dump_ctf_indent_lines): New.
305 (dump_ctf_archive_member): New.
307 (dump_bfd): Call it. Free resources afterwards.
308 * readelf.c (ctf-api.h): New include.
310 (static bfd_boolean do_ctf): Likewise.
311 (dump_ctf_parent_name): Likewise.
312 (dump_ctf_symtab_name): Likewise.
313 (dump_ctf_strtab_name): Likewise.
314 (OPTION_CTF_DUMP): Likewise.
315 (OPTION_CTF_PARENT): Likewise.
316 (OPTION_CTF_SYMBOLS): Likewise.
317 (OPTION_CTF_STRINGS): Likewise.
320 (parse_args): Handle the new options, requesting CTF_DUMP.
321 (process_section_contents): Handle CTF_DUMP.
322 (shdr_to_ctf_sect): New.
323 (dump_ctf_indent_lines): New.
324 (dump_section_as_ctf): New.
325 (main): Free resources.
326 * Makefile.am (LIBCTF): New variable.
327 (objdump_DEPENDENCIES): Use it.
328 (readelf_DEPENDENCIES): Likewise.
329 (objdump_LDADD): Likewise.
330 (readelf_LDADD): Likewise.
331 * aclocal.m4: Regenerated.
332 * Makefile.in: Likewise.
334 * doc/binutils.texi (objdump): Document the new options.
336 * doc/ctf.options.texi: New.
337 * doc/Makefile.in: Regenerated.
338 * NEWS: Mention the new feature.
340 2019-05-27 Alan Modra <amodra@gmail.com>
342 * readelf.c (process_section_groups): Continue processing groups
343 when sh_entsize exceeds group size.
345 2019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
347 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
348 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
349 (get_symbol_other): Call get_aarch64_symbol_other.
351 2019-05-24 Alan Modra <amodra@gmail.com>
353 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
355 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
357 * MAINTAINERS: Add myself as the maintainer for BPF.
359 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
361 * readelf.c: Include elf/bpf.h.
362 (guess_is_rela): Hanle EM_BPF.
363 (dump_relocations): Likewise.
364 (is_32bit_abs_reloc): Likewise.
365 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
368 2019-05-21 Tamar Christina <tamar.christina@arm.com>
370 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
371 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
372 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
374 2019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
377 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
378 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
380 2019-05-20 Nick Clifton <nickc@redhat.com>
382 * po/ca.po: Updated Catalan translation.
384 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
386 * NEWS: Mention Armv8.1-M Mainline and MVE.
388 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
390 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
391 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
393 2019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
396 * objcopy.c: Add new option --verilog-data-width. Use it to set
397 the value of VerilogDataWidth.
398 * doc/binutils.texi: Document the new option.
399 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
400 * testsuite/binutils-all/verilog-1.hex: New file.
401 * testsuite/binutils-all/verilog-2.hex: New file.
402 * testsuite/binutils-all/verilog-4.hex: New file.
403 * testsuite/binutils-all/verilog-8.hex: New file.
404 * NEWS: Mention the new feature.
406 2019-05-10 Alan Modra <amodra@gmail.com>
408 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
409 (test_objdump_content_limited): Add text arg, use in place of .text.
410 (bintest_signed.o): Call get_standard_section_names for name of
413 2019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
415 * objdump.c (sign_extend_address): New function.
416 (dump_bfd): Sign-extend user-specified start/stop addresses
417 for targets that need it.
418 * testsuite/binutils-all/objdump.exp: Add tests for objdump
419 with start and stop addresses in higher address ranges.
421 2019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
423 * testsuite/binutils-all/objdump.exp: Correct executable
425 * testsuite/binutils-all/compress.exp: Likewise.
427 2019-05-01 Nick Clifton <nickc@redhat.com>
430 * nm.c: (print_format): New variable.
431 (value_format_32bit, value_format_64bit): Delete.
432 (set_print_radix): Remove code to alter value_format strings.
433 (set_output_format): Record chosen format in print_format.
434 (get_print_format): New function - constructs a printf formatting
435 string according to the requirements of size, radix, and output
437 (print_value): Use get_print_format.
438 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
441 2019-04-30 Alan Modra <amodra@gmail.com>
443 * wrstabs.c (stab_start_class_type): Add assert to work around
446 2019-04-24 Nick Clifton <nickc@redhat.com>
448 * objcopy.c (strip_main): Do not enable note merging by default if
449 just stripping debug or dwo information.
450 * doc/binutils.texi (strip): Update documentation.
452 2019-04-23 Nick Clifton <nickc@redhat.com>
454 * README-how-to-make-a-release: Add note to update the symbolic
455 link from "docs" to "docs-2.x" on the sourceware website.
457 2019-04-16 Alan Modra <amodra@gmail.com>
459 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
460 * testsuite/binutils-all/copy-3.d: Likewise.
462 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
464 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
466 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
468 * readelf.c (decode_x86_isa): Handle
469 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
470 * testsuite/binutils-all/i386/pr21231b.d: Updated.
471 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
473 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
475 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
477 2019-03-26 Tamar Christina <tamar.christina@arm.com>
479 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
480 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
481 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
482 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
483 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
484 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
485 * testsuite/binutils-all/arm/in-order.d: Likewise.
486 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
487 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
488 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
490 2019-03-26 Nick Clifton <nickc@redhat.com>
492 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
495 2019-03-26 Alan Modra <amodra@gmail.com>
497 * objdump.c (dump_relocs_in_section): Warning fix.
499 2019-03-25 Tamar Christina <tamar.christina@arm.com>
501 * testsuite/binutils-all/arm/in-order-all.d: New test.
502 * testsuite/binutils-all/arm/in-order.d: New test.
503 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
504 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
505 * testsuite/binutils-all/arm/out-of-order.T: New test.
506 * testsuite/binutils-all/arm/out-of-order.d: New test.
507 * testsuite/binutils-all/arm/out-of-order.s: New test.
510 2019-03-25 Tamar Christina <tamar.christina@arm.com>
512 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
513 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
514 * testsuite/binutils-all/aarch64/out-of-order.d:
516 2019-03-25 Tamar Christina <tamar.christina@arm.com>
518 * testsuite/binutils-all/aarch64/in-order.d: New test.
519 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
522 2019-03-25 Tamar Christina <tamar.christina@arm.com>
524 * objdump.c (disassemble_bytes): Pass stop_offset.
525 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
526 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
527 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
529 2019-03-19 Nick Clifton <nickc@redhat.com>
532 * objdump.c (load_specific_debug_section): Check that the amount
533 of memory to be allocated matches the size of the section.
535 2019-03-13 Sudakshina Das <sudi.das@arm.com>
537 * readelf.c (get_aarch64_dynamic_type): Add case for
539 (dynamic_section_aarch64_val): Likewise.
541 2019-03-13 Sudakshina Das <sudi.das@arm.com>
542 Szabolcs Nagy <szabolcs.nagy@arm.com>
544 * readelf.c (get_aarch64_dynamic_type): New.
545 (get_dynamic_type): Use above for EM_AARCH64.
546 (dynamic_section_aarch64_val): New.
547 (process_dynamic_section): Use above for EM_AARCH64.
549 2019-03-13 Sudakshina Das <sudi.das@arm.com>
551 * readelf.c (decode_aarch64_feature_1_and): New.
552 (print_gnu_property_note): Add case for AArch64 gnu notes.
554 2019-03-12 Alan Modra <amodra@gmail.com>
556 * objdump.c (load_specific_debug_section): Don't compare section
557 size against file size.
558 (dump_relocs_in_section): Don't compare reloc size against file size.
559 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
561 2019-03-05 Nick Clifton <nickc@redhat.com>
564 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
566 2019-03-05 Nick Clifton <nickc@redhat.com>
568 * po/sv.po: Updated Swedish translation.
570 2019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
573 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
574 of "lmap" with a "foreach" loop.
576 2019-03-04 Nick Clifton <nickc@redhat.com>
579 * objcopy.c (copy_archive): Do not copy thin archives.
581 2019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
583 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
585 2019-02-25 Nick Clifton <nickc@redhat.com>
587 * objdump.c (sym_ok): New function.
588 (find_symbol_for_address): Use new function.
589 (disassemble_section): Compare sections by name, not pointer.
590 (dump_dwarf): Move code to initialise byte_get pointer and iterate
591 over separate debug files from here to ...
592 (dump_bfd): ... here. Add parameter indicating that a separate
593 debug info file is being dumped. For main file, pull in the
594 symbol tables from all separate debug info files.
595 (display_object): Update call to dump_bfd.
596 * doc/binutils.texi: Document extened behaviour of the
597 --dwarf=follow-links option.
598 * NEWS: Mention this new feature.
599 * testsuite/binutils-all/objdump.WK2: Update expected output.
600 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
601 options and dump file parameters.
603 * testsuite/binutils-all/objdump.WK3: New file.
604 * testsuite/binutils-all/readelf.exp: Change expected output for
606 * testsuite/binutils-all/readelf.wKis: New file.
608 2019-02-22 Nick Clifton <nickc@redhat.com>
611 * dwarf.h (struct separate_info): New structure for containing
612 information on separate debug info files.
613 * dwarf.c (struct dwo_info): New structure for containing dwo
615 (first_dwo_info): Chain of dwo_info structures.
616 (first_separate_file): Chain of separate_info structures.
617 (separate_debug_file, separate_debug_filename): Delete.
618 (fetch_alt_indirect_string): Scan all separate debug info files
619 for the requested string.
620 (add_dwo_info): New function.
621 (add_dwo_name): New function.
622 (add_dwo_dir): New function.
623 (add_dwo_id: New function.
624 (free_dwo_info): New function.
625 (read_and_display_attr_value): Store DWO data using the new
627 (load_debug_section_with_follow): If necessary, scan the list of
628 separate debug info files for the requested section.
629 (add_separate_debug_file): New function.
630 (load_separate_debug_info): Call add_separate_debug_file to store
631 the information on the newly loaded file.
632 (load_dwo_file): Likewise.
633 (load_separate_debif_file): Rename to load_separate_debug_files.
634 Change return type to boolean. If following links then attempt to
635 load all separate debug info files, not just the first one.
636 (free_debug_memory): Release memory in dwo_info and separate_info
638 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
639 * readelf.c (process_object): Likewise.
640 * doc/debug.options.texi: Update descriptions of links and
641 follow-links options.
642 * testsuite/binutils-all/objdump.WK2: Update expected output.
643 * testsuite/binutils-all/readelf.k2: Likewise.
644 * NEWS: Announce the new feature.
646 2019-02-21 Nick Clifton <nickc@redhat.com>
649 * unwind-ia64.c: Include sysdep.h.
650 (unw_decode_x1): Check current pointer against end pointer before
652 (unw_decode_x2): Likewise.
653 (unw_decode_x3): Likewise.
654 (unw_decode_x4): Likewise.
655 (unw_decode_r2): Likewise.
656 (unw_decode_p2_p5): Likewise.
657 (unw_decode_p7_p10): Likewise.
658 (unw_decode): Likewise.
660 2019-02-20 Nick Clifton <nickc@redhat.com>
663 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
666 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
667 prevent walking off the end of the buffer.
668 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
669 (unw_decode_x2): Likewise.
670 (unw_decode_x3): Likewise.
671 (unw_decode_x4): Likewise.
672 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
673 (unw_decode_r3): Likewise.
674 (unw_decode_p7_p10): Likewise.
675 (unw_decode_b2): Likewise.
676 (unw_decode_b3_x4): Likewise.
679 * readelf.c (process_mips_specific): Check for an options section
680 that is too small to even contain a single option.
683 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
685 2019-02-20 Alan Modra <amodra@gmail.com>
689 * readelf.c (get_data): Avoid possibility of overflow when
690 checking for a read that may extend past end of file.
691 (process_program_headers): Likewise.
693 2019-02-20 Alan Modra <amodra@gmail.com>
696 * objdump.c (dump_bfd_private_header): Print warning if
697 bfd_print_private_bfd_data returns false.
699 2019-02-12 Nick Clifton <nickc@redhat.com>
702 * README-how-to-make-a-release: Use git clean to delete spurious
703 files from the local source repository.
705 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
707 * size.c (berkeley_format): Delete.
708 (enum output_format): New enum.
709 (selected_output_format): New variable.
710 (usage): Update to mention GNU format.
711 (main): Update to extract options, and select format as needed.
712 Handle GNU format where needed.
713 (berkeley_sum): Renamed to...
714 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
715 (berkeley_format): Renamed to...
716 (berkeley_or_gnu_format): ...this, and updated to handle both
718 (print_sizes): Handle GNU format.
719 * doc/binutils.texi (size): Document new GNU format.
720 * testsuite/binutils-all/size.exp: Add test of extended
722 * NEWS: Mention new functionality.
724 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
726 * doc/binutils.texi (size): Update example output for Berkeley
729 2019-02-07 Nick Clifton <nickc@redhat.com>
731 * README-how-to-make-a-release: Add a note about updating the
732 obsolete targets in the bfd/config.bfd file.
734 2019-02-04 Nick Clifton <nickc@redhat.com>
736 * README-how-to-make-a-release: Add more notes on making a release.
738 2019-01-25 Nick Clifton <nickc@redhat.com>
741 * readelf.c (process_notes_at): Prevent an illegal memory access
742 when the note's namesize is zero.
743 (decode_tic6x_unwind_bytecode): Add code to handle the case where
744 no registers are specified in a frame pop instruction.
746 2019-01-25 Nick Clifton <nickc@redhat.com>
748 * po/bg.po: Updated Bulgarian translation.
750 2019-01-23 Nick Clifton <nickc@redhat.com>
752 * po/fr.po: Updated French translation.
753 * po/pt.po: Updated Portuguese translation.
755 2019-01-21 Nick Clifton <nickc@redhat.com>
757 * po/uk.po: Updated Ukranian translation.
759 2019-01-19 Nick Clifton <nickc@redhat.com>
761 * configure: Regenerate.
762 * binutils/po/binutils.pot.
764 * README-how-to-make-a-release: Update description on how to make
767 2018-06-24 Nick Clifton <nickc@redhat.com>
771 2019-01-17 Nick Clifton <nickc@redhat.com>
773 * objdump.c (disassemble_section): When disassembling from a
774 symbol only stop at the next symbol if the original symbol was not
775 a function symbol. Otherwise continue disassembling until a new
777 * testsuite/binutils-all/objdump.exp: Add tests of extended
779 * testsuite/binutils-all/disasm.s: New test source file.
781 2019-01-16 Kito Cheng <kito@andestech.com>
782 Nelson Chu <nelson@andestech.com>
784 * readelf.c (get_riscv_section_type_name): New function.
785 (get_section_type_name): Add handler for RISC-V.
786 (riscv_attr_tag_t): Declare.
787 (riscv_attr_tag): New.
788 (display_riscv_attribute): New function.
789 (process_attributes): Add handler for RISC-V.
790 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
793 2019-01-10 Nick Clifton <nickc@redhat.com>
796 * objdump.c (sanitize_string): New function. Removes control
797 characters from symbol names.
798 (dump_section_header): Use new function.
799 (objdump_print_symname): Likewise.
800 (objdump_print_addr_with_sym): Likewise.
801 (show_line): Likewise.
802 (disassemble_bytes): Likewise.
803 (disassemble_section): Likewise.
804 (load_specific_debug_section): Likewise.
805 (read_section_stabs): Likewise.
806 (print_section_stabs): Likewise.
807 (dump_section): Likewise.
808 (dump_reloc_set): Likewise.
809 (dump_relocs_in_section): Likewise.
810 (dump_bfd): Likewise.
811 (display_any_bfd): Likewise.
813 2019-01-09 Nick Clifton <nickc@redhat.com>
816 * readelf.c (process_archive): Use arch.file_name in error
817 messages until the qualified name is available.
819 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
821 * configure: Regenerate.
823 2019-01-09 Alan Modra <amodra@gmail.com>
825 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
826 unconditionally to tests needing the option rather than via a
829 2019-01-08 Nick Clifton <nickc@redhat.com>
832 * cxxfilt.c (hp_symbol_characters): Delete.
833 (main): Remove depcreated demangling styles.
834 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
836 * testsuite/binutils-all/cxxfilt.exp: Use the
837 --no-strip-underscore option for targets that do prefix their
838 symbols with underscores.
839 Update tests to eliminate those that use gnu v2 encoding.
841 2019-01-08 Tamar Christina <tamar.christina@arm.com>
844 * testsuite/binutils-all/copy-6.d: New test.
845 * testsuite/binutils-all/objcopy.exp: Use it.
847 2019-01-08 Alan Modra <amodra@gmail.com>
849 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
850 $srcdir/$subdir to source file name if it starts with "./".
852 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
854 * readelf.c (get_machine_flags): Add RXv3 output.
856 2019-01-04 Nick Clifton <nickc@redhat.com>
859 * objdump.c (load_specific_debug_section): Check for integer
860 overflow before attempting to allocate contents.
862 2019-01-04 Nick Clifton <nickc@redhat.com>
865 * objcopy.c (copy_object): Free dhandle after writing out the
867 * objdump.c (dump_bfd): Free dhandle after printing out the debug
871 2019-01-01 Alan Modra <amodra@gmail.com>
873 Update year range in copyright notice of all files.
875 For older changes see ChangeLog-2018
877 Copyright (C) 2019 Free Software Foundation, Inc.
879 Copying and distribution of this file, with or without modification,
880 are permitted in any medium without royalty provided the copyright
881 notice and this notice are preserved.
887 version-control: never