https://sourceware.org/bugzilla/show_bug.cgi?id=26829
--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nick Clifton <ni...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=50ea0877550b5fc2c31a44576cdba1b51897eb2c commit 50ea0877550b5fc2c31a44576cdba1b51897eb2c Author: Nick Clifton <ni...@redhat.com> Date: Fri Nov 13 16:02:39 2020 +0000 Fix readelf's and objdump's dislplay of DWO links when multiple links are present. PR 26829 * dwarf.c (struct dwo_info): Add cu_offset field. (add_dwo_info): Add cu_offset parameter. Record in new dwo_info struct. (add_dwo_name): Add cu_offset field. (add_dwo_dir): Add cu_offset field. (add_dwo_id): Add cu_offset field. (read_and_display_attr_value): Pass cu_offset to dwo recording functions. (load_separate_debug_files): Accumulate name, dir and id values and display once for each CU. * testsuite/binutils-all/dwo.sL Use a separate CU for the second dwo link. * testsuite/binutils-all/readelf.k2: Update expected output. -- You are receiving this mail because: You are on the CC list for the bug.