public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/27592] New: dwz: latest binutils change makes some tests FAIL
@ 2021-03-17  8:17 mliska at suse dot cz
  2021-03-17  9:16 ` [Bug default/27592] " vries at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mliska at suse dot cz @ 2021-03-17  8:17 UTC (permalink / raw)
  To: dwz

https://sourceware.org/bugzilla/show_bug.cgi?id=27592

            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=binutils-gdb.git;a=commit;h=d6bfbc398158eaa381b08c7cf7b943ac4085d4a6

dwz testsuite fails with:
[   57s] FAIL:
/home/abuild/rpmbuild/BUILD/dwz/testsuite/dwz.tests/eu-strip-unstrip-multifile.sh
[   57s] readelf: Warning: Section '.gnu_debugaltlink' in linked file '4' was
not dumped because it does not exist
[   57s] readelf: Warning: Section '.gnu_debugaltlink' in linked file '4' was
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' was
not dumped because it does not exist
[   58s] readelf: Warning: Section '.gnu_debugaltlink' in linked file '3' was
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' was
not dumped because it does not exist
[   58s] readelf: Warning: Section '.gnu_debugaltlink' in linked file '3' was
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' was
not dumped because it does not exist
[   59s] readelf: Warning: Section '.gnu_debugaltlink' in linked file '3' was
not dumped because it does not exist
[   59s] FAIL: /home/abuild/rpmbuild/BUILD/dwz/testsuite/dwz.tests/multifile.sh

which can be easily reproduced with:
$ g++ ./testsuite/dwz.tests/odr.cc ./testsuite/dwz.tests/odr-2.cc -DKIND=struct
-g -o 1
$ cp 1 2
$ dwz --odr 1 2 -m 3
$ readelf --string-dump=.gnu_debugaltlink 1

String dump of section '.gnu_debugaltlink':
  [     0]  3
.......
readelf: Warning: Section '.gnu_debugaltlink' in linked file '3' was not dumped
because it does not exist

while before the revision, there was no such a warning.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-20  8:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17  8:17 [Bug default/27592] New: dwz: latest binutils change makes some tests FAIL mliska at suse dot cz
2021-03-17  9:16 ` [Bug default/27592] " vries at gcc dot gnu.org
2021-03-17  9:19 ` mliska at suse dot cz
2021-03-17 10:36 ` vries at gcc dot gnu.org
2021-03-17 11:03 ` mliska at suse dot cz
2021-03-18 10:40 ` vries at gcc dot gnu.org
2021-03-18 16:02 ` vries at gcc dot gnu.org
2021-03-20  8:38 ` vries at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).