From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32370 invoked by alias); 27 Aug 2018 13:37:30 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 32278 invoked by uid 89); 27 Aug 2018 13:37:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=blind, Hx-languages-length:1071, PIE, rodata X-HELO: relay.fit.cvut.cz Received: from relay.fit.cvut.cz (HELO relay.fit.cvut.cz) (147.32.232.237) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 27 Aug 2018 13:37:27 +0000 Received: from imap.fit.cvut.cz (imap.fit.cvut.cz [147.32.232.238]) by relay.fit.cvut.cz (8.15.2/8.15.2) with ESMTPS id w7RDbGYJ026416 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=OK); Mon, 27 Aug 2018 15:37:18 +0200 (CEST) (envelope-from jan.vrany@fit.cvut.cz) Received: from sao (5ac693bc.bb.sky.com [90.198.147.188] (may be forged)) (authenticated bits=0 as user vranyj1) by imap.fit.cvut.cz (8.15.2/8.15.2) with ESMTPSA id w7RDbE3O087141 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 27 Aug 2018 15:37:15 +0200 (CEST) (envelope-from jan.vrany@fit.cvut.cz) Message-ID: <2647a90844b3b862463be0c3da85099ad8124276.camel@fit.cvut.cz> Subject: Re: Regression on gdb.arch/amd64-invalid-stack-*.exp (was: Re: [RFC] mi: print frame architecture when printing frames on an MI channel) From: Jan Vrany To: Sergio Durigan Junior , Pedro Alves Cc: gdb-patches@sourceware.org Date: Mon, 27 Aug 2018 13:37:00 -0000 In-Reply-To: <87zhxbplao.fsf_-_@redhat.com> References: <15de754b-78b0-8eaa-6c26-6f14077fa0a9@redhat.com> <20180822094238.22304-1-jan.vrany@fit.cvut.cz> <8772378f-c4a9-fd3b-0364-bf34fdbf4a8f@redhat.com> <87zhxbplao.fsf_-_@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-08/txt/msg00647.txt.bz2 On Fri, 2018-08-24 at 16:22 -0400, Sergio Durigan Junior wrote: > On Wednesday, August 22 2018, Pedro Alves wrote: > > > Merged, thanks. > > Hi, > > This has caused a regression on the gdb.arch/amd64-invalid-stack-*.exp > tests: Ah, sorry. I'll send a patch shortly. Note that amd64-invalid-stack-middle.exp fails on my system because it cannot link the test program (see below [1]) so the fix is done "blind". Jan [1]: Output from (Debian testing) Running /home/jv/Projects/gdb/users_jv_patches/gdb/testsuite/gdb.arch/amd64-invalid-stack-middle.exp ... gdb compile failed, /usr/bin/ld: /home/jv/Projects/gdb/users_jv_patches/gdb/testsuite/outputs/gdb.arch/amd64-invalid-stack-middle/amd64-invalid-stack-middle0.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: final link failed: nonrepresentable section on output collect2: error: ld returned 1 exit status