[Bug default/27592] New: dwz: latest binutils change makes some tests FAIL

mliska at suse dot cz sourceware-bugzilla@sourceware.org
Wed Mar 17 08:17:43 GMT 2021


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.


More information about the Dwz mailing list