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

            Bug ID: 30917
           Summary: ld testsuite: glibc-specific DT_RELR tests should not
                    be run on musl systems
           Product: binutils
           Version: 2.41
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: awilfox at adelielinux dot org
  Target Milestone: ---

Created attachment 15141
  --> https://sourceware.org/bugzilla/attachment.cgi?id=15141&action=edit
Patch to disable relevant tests on musl target

musl libc supports DT_RELR.  Most ld DT_RELR tests pass, however the
glibc-specific tests do not because they require the linker to output a
glibc-specific .version_info section.

The attached patch ignores the tests on musl, but I'm not sure if this is too
specific - it ignores the possibility that other targets may eventually support
DT_RELR.  Perhaps the better way is to use ![istarget *-*-gnu*]?

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

Reply via email to