From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8604 invoked by alias); 15 Feb 2017 23:34:01 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 8580 invoked by uid 89); 15 Feb 2017 23:34:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=whitespace, H*F:U*mark, apologies, filters X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org From: Mark Wielaard To: elfutils-devel@sourceware.org Cc: Ulf Hermann Subject: frame unwinding patches Date: Wed, 15 Feb 2017 23:34:00 -0000 Message-Id: <1487201610-8381-1-git-send-email-mark@klomp.org> X-Mailer: git-send-email 1.8.3.1 X-SW-Source: 2017-q1/txt/msg00038.txt.bz2 Hi, I put all three frame pointer unwinding fallback patches on the mjw/fp-unwind branch. I'll also sent them to the list using git send-mail --annotate taking out the binary file patches. Hopefully that will make them appear on the list, bypassing the spam filters. [PATCH 1/3] Add frame pointer unwinding as fallback on x86_64 [PATCH 2/3] Add frame pointer unwinding as fallback on arm [PATCH 3/3] Add frame pointer unwinding for aarch64 I had to hand apply a few things because of whitespace adjustments. Hopefully I did it right and this is how Ulf intended the patches. If not, my apologies, and please let me know what changes you did intend. Cheers, Mark