From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107927 invoked by alias); 2 Oct 2019 04:15:42 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 107784 invoked by uid 89); 2 Oct 2019 04:15:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,SPF_PASS autolearn=ham version=3.3.1 spammy=H*F:U*noreply, HTo:U*crossgcc, H*Ad:U*crossgcc X-HELO: out-5.smtp.github.com Received: from out-5.smtp.github.com (HELO out-5.smtp.github.com) (192.30.252.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 02 Oct 2019 04:15:28 +0000 Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 699A6960355 for ; Tue, 1 Oct 2019 21:15:07 -0700 (PDT) Date: Wed, 02 Oct 2019 04:15:00 -0000 From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] 8ad4a8: build/internals.sh: Handle pie executables Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: crossgcc@sourceware.org X-Auto-Response-Suppress: All X-SW-Source: 2019-10/txt/msg00003.txt.bz2 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 8ad4a8b83f3de8b7b283a845c5744147ba819c9d https://github.com/crosstool-ng/crosstool-ng/commit/8ad4a8b83f3de8b7b283a845c5744147ba819c9d Author: Chris Packham Date: 2019-09-14 (Sat, 14 Sep 2019) Changed paths: M scripts/build/internals.sh Log Message: ----------- build/internals.sh: Handle pie executables Fixes: #887 On some systems the file command identifies a pie executable as a shared object. Update do_finish() to handle this case so that they are stripped as well. Signed-off-by: Chris Packham Commit: b01fbcb8b05b4a42ff79a4f60bb2495fb9078083 https://github.com/crosstool-ng/crosstool-ng/commit/b01fbcb8b05b4a42ff79a4f60bb2495fb9078083 Author: Alexey Neyman Date: 2019-10-01 (Tue, 01 Oct 2019) Changed paths: M scripts/build/internals.sh Log Message: ----------- Merge pull request #1244 from cpackham/executable-pie build/internals.sh: Handle pie executables Compare: https://github.com/crosstool-ng/crosstool-ng/compare/b18ce512f568...b01fbcb8b05b