From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4B90B38618AA; Wed, 17 Mar 2021 08:17:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B90B38618AA From: "mliska at suse dot cz" To: dwz@sourceware.org Subject: [Bug default/27592] New: dwz: latest binutils change makes some tests FAIL Date: Wed, 17 Mar 2021 08:17:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: dwz X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mliska at suse dot cz X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: dwz@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dwz mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2021 08:17:45 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27592 Bug ID: 27592 Summary: dwz: latest binutils change makes some tests FAIL Product: dwz Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: default Assignee: nobody at sourceware dot org Reporter: mliska at suse dot cz CC: dwz at sourceware dot org Target Milestone: --- After d6bfbc398158eaa381b08c7cf7b943ac4085d4a6: https://sourceware.org/git/?p=3Dbinutils-gdb.git;a=3Dcommit;h=3Dd6bfbc39815= 8eaa381b08c7cf7b943ac4085d4a6 dwz testsuite fails with: [ 57s] FAIL: /home/abuild/rpmbuild/BUILD/dwz/testsuite/dwz.tests/eu-strip-unstrip-multif= ile.sh [ 57s] readelf: Warning: Section '.gnu_debugaltlink' in linked file '4' w= as not dumped because it does not exist [ 57s] readelf: Warning: Section '.gnu_debugaltlink' in linked file '4' w= as not dumped because it does not exist [ 57s] FAIL: /home/abuild/rpmbuild/BUILD/dwz/testsuite/dwz.tests/hardlink-multifile.sh [ 58s] readelf: Warning: Section '.gnu_debugaltlink' in linked file '3' w= as not dumped because it does not exist [ 58s] readelf: Warning: Section '.gnu_debugaltlink' in linked file '3' w= as not dumped because it does not exist [ 58s] FAIL: /home/abuild/rpmbuild/BUILD/dwz/testsuite/dwz.tests/ld-2.26.1-multifile.sh [ 58s] readelf: Warning: Section '.gnu_debugaltlink' in linked file '3' w= as not dumped because it does not exist [ 58s] readelf: Warning: Section '.gnu_debugaltlink' in linked file '3' w= as not dumped because it does not exist [ 58s] FAIL: /home/abuild/rpmbuild/BUILD/dwz/testsuite/dwz.tests/multifile-relative.sh [ 59s] readelf: Warning: Section '.gnu_debugaltlink' in linked file '3' w= as not dumped because it does not exist [ 59s] readelf: Warning: Section '.gnu_debugaltlink' in linked file '3' w= as not dumped because it does not exist [ 59s] FAIL: /home/abuild/rpmbuild/BUILD/dwz/testsuite/dwz.tests/multifil= e.sh which can be easily reproduced with: $ g++ ./testsuite/dwz.tests/odr.cc ./testsuite/dwz.tests/odr-2.cc -DKIND=3D= struct -g -o 1 $ cp 1 2 $ dwz --odr 1 2 -m 3 $ readelf --string-dump=3D.gnu_debugaltlink 1 String dump of section '.gnu_debugaltlink': [ 0] 3 ....... readelf: Warning: Section '.gnu_debugaltlink' in linked file '3' was not du= mped because it does not exist while before the revision, there was no such a warning. --=20 You are receiving this mail because: You are on the CC list for the bug.=