From patchwork Fri Nov 10 23:22:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vineet Gupta X-Patchwork-Id: 836977 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-466566-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="x8em+3qI"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yYbgS2v54z9t2r for ; Sat, 11 Nov 2017 10:23:14 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:mime-version:content-type; q=dns; s=default; b=nm2RXPUCemv88JGAxLD9nfdcU8ee0MnTSRZCSuCpF9M6Dh9eU1 +444b6EsfPtdqsV2tcTYcoEpzzuUc28VtmEyOwtDoePDCRG7kQl7siaQGhWsLqA1 FrXrxBi35joQ9DGGYpFEJ/gSB780oRAl8IdiEyZNPji+zpJi96LV08aWE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:mime-version:content-type; s= default; bh=wL8uFGrz+lFXvpOt/YPq+P4NUyY=; b=x8em+3qI/IrBtEiLbRl5 XBTYVFiOMoZc6dt+oRy5Yi4khTMXEjuS6l8KgfI1NR1l0SAHlY703+xNj9xPCN9W +kuKxEwQe8oSI8oYd6eMixaWpGIE5ZpMqzdpPJg8HYxAJgmj/aGWFxaawJXwRPNY 0LWZIYDpjhd5Jp2F8oC3XeU= Received: (qmail 82756 invoked by alias); 10 Nov 2017 23:23:07 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 82740 invoked by uid 89); 10 Nov 2017 23:23:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=gupta X-HELO: smtprelay.synopsys.com Received: from smtprelay.synopsys.com (HELO smtprelay.synopsys.com) (198.182.60.111) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Nov 2017 23:23:05 +0000 Received: from mailhost.synopsys.com (mailhost2.synopsys.com [10.13.184.66]) by smtprelay.synopsys.com (Postfix) with ESMTP id 9B1AD10C1696; Fri, 10 Nov 2017 15:23:03 -0800 (PST) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id 683C0B67; Fri, 10 Nov 2017 15:23:03 -0800 (PST) Received: from US01WEHTC3.internal.synopsys.com (us01wehtc3.internal.synopsys.com [10.15.84.232]) by mailhost.synopsys.com (Postfix) with ESMTP id D6F18B55; Fri, 10 Nov 2017 15:23:02 -0800 (PST) Received: from IN01WEHTCA.internal.synopsys.com (10.144.199.104) by US01WEHTC3.internal.synopsys.com (10.15.84.232) with Microsoft SMTP Server (TLS) id 14.3.266.1; Fri, 10 Nov 2017 15:23:02 -0800 Received: from IN01WEHTCB.internal.synopsys.com (10.144.199.105) by IN01WEHTCA.internal.synopsys.com (10.144.199.103) with Microsoft SMTP Server (TLS) id 14.3.266.1; Sat, 11 Nov 2017 04:53:00 +0530 Received: from vineetg-Latitude-E7450.internal.synopsys.com (10.10.161.55) by IN01WEHTCB.internal.synopsys.com (10.144.199.243) with Microsoft SMTP Server (TLS) id 14.3.266.1; Sat, 11 Nov 2017 04:52:59 +0530 From: Vineet Gupta To: CC: , "gcc-patches @ gcc . gnu . org" , , Vineet Gupta Subject: [PATCH] [ARC] update GLIBC_DYNAMIC_LINKER per glibc upstreaming review comments Date: Fri, 10 Nov 2017 15:22:47 -0800 Message-ID: <1510356167-8523-1-git-send-email-vgupta@synopsys.com> MIME-Version: 1.0 gcc/ * config/arc/linux.h: GLIBC_DYNAMIC_LINKER update per glibc upstreaming review comments Link: http://lists.infradead.org/pipermail/linux-snps-arc/2017-June/002634.html Signed-off-by: Vineet Gupta --- ChangeLog | 5 +++++ gcc/config/arc/linux.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index abf3341c68c2..3bbd5cca2ebc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-11-10 Vineet Gupta + + * config/arc/linux.h: GLIBC_DYNAMIC_LINKER update per glibc + upstreaming review comments + 2017-10-27 Martin Liska * Makefile.tpl: Use proper name of folder as it was renamed diff --git a/gcc/config/arc/linux.h b/gcc/config/arc/linux.h index 707347183ca5..21fc88c82cf9 100644 --- a/gcc/config/arc/linux.h +++ b/gcc/config/arc/linux.h @@ -29,7 +29,7 @@ along with GCC; see the file COPYING3. If not see } \ while (0) -#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" +#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-arc.so.2" #define UCLIBC_DYNAMIC_LINKER "/lib/ld-uClibc.so.0" /* Note that the default is to link against dynamic libraries, if they are