From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27449 invoked by alias); 23 May 2017 13:08:49 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 27426 invoked by uid 89); 23 May 2017 13:08:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: smtprelay.synopsys.com Received: from smtprelay.synopsys.com (HELO smtprelay.synopsys.com) (198.182.47.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 23 May 2017 13:08:47 +0000 Received: from mailhost.synopsys.com (mailhost3.synopsys.com [10.12.238.238]) by smtprelay.synopsys.com (Postfix) with ESMTP id E440424E131D for ; Tue, 23 May 2017 06:08:49 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id C81F89C9 for ; Tue, 23 May 2017 06:08:49 -0700 (PDT) Received: from US01WEHTC3.internal.synopsys.com (us01wehtc3.internal.synopsys.com [10.15.84.232]) by mailhost.synopsys.com (Postfix) with ESMTP id B87D09C7 for ; Tue, 23 May 2017 06:08:49 -0700 (PDT) Received: from IN01WEHTCB.internal.synopsys.com (10.144.199.106) by US01WEHTC3.internal.synopsys.com (10.15.84.232) with Microsoft SMTP Server (TLS) id 14.3.266.1; Tue, 23 May 2017 06:08:49 -0700 Received: from IN01WEHTCA.internal.synopsys.com (10.144.199.104) by IN01WEHTCB.internal.synopsys.com (10.144.199.105) with Microsoft SMTP Server (TLS) id 14.3.266.1; Tue, 23 May 2017 18:38:46 +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, 23 May 2017 18:38:46 +0530 From: Claudiu Zissulescu To: CC: , , Subject: [PATCH 0/2] [ARC] Profile and JLI patches Date: Tue, 23 May 2017 13:08:00 -0000 Message-ID: <1495544749-4457-1-git-send-email-claziss@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2017/txt/msg00349.txt.bz2 From: claziss Hi, I have two patches for ARC backend which adds support for profiler (via mcount), and for JLI instructions. OK to apply? Claudiu Claudiu Zissulescu (2): [ARC] Add profile support. [ARC] Add JLI support. libgloss/arc/Makefile.in | 20 ++- libgloss/arc/crt0.S | 21 ++- libgloss/arc/gcrt0.S | 79 +++++++++ libgloss/arc/mcount.c | 422 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 533 insertions(+), 9 deletions(-) create mode 100644 libgloss/arc/gcrt0.S create mode 100644 libgloss/arc/mcount.c -- 1.9.1