From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933094AbcISVtv (ORCPT ); Mon, 19 Sep 2016 17:49:51 -0400 Received: from smtprelay.synopsys.com ([198.182.47.9]:34353 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932229AbcISVtu (ORCPT ); Mon, 19 Sep 2016 17:49:50 -0400 From: Vineet Gupta To: CC: , , , Vineet Gupta Subject: [PATCH 0/3] ARC unwinder switch to .eh_frame Date: Mon, 19 Sep 2016 14:49:30 -0700 Message-ID: <1474321773-18166-1-git-send-email-vgupta@synopsys.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.9.131.247] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Daniel, Give these a shot and let me know if they work fine for you. I'm working on some more improvements to unwinder which will follow a bit later. Thx, -Vineet Vineet Gupta (3): ARC: module: support R_ARC_32_PCREL relocation ARC: dw2 unwind: factor CIE specifics for .eh_frame/.debug_frame ARC: dw2 unwind: switch to .eh_frame based unwinding arch/arc/Makefile | 2 ++ arch/arc/include/asm/elf.h | 3 +-- arch/arc/kernel/entry.S | 12 ------------ arch/arc/kernel/module.c | 19 ++++++++----------- arch/arc/kernel/unwind.c | 24 +++++++++++++++++------- arch/arc/kernel/vmlinux.lds.S | 15 +++++---------- 6 files changed, 33 insertions(+), 42 deletions(-) -- 2.7.4