From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15650 invoked by alias); 4 Apr 2017 10:01:43 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 15561 invoked by uid 89); 4 Apr 2017 10:01:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:sk:mailhos, H*RU:sk:mailhos 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; Tue, 04 Apr 2017 10:01:41 +0000 Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by smtprelay.synopsys.com (Postfix) with ESMTP id 1AE4510C0ACC; Tue, 4 Apr 2017 03:01:39 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id B755616C; Tue, 4 Apr 2017 03:01:39 -0700 (PDT) Received: from US01WXQAHTC1.internal.synopsys.com (us01wxqahtc1.internal.synopsys.com [10.12.238.230]) by mailhost.synopsys.com (Postfix) with ESMTP id 881DD168; Tue, 4 Apr 2017 03:01:39 -0700 (PDT) Received: from IN01WEHTCB.internal.synopsys.com (10.144.199.106) by US01WXQAHTC1.internal.synopsys.com (10.12.238.230) with Microsoft SMTP Server (TLS) id 14.3.266.1; Tue, 4 Apr 2017 03:01:39 -0700 Received: from IN01WEHTCA.internal.synopsys.com (10.144.199.103) by IN01WEHTCB.internal.synopsys.com (10.144.199.105) with Microsoft SMTP Server (TLS) id 14.3.266.1; Tue, 4 Apr 2017 15:31:36 +0530 Received: from nl20droid1.internal.synopsys.com (10.100.24.228) by IN01WEHTCA.internal.synopsys.com (10.144.199.243) with Microsoft SMTP Server (TLS) id 14.3.266.1; Tue, 4 Apr 2017 15:31:35 +0530 From: Claudiu Zissulescu To: CC: , , Subject: [PATCH 0/3] ARC patches series Date: Tue, 04 Apr 2017 10:01:00 -0000 Message-ID: <1491299941-3908-1-git-send-email-claziss@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2017-04/txt/msg00135.txt.bz2 Hi Andrew, Please find a number of small patches which are adding support to for CRT long calls, and fixes some errors when generating dwarf information and addresses. Please let me know if more info is required, Claudiu Claudiu Zissulescu (3): [ARC] Update mode_dependent_address_p hook. [ARC] DWARF emitting cleanup. [ARC] Use long jumps for CRT calls gcc/config/arc/arc-protos.h | 1 - gcc/config/arc/arc.c | 19 ++----------------- gcc/config/arc/arc.h | 14 +++++--------- 3 files changed, 7 insertions(+), 27 deletions(-) -- 1.9.1