4 * dwarf.c (get_type_signedness): Delete ineffective pointer
5 comparison check. Properly range check uvalue offset on
7 (read_and_display_attr_value): Range check uvalue offset before
8 calling get_type_signedness.
12 * ar.c (write_archive): Use bfd_set_thin_archive.
16 * testsuite/binutils-all/objdump.exp (objump -S): Update testcases.
20 * addr2line.c, * bucomm.c, * coffgrok.c, * dlltool.c, * nm.c,
21 * objcopy.c, * objdump.c, * od-elf32_avr.c, * od-macho.c,
22 * od-xcoff.c, * prdbg.c, * rdcoff.c, * rddbg.c, * rescoff.c,
23 * resres.c, * size.c, * srconv.c, * strings.c, * windmc.c: Update
24 throughout for bfd section macro and function changes.
28 * nm.c: Update bfd_get_section to bfd_asymbol_section throughout.
29 * objcopy.c: Likewise.
30 * objdump.c: Likewise.
32 * objcopy.c (create_new_symbol): Use bfd_set_asymbol_name.
33 (filter_symbols): Likewise.
37 * doc/Makefile.am (MOSTLYCLEANFILES): Clean all man pages,
38 cxxfilt.man and binutils.info.
39 (MAINTAINERCLEANFILES): Remove.
40 * doc/Makefile.in: Re-generate.
44 * doc/Makefile.am: Remove references to binutils_TEXINFOS.
45 * doc/Makefile.in: Re-generate.
49 * doc/Makefile.am (install-data-loca): Remove target.
50 (DISTCLEANFILES): Remove variable.
51 * doc/Makefile.in: Re-generate.
55 * Makefile.in: Re-generate.
56 * configure: Re-generate.
57 * doc/Makefile.in: Re-generate.
61 * Makefile.in, configure. doc/Makefile.in: Regenerated.
65 * objcopy.c (copy_archive): Update.
66 * bucomm.h (make_tempname, make_tempdir): Make argument const.
67 * bucomm.c (make_tempname, make_tempdir): Make argument const.
72 * objdump.c (disassemble_bytes): Adjust code to avoid overlong
73 lines. Correct max_reloc_offset_into_insn test.
78 * objdump.c (null_print): New function.
79 (disassemble_bytes): Delete previous_octets local and replace with
80 a test of the max_reloc_offset_into_insn field of the
81 bfd_arch_info structure. If a reloc is a potential match for the
82 next insn, then perform a dummy disassembly in order to calculate
87 binutils 2.33 branch created.
91 * nm.c (print_object_filename_bsd, print_object_filename_sysv),
92 (print_object_filename_posix, print_archive_filename_bsd),
93 (print_archive_filename_sysv, print_archive_filename_posix),
94 (print_archive_member_bsd, print_archive_member_sysv),
95 (print_archive_member_posix): Constify parameter.
96 (struct output_fns <print_object_filename, print_archive_filename>),
97 (<print_archive_member>): Likewise.
98 * objcopy.c (copy_archive): Add cast for make_tempdir.
102 * dwarf.c (check_uvalue): Remove unnecessary pointer checks.
107 * objcopy.c (SECTION_CONTEXT_SET_ALIGNMENT): New constant.
108 (struct section_list): Add alignment field.
109 (command_line_switch): Add OPTION_SET_SECTION_ALIGNMENT.
110 (copy_options): Add --set-section-alignment.
111 (copy_usage): Describe --set-section-alignment.
112 (find_section_list): Initialise the alignment field.
113 (setup_section): Handle the alignment field.
114 (copy_main): Handle OPTION_SET_SECTION_ALIGNMENT.
115 * doc/binutils.texi: Document the new feature.
116 * NEWS: Mention the new feature.
121 * objdump.c (source_comment): New static variable.
122 (option_values): Add OPTION_SOURCE_COMMENT.
123 (long_opions): Add --source-comment.
124 (print_line): If source comment is set, use it as a prefix to the
126 (main): Handle OPTION_SOURCE_COMMENT.
127 * doc/binutils.texi: Document the new option.
128 * NEWS: Mention the new feature.
129 * testsuite/binutils-all/objdump.exp (test_objdump_S): Add tests
130 of the -S and --source-comment options.
135 * dwarf.c (MAX_CU_NESTING): New constant.
136 (level_type_signed): New static array.
137 (skip_attr_bytes): New function.
138 (get_type_signedness): New function.
139 (read_and_print_leb128): New function.
140 (display_discr_list): New function.
141 (read_and_display_attr_value): Add start parameter.
142 Use new functions when handling DW_AT_type and DW_AT_discr_list.
143 (read_and_display_attr): Add start parameter. Pass to
144 read_and_display_attr_value.
145 (process_debug_info): Update call to read_and_display_attr.
146 (display_formatted_table): Likewise.
147 (display_debug_lines_decoded): Likewise. Also add start
149 (display_debug_lines): Likewise.
150 * testsuite/binutils-all/dwarf-attributes.S: Update discrimination
152 * testsuite/binutils-all/dwarf-attributes.W: Update expected
158 * debug.c (debug_write_type): Call empty_type for NULL type here..
159 (debug_write_type): ..rather than in just one case here.
164 * dwarf.c (check_uvalue): New function. Ensures that a block's
166 (read_and_display_attr_value): Use check_value when processsing
167 DW_FORM_block<n> attributes.
172 * dwarf.c (process_cu_tu_index): Handle the case where a table
173 does not have any columns.
178 * dwarf.c (display_debug_frames): Use the read_cie check and error
179 for augmentation data length.
184 * dwarf.c (comp_addr_base): Dereference args.
190 * readelf.c (get_symbol_version_string): Set sym_info earlier.
195 * doc/binutils.texi (nm): Document the 'n' symbol type.
199 * docs/binutils.texi: Fixed notice message disassembler options
200 section of the man page.
204 * readelf.c (get_mips_dynamic_type): Return MIPS_XHASH dynamic type.
205 (get_mips_section_type_name): Return MI{S_XHASH name string.
206 (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
208 (process_symbol_table): Initialize the .MIPS.xhash section
209 pointer. Adjust the readelf output to support the new section.
210 (process_object): Set the .MIPS.xhash dynamic info to zero.
214 * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
215 * testsuite/binutils-all/arm/in-order.d: Likewise.
216 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
217 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
222 * readelf.c (process_notes_at): Left justify the "Data size"
224 * testsuite/binutils-all/i386/empty.d: Adjust for new output format.
225 * testsuite/binutils-all/i386/ibt.d: Likewise.
226 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
227 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
228 * testsuite/binutils-all/i386/shstk.d: Likewise.
229 * testsuite/binutils-all/note-2-32.d: Likewise.
230 * testsuite/binutils-all/note-2-64.d: Likewise.
231 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
232 * testsuite/binutils-all/x86-64/empty.d: Likewise.
233 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
234 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
235 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
236 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
237 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
238 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
239 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
240 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
241 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
242 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
243 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
244 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
245 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
246 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
250 * testsuite/gentestdlls.c (main): Move declaration of loop
251 variable outside of the for() statement.
255 * readelf.c (process_note): Mask unknown description data bytes.
259 * readelf.c (get_data): Improve overflow checks.
264 * doc/binutils.texi: Ensure consistent formating of title strings
265 for man pages. Extend the title of the size man page to be more
270 * testsuite/binutils-all/objdump.exp
271 (test_objdump_dotnet_assemblies): Fix test to distinguish errors
272 in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
273 introduced machine types.
274 * testsuite/gentestdlls.c (write_simple_dll): New function.
275 (main): Generate simple and Linux-specific variants of pei-i386
276 and pei-x86-64 files so both can be used by tests.
281 * readelf.c (dump_ia64_unwind): Check that buffer is large
282 enough for "stamp" before reading.
287 * objcopy.c (merge_gnu_build_notes): Do not insist on the first
288 note being a version note.
289 Remove spurious debugging fprintf.
294 * readelf.c (apply_relocations): Catch potential integer overflow
295 whilst checking reloc location against section size.
300 * readelf.c (ABSADDR): Delete.
301 (dump_ia64_unwind): Expand ABSADDR. Check validity of info.section.
306 * nm.c (filter_symbols): Set report_plugin_err if
308 (display_rel_file): Report error for a missing LTO plugin.
313 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
314 systems by casting ncols and nslots expressions to size_t. Display
315 number of columns and slots before giving up due to buffer overflow.
316 Use %u to display unsigned ints. Perform more pointer wrap tests.
321 * dwarf.c (display_debug_names): Display the contents of the
322 augmentation string, if it is printable.
327 * readelf.c (process_mips_specific): Check for buffer overflow
328 before reading reginfo information.
333 * ar.c (decode_options): Restart option scanning if no operation
334 is detected and argument remain to be scanned.
339 * objdump.c (is_relocateable): Delete.
340 (load_specific_debug_section): Test the abfd for relocations
341 directly, rather than relying upon is_relocateable.
342 (dump_dwarf): Delete initlialization of is_relocateable.
346 * readelf.c (get_parisc_segment_type): Split off hpux entries..
347 (get_ia64_segment_type): ..and these..
348 (get_hpux_segment_type): ..to here.
349 (get_segment_type): Condition GNU_MBIND on osabi. Use
350 get_hpux_segment_type.
351 (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
352 (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
356 * testsuite/binutils-all/objcopy.exp (elf64): Correct object
357 file used to set this variable.
361 * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
362 (GENTESTDLLSPROG): Define.
363 (TEST_PROGS): Add GENTESTDLLSPROG.
364 * Makefile.in: Regenerate.
365 * testsuite/binutils-all/objdump.exp
366 (test_objdump_dotnet_assemblies): New proc.
368 * testsuite/gentestdlls.c: New source file.
373 * objdump.c (slurp_symtab): Fail with a helpful error message if
374 the symbol table is too large. Skip this check for MMO format
380 * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
381 indicate this in the output.
382 (bfd_nonfatal_message): Likewise.
386 * readelf.c (dump_ctf_indent_lines): Rename local variable
387 "spaces" to "blanks".
391 * objdump.c (dump_ctf_indent_lines): Rename local variable
392 "spaces" to "blanks".
396 * Makefile.in: Regenerate.
397 * aclocal.m4: Regenerate.
398 * doc/Makefile.in: Regenerate.
403 * readelf.c (process_netbsd_elf_note): Add support for
405 (process_note): Add support for PaX notes.
410 * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
416 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
422 * readelf.c (get_alpha_symbol_other): New function.
423 (get_symbol_other): Use for Alpha symbols.
424 (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
429 * readelf.c (decode_arm_unwind): Ensure that the local variable
430 'addr' is always initialised.
435 * strings.c (print_strings): Use %u to print unsigned values in
441 * arsup.c (ar_open): Use asprintf in place of xmalloc and
449 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
451 (HAVE_LIBCTF): Define if libctf support is available.
452 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
453 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
455 * readelf.c: Likewise.
456 * configure: Regenerate.
457 * Makefile.in: Regenerate.
458 * config.in: Regenerate.
462 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
464 * readelf.c (shdr_to_ctf_sect): Likewise.
469 * readelf.c (process_version_sections): Add 0x prefix to address
470 display. Correct indentation.
474 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
475 s12z to targets not supporting this feature.
479 * testsuite/lib/binutils-common.exp (run_dump_test): Support
480 tcl procedures for xfail args.
484 * README-how-to-make-a-release: Add libctf to list of directories
485 that need updates in their ChangeLogs.
489 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
491 (HAVE_LIBCTF): Define if libctf support is available.
492 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
493 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
495 * readelf.c: Likewise.
496 * configure: Regenerate.
497 * Makefile.in: Regenerate.
498 * config.in: Regenerate.
502 * MAINTAINERS: Add myself as CTF maintainer.
506 * objdump.c (ctf-api.h): New include.
507 (dump_ctf_section_info): New variable.
508 (dump_ctf_section_name): Likewise.
509 (usage): Describe new options.
510 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
511 (main): Use them to add --ctf and --ctf-parent.
512 (read_section_stabs): Add new parameter, entsize_ptr.
513 (find_stabs_section): Adjust accordingly.
515 (dump_ctf_indent_lines): New.
516 (dump_ctf_archive_member): New.
518 (dump_bfd): Call it. Free resources afterwards.
519 * readelf.c (ctf-api.h): New include.
521 (static bfd_boolean do_ctf): Likewise.
522 (dump_ctf_parent_name): Likewise.
523 (dump_ctf_symtab_name): Likewise.
524 (dump_ctf_strtab_name): Likewise.
525 (OPTION_CTF_DUMP): Likewise.
526 (OPTION_CTF_PARENT): Likewise.
527 (OPTION_CTF_SYMBOLS): Likewise.
528 (OPTION_CTF_STRINGS): Likewise.
531 (parse_args): Handle the new options, requesting CTF_DUMP.
532 (process_section_contents): Handle CTF_DUMP.
533 (shdr_to_ctf_sect): New.
534 (dump_ctf_indent_lines): New.
535 (dump_section_as_ctf): New.
536 (main): Free resources.
537 * Makefile.am (LIBCTF): New variable.
538 (objdump_DEPENDENCIES): Use it.
539 (readelf_DEPENDENCIES): Likewise.
540 (objdump_LDADD): Likewise.
541 (readelf_LDADD): Likewise.
542 * aclocal.m4: Regenerated.
543 * Makefile.in: Likewise.
545 * doc/binutils.texi (objdump): Document the new options.
547 * doc/ctf.options.texi: New.
548 * doc/Makefile.in: Regenerated.
549 * NEWS: Mention the new feature.
553 * readelf.c (process_section_groups): Continue processing groups
554 when sh_entsize exceeds group size.
558 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
559 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
560 (get_symbol_other): Call get_aarch64_symbol_other.
564 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
568 * MAINTAINERS: Add myself as the maintainer for BPF.
572 * readelf.c: Include elf/bpf.h.
573 (guess_is_rela): Hanle EM_BPF.
574 (dump_relocations): Likewise.
575 (is_32bit_abs_reloc): Likewise.
576 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
581 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
582 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
583 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
588 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
589 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
593 * po/ca.po: Updated Catalan translation.
597 * NEWS: Mention Armv8.1-M Mainline and MVE.
601 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
602 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
607 * objcopy.c: Add new option --verilog-data-width. Use it to set
608 the value of VerilogDataWidth.
609 * doc/binutils.texi: Document the new option.
610 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
611 * testsuite/binutils-all/verilog-1.hex: New file.
612 * testsuite/binutils-all/verilog-2.hex: New file.
613 * testsuite/binutils-all/verilog-4.hex: New file.
614 * testsuite/binutils-all/verilog-8.hex: New file.
615 * NEWS: Mention the new feature.
619 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
620 (test_objdump_content_limited): Add text arg, use in place of .text.
621 (bintest_signed.o): Call get_standard_section_names for name of
626 * objdump.c (sign_extend_address): New function.
627 (dump_bfd): Sign-extend user-specified start/stop addresses
628 for targets that need it.
629 * testsuite/binutils-all/objdump.exp: Add tests for objdump
630 with start and stop addresses in higher address ranges.
634 * testsuite/binutils-all/objdump.exp: Correct executable
636 * testsuite/binutils-all/compress.exp: Likewise.
641 * nm.c: (print_format): New variable.
642 (value_format_32bit, value_format_64bit): Delete.
643 (set_print_radix): Remove code to alter value_format strings.
644 (set_output_format): Record chosen format in print_format.
645 (get_print_format): New function - constructs a printf formatting
646 string according to the requirements of size, radix, and output
648 (print_value): Use get_print_format.
649 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
654 * wrstabs.c (stab_start_class_type): Add assert to work around
659 * objcopy.c (strip_main): Do not enable note merging by default if
660 just stripping debug or dwo information.
661 * doc/binutils.texi (strip): Update documentation.
665 * README-how-to-make-a-release: Add note to update the symbolic
666 link from "docs" to "docs-2.x" on the sourceware website.
670 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
671 * testsuite/binutils-all/copy-3.d: Likewise.
675 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
679 * readelf.c (decode_x86_isa): Handle
680 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
681 * testsuite/binutils-all/i386/pr21231b.d: Updated.
682 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
686 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
690 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
691 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
692 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
693 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
694 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
695 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
696 * testsuite/binutils-all/arm/in-order.d: Likewise.
697 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
698 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
699 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
703 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
708 * objdump.c (dump_relocs_in_section): Warning fix.
712 * testsuite/binutils-all/arm/in-order-all.d: New test.
713 * testsuite/binutils-all/arm/in-order.d: New test.
714 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
715 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
716 * testsuite/binutils-all/arm/out-of-order.T: New test.
717 * testsuite/binutils-all/arm/out-of-order.d: New test.
718 * testsuite/binutils-all/arm/out-of-order.s: New test.
723 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
724 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
725 * testsuite/binutils-all/aarch64/out-of-order.d:
729 * testsuite/binutils-all/aarch64/in-order.d: New test.
730 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
735 * objdump.c (disassemble_bytes): Pass stop_offset.
736 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
737 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
738 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
743 * objdump.c (load_specific_debug_section): Check that the amount
744 of memory to be allocated matches the size of the section.
748 * readelf.c (get_aarch64_dynamic_type): Add case for
750 (dynamic_section_aarch64_val): Likewise.
755 * readelf.c (get_aarch64_dynamic_type): New.
756 (get_dynamic_type): Use above for EM_AARCH64.
757 (dynamic_section_aarch64_val): New.
758 (process_dynamic_section): Use above for EM_AARCH64.
762 * readelf.c (decode_aarch64_feature_1_and): New.
763 (print_gnu_property_note): Add case for AArch64 gnu notes.
767 * objdump.c (load_specific_debug_section): Don't compare section
768 size against file size.
769 (dump_relocs_in_section): Don't compare reloc size against file size.
770 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
775 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
779 * po/sv.po: Updated Swedish translation.
784 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
785 of "lmap" with a "foreach" loop.
790 * objcopy.c (copy_archive): Do not copy thin archives.
794 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
798 * objdump.c (sym_ok): New function.
799 (find_symbol_for_address): Use new function.
800 (disassemble_section): Compare sections by name, not pointer.
801 (dump_dwarf): Move code to initialise byte_get pointer and iterate
802 over separate debug files from here to ...
803 (dump_bfd): ... here. Add parameter indicating that a separate
804 debug info file is being dumped. For main file, pull in the
805 symbol tables from all separate debug info files.
806 (display_object): Update call to dump_bfd.
807 * doc/binutils.texi: Document extened behaviour of the
808 --dwarf=follow-links option.
809 * NEWS: Mention this new feature.
810 * testsuite/binutils-all/objdump.WK2: Update expected output.
811 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
812 options and dump file parameters.
814 * testsuite/binutils-all/objdump.WK3: New file.
815 * testsuite/binutils-all/readelf.exp: Change expected output for
817 * testsuite/binutils-all/readelf.wKis: New file.
822 * dwarf.h (struct separate_info): New structure for containing
823 information on separate debug info files.
824 * dwarf.c (struct dwo_info): New structure for containing dwo
826 (first_dwo_info): Chain of dwo_info structures.
827 (first_separate_file): Chain of separate_info structures.
828 (separate_debug_file, separate_debug_filename): Delete.
829 (fetch_alt_indirect_string): Scan all separate debug info files
830 for the requested string.
831 (add_dwo_info): New function.
832 (add_dwo_name): New function.
833 (add_dwo_dir): New function.
834 (add_dwo_id: New function.
835 (free_dwo_info): New function.
836 (read_and_display_attr_value): Store DWO data using the new
838 (load_debug_section_with_follow): If necessary, scan the list of
839 separate debug info files for the requested section.
840 (add_separate_debug_file): New function.
841 (load_separate_debug_info): Call add_separate_debug_file to store
842 the information on the newly loaded file.
843 (load_dwo_file): Likewise.
844 (load_separate_debif_file): Rename to load_separate_debug_files.
845 Change return type to boolean. If following links then attempt to
846 load all separate debug info files, not just the first one.
847 (free_debug_memory): Release memory in dwo_info and separate_info
849 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
850 * readelf.c (process_object): Likewise.
851 * doc/debug.options.texi: Update descriptions of links and
852 follow-links options.
853 * testsuite/binutils-all/objdump.WK2: Update expected output.
854 * testsuite/binutils-all/readelf.k2: Likewise.
855 * NEWS: Announce the new feature.
860 * unwind-ia64.c: Include sysdep.h.
861 (unw_decode_x1): Check current pointer against end pointer before
863 (unw_decode_x2): Likewise.
864 (unw_decode_x3): Likewise.
865 (unw_decode_x4): Likewise.
866 (unw_decode_r2): Likewise.
867 (unw_decode_p2_p5): Likewise.
868 (unw_decode_p7_p10): Likewise.
869 (unw_decode): Likewise.
874 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
877 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
878 prevent walking off the end of the buffer.
879 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
880 (unw_decode_x2): Likewise.
881 (unw_decode_x3): Likewise.
882 (unw_decode_x4): Likewise.
883 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
884 (unw_decode_r3): Likewise.
885 (unw_decode_p7_p10): Likewise.
886 (unw_decode_b2): Likewise.
887 (unw_decode_b3_x4): Likewise.
890 * readelf.c (process_mips_specific): Check for an options section
891 that is too small to even contain a single option.
894 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
900 * readelf.c (get_data): Avoid possibility of overflow when
901 checking for a read that may extend past end of file.
902 (process_program_headers): Likewise.
907 * objdump.c (dump_bfd_private_header): Print warning if
908 bfd_print_private_bfd_data returns false.
913 * README-how-to-make-a-release: Use git clean to delete spurious
914 files from the local source repository.
918 * size.c (berkeley_format): Delete.
919 (enum output_format): New enum.
920 (selected_output_format): New variable.
921 (usage): Update to mention GNU format.
922 (main): Update to extract options, and select format as needed.
923 Handle GNU format where needed.
924 (berkeley_sum): Renamed to...
925 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
926 (berkeley_format): Renamed to...
927 (berkeley_or_gnu_format): ...this, and updated to handle both
929 (print_sizes): Handle GNU format.
930 * doc/binutils.texi (size): Document new GNU format.
931 * testsuite/binutils-all/size.exp: Add test of extended
933 * NEWS: Mention new functionality.
937 * doc/binutils.texi (size): Update example output for Berkeley
942 * README-how-to-make-a-release: Add a note about updating the
943 obsolete targets in the bfd/config.bfd file.
947 * README-how-to-make-a-release: Add more notes on making a release.
952 * readelf.c (process_notes_at): Prevent an illegal memory access
953 when the note's namesize is zero.
954 (decode_tic6x_unwind_bytecode): Add code to handle the case where
955 no registers are specified in a frame pop instruction.
959 * po/bg.po: Updated Bulgarian translation.
963 * po/fr.po: Updated French translation.
964 * po/pt.po: Updated Portuguese translation.
968 * po/uk.po: Updated Ukranian translation.
972 * configure: Regenerate.
973 * binutils/po/binutils.pot.
975 * README-how-to-make-a-release: Update description on how to make
984 * objdump.c (disassemble_section): When disassembling from a
985 symbol only stop at the next symbol if the original symbol was not
986 a function symbol. Otherwise continue disassembling until a new
988 * testsuite/binutils-all/objdump.exp: Add tests of extended
990 * testsuite/binutils-all/disasm.s: New test source file.
995 * readelf.c (get_riscv_section_type_name): New function.
996 (get_section_type_name): Add handler for RISC-V.
997 (riscv_attr_tag_t): Declare.
998 (riscv_attr_tag): New.
999 (display_riscv_attribute): New function.
1000 (process_attributes): Add handler for RISC-V.
1001 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
1007 * objdump.c (sanitize_string): New function. Removes control
1008 characters from symbol names.
1009 (dump_section_header): Use new function.
1010 (objdump_print_symname): Likewise.
1011 (objdump_print_addr_with_sym): Likewise.
1012 (show_line): Likewise.
1013 (disassemble_bytes): Likewise.
1014 (disassemble_section): Likewise.
1015 (load_specific_debug_section): Likewise.
1016 (read_section_stabs): Likewise.
1017 (print_section_stabs): Likewise.
1018 (dump_section): Likewise.
1019 (dump_reloc_set): Likewise.
1020 (dump_relocs_in_section): Likewise.
1021 (dump_bfd): Likewise.
1022 (display_any_bfd): Likewise.
1027 * readelf.c (process_archive): Use arch.file_name in error
1028 messages until the qualified name is available.
1032 * configure: Regenerate.
1036 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
1037 unconditionally to tests needing the option rather than via a
1043 * cxxfilt.c (hp_symbol_characters): Delete.
1044 (main): Remove depcreated demangling styles.
1045 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
1047 * testsuite/binutils-all/cxxfilt.exp: Use the
1048 --no-strip-underscore option for targets that do prefix their
1049 symbols with underscores.
1050 Update tests to eliminate those that use gnu v2 encoding.
1055 * testsuite/binutils-all/copy-6.d: New test.
1056 * testsuite/binutils-all/objcopy.exp: Use it.
1060 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
1061 $srcdir/$subdir to source file name if it starts with "./".
1065 * readelf.c (get_machine_flags): Add RXv3 output.
1070 * objdump.c (load_specific_debug_section): Check for integer
1071 overflow before attempting to allocate contents.
1076 * objcopy.c (copy_object): Free dhandle after writing out the
1078 * objdump.c (dump_bfd): Free dhandle after printing out the debug
1084 Update year range in copyright notice of all files.
1086 For older changes see ChangeLog-2018
1088 Copyright (C) 2019 Free Software Foundation, Inc.
1090 Copying and distribution of this file, with or without modification,
1091 are permitted in any medium without royalty provided the copyright
1092 notice and this notice are preserved.
1098 version-control: never