From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75538 invoked by alias); 22 Nov 2017 14:37:27 -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 75529 invoked by uid 89); 22 Nov 2017 14:37:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:306, H*r:sk:static., HContent-Transfer-Encoding:8bit X-HELO: mail-wm0-f66.google.com Received: from mail-wm0-f66.google.com (HELO mail-wm0-f66.google.com) (74.125.82.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Nov 2017 14:37:25 +0000 Received: by mail-wm0-f66.google.com with SMTP id l188so9059592wma.1 for ; Wed, 22 Nov 2017 06:37:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=ccFMnG2ZOkAdaFgPK6pH0ZSfF1UZOaU8N5jMqCl6tj8=; b=rjIrF15ySnzmD99sGkCMRexHMIEK03UL+nDlYQkklxrCEMRSthxYbYOtp05dMZjert cHpxjhrpTzPZf4ueYZ1GMRlauJEFMdsFo2VpYgSkHB0r+eiZlVIVK3KX0GghZz6dDLRZ wH9nRcZouHOEnkvbB+E1WO7rNDC8uOkCM9dnnJJO9npl8g+5GZcRSNZ7exAvdhOjhr2k lbXSFk1bqCr7zy36KysYKBz9Phwc9jColacZZ1A3UaaESJlN3I5HNf8rTwXs3dFVOjKh shgaSQKV36B+xJ9O9PZ4/Nu/GFaVE3kRTdIExOmkoFFPZq0I0DGdP4lGuigp7NRnOih0 GrPw== X-Gm-Message-State: AJaThX4xomzqqkzg1Ko26/LINSwY+ydeBv1UbOcjXq3mW0RAAixM6sV0 CaHoWIChIzM68PcipWPfU+Th6A== X-Google-Smtp-Source: AGs4zMZtQ6e+SGDP334/TjdAClnTlxPPgjjfTIFDq4aWYx2wby2ykVrYB4IxuO4FQLCLY9mZ0ctL+g== X-Received: by 10.80.176.194 with SMTP id j60mr30289899edd.254.1511361443640; Wed, 22 Nov 2017 06:37:23 -0800 (PST) Received: from 1170ee0b50d5 (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id f53sm12031723ede.86.2017.11.22.06.37.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Nov 2017 06:37:22 -0800 (PST) Date: Wed, 22 Nov 2017 14:37:00 -0000 From: Yao Qi To: Simon Marchi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] [testsuite] Pass -pie in ldflags Message-ID: <20171122143709.GI318@1170ee0b50d5> References: <1510932126-11752-1-git-send-email-yao.qi@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg00491.txt.bz2 On 17-11-17 11:41:12, Simon Marchi wrote: > > LGTM, but out of curiosity, does break-interp.exp work for you (before this > patch)? I am seeing many failures, even with GCC. > No, there are many fails in break-interp.exp. Patch is pushed in. -- Yao (齐尧)