https://sourceware.org/bugzilla/show_bug.cgi?id=29843
--- Comment #1 from Andreas K. Huettel <dilfridge at gentoo dot org> --- > FAIL: ld-aarch64/tls-relax-gdesc-le-now > regexp_diff match failure > regexp "^ 0x.+ \(BIND_NOW\) \s+$" > line " 0x000000000000001e (FLAGS) BIND_NOW" > FAIL: ld-aarch64/tls-relax-gdesc-le-now This should be harmless (but why it causes a test failure is a mystery to me). As far as I understand it right now, marking something with DT_BIND_NOW (which the regexp checks for) is an older way, and nowadays binaries are marked with DF_BIND_NOW (which is the value that fails the regexp). Did the test never work? Or did the code at some point change (i.e. something was unified between arches and aarch switched to the common variant)? -- You are receiving this mail because: You are on the CC list for the bug.