From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19257 invoked by alias); 11 Apr 2017 15:12:05 -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 6818 invoked by uid 89); 11 Apr 2017 15:11:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f45.google.com Received: from mail-wm0-f45.google.com (HELO mail-wm0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Apr 2017 15:11:55 +0000 Received: by mail-wm0-f45.google.com with SMTP id u2so3328411wmu.0 for ; Tue, 11 Apr 2017 08:11:56 -0700 (PDT) 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:in-reply-to:user-agent; bh=HKHyxd9uh/c3rg6Ft5wgrCD5gUQBoc2fQac2H3sPwgE=; b=GUiwY7YA8jfqnZCCrCSAOaVO92eYWSdm3m2QBD46lUB5S33M9NCe/xN9GN+ypzWFe4 YdNZBJcJUkW9TOoToxuAeP9Esaes9wYNkdmmsyj1vgSMED06EZwSF+2PDmnf3RcsZj26 Vq8ndiMl9S7Dzt9BvNOPDPioHPdb5ObnCLKlsSISlxi08RnonmxkTRthKq555YxqHDBZ SjSoIJoY559CsM5xTE4nA+p0X8M8n+HmBlyZrV478keA4SyiAuswWu2337zCIosey4nT dWme8EDV5mBB5x/V3/0scrlfjYnlDJ5HRmMez4IzukldyWwdxtdWIu50C1NfLFEJ3uQK A7TQ== X-Gm-Message-State: AN3rC/6TFQG+Vdvds9sTQyHLf4B4rTgB1oiFQxqQWFWKEmaYlynR8yng0by+yolLoA7XQg== X-Received: by 10.28.167.216 with SMTP id q207mr15333011wme.134.1491923514206; Tue, 11 Apr 2017 08:11:54 -0700 (PDT) Received: from localhost (host86-190-190-198.range86-190.btcentralplus.com. [86.190.190.198]) by smtp.gmail.com with ESMTPSA id s27sm21933002wra.69.2017.04.11.08.11.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Apr 2017 08:11:53 -0700 (PDT) Date: Tue, 11 Apr 2017 15:12:00 -0000 From: Andrew Burgess To: Claudiu Zissulescu Cc: gcc-patches@gcc.gnu.org, Francois.Bedard@synopsys.com Subject: Re: [PATCH 0/3] ARC patches series Message-ID: <20170411151144.GO21747@embecosm.com> References: <1491299941-3908-1-git-send-email-claziss@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1491299941-3908-1-git-send-email-claziss@synopsys.com> X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.6.1 (2016-04-27) X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00533.txt.bz2 * Claudiu Zissulescu [2017-04-04 11:58:58 +0200]: > 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 These all look fine. Thanks, Andrew > > 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 >