From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D0623858C2D; Sat, 5 Feb 2022 00:33:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D0623858C2D From: "dave.anglin at bell dot net" To: glibc-bugs@sourceware.org Subject: [Bug libc/28857] FAIL: elf/tst-audit24a Date: Sat, 05 Feb 2022 00:33:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dave.anglin at bell dot net X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2022 00:33:26 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28857 --- Comment #4 from dave.anglin at bell dot net --- On 2022-02-04 1:53 p.m., adhemerval.zanella at linaro dot org wrote: > I had to add a workaround on tests because on hppa (and it seems to be th= e only > ABI I have see it), some shared library adds a dynamic PLT relocation tha= t I am > not sure why it is required: > > $ readelf -r elf/tst-audit25mod1.so > [...] > Relocation section '.rela.plt' at offset 0x464 contains 6 entries: > Offset Info Type Sym.Value Sym. Name + Addend > 00002008 00000081 R_PARISC_IPLT 508 > > It breaks some assumptions on the test, where a symbol with an empty name= ("") > is passed on la_symbind. I think we need to look at the assembler=C2=A0 output causing this.=C2=A0 I= t would seem we have a P' relocation without a symbol name. Thanks for the patch. --=20 You are receiving this mail because: You are on the CC list for the bug.=