From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2D4643836E8E; Mon, 5 Jun 2023 14:14:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D4643836E8E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1685974467; bh=u6lcBoptbaNtV4hFEEVtTsvdDO+ZKKTCgDHo4PhcjSQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Kpqn0x9qQoyO90BAeg72tjOhjlDm7N8xvheZThXkBdy+N6aUKVo3E7pkieFB9uQV6 964TNd4QJ6Qsvnvt3L5T9s3QZUXKOSMVLzvfj07PVvj+DgtamYbiyuH80Dh+OdCZPE dv8cxGz6LNT+5u1Be1yloVH+r1d6/pZ7/XMFu2Fs= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/29244] [gdb/testsuite, gcc 4.8] Problems with -static and target board unix/-fPIE/-pie Date: Mon, 05 Jun 2023 14:14:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29244 --- Comment #2 from Tom de Vries --- Likewise, with aarch64-linux I run into: ... FAIL: gdb.base/break-entry.exp: running to .* in runto FAIL: gdb.base/catch-fork-static.exp: run to fork FAIL: gdb.threads/staticthreads.exp: continue to main's call of sem_post FAIL: gdb.threads/staticthreads.exp: handle SIG32 helps FAIL: gdb.threads/staticthreads.exp: running to main in runto FAIL: gdb.threads/staticthreads.exp: running to main in runto FAIL: gdb.dwarf2/frame-inlined-in-outer-frame.exp: step back into _start FAIL: gdb.dwarf2/frame-inlined-in-outer-frame.exp: step back into foo FAIL: gdb.dwarf2/frame-inlined-in-outer-frame.exp: step into bar FAIL: gdb.dwarf2/frame-inlined-in-outer-frame.exp: step into foo ... --=20 You are receiving this mail because: You are on the CC list for the bug.=