From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B7F1138196E7; Sat, 11 Jun 2022 10:25:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B7F1138196E7 From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/29244] New: [gdb/testsuite, gcc 4.8] Problems with -static and target board unix/-fPIE/-pie Date: Sat, 11 Jun 2022 10:25:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2022 10:25:46 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29244 Bug ID: 29244 Summary: [gdb/testsuite, gcc 4.8] Problems with -static and target board unix/-fPIE/-pie Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- On openSUSE Leap 42.3 and gcc 4.8.5, and target board unix/-fPIE/-pie I'm running into a cluster of FAILs: ... FAIL: gdb.arch/amd64-disp-step-avx.exp: running to main in runto FAIL: gdb.arch/amd64-init-x87-values.exp: check_setting_mxcsr_before_enable: running to main in runto FAIL: gdb.arch/amd64-init-x87-values.exp: check_setting_x87_regs_before_ena= ble: running to main in runto FAIL: gdb.arch/amd64-init-x87-values.exp: check_x87_regs_around_init: runni= ng to main in runto FAIL: gdb.dwarf2/frame-inlined-in-outer-frame.exp: frame FAIL: gdb.dwarf2/frame-inlined-in-outer-frame.exp: starti prompt FAIL: gdb.dwarf2/frame-inlined-in-outer-frame.exp: step back into _start (t= he program is no longer running) FAIL: gdb.dwarf2/frame-inlined-in-outer-frame.exp: step back into foo (the program is no longer running) FAIL: gdb.dwarf2/frame-inlined-in-outer-frame.exp: step into bar (the progr= am is no longer running) FAIL: gdb.dwarf2/frame-inlined-in-outer-frame.exp: step into foo (the progr= am is no longer running) ... The problem is that the compilation fails to produces an usable static executable, instead we get a shared library, and we trying to execute it we= run into "No such file or directory". --=20 You are receiving this mail because: You are on the CC list for the bug.=