From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22702 invoked by alias); 18 Aug 2015 00:50:40 -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 22690 invoked by uid 89); 18 Aug 2015 00:50:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vk0-f45.google.com Received: from mail-vk0-f45.google.com (HELO mail-vk0-f45.google.com) (209.85.213.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 18 Aug 2015 00:50:38 +0000 Received: by vkm66 with SMTP id 66so2258486vkm.1 for ; Mon, 17 Aug 2015 17:50:36 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.52.21.2 with SMTP id r2mr5008593vde.26.1439859036489; Mon, 17 Aug 2015 17:50:36 -0700 (PDT) Received: by 10.31.204.68 with HTTP; Mon, 17 Aug 2015 17:50:36 -0700 (PDT) In-Reply-To: <1439848790-3488-3-git-send-email-jcmvbkbc@gmail.com> References: <1439848790-3488-1-git-send-email-jcmvbkbc@gmail.com> <1439848790-3488-3-git-send-email-jcmvbkbc@gmail.com> Date: Tue, 18 Aug 2015 00:51:00 -0000 Message-ID: Subject: Re: [PATCH 2/3] xtensa: use unwind-dw2-fde-dip instead of unwind-dw2-fde From: "augustine.sterling@gmail.com" To: Max Filippov Cc: "gcc-patches@gcc.gnu.org" , "linux-xtensa@linux-xtensa.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-08/txt/msg00944.txt.bz2 On Mon, Aug 17, 2015 at 2:59 PM, Max Filippov wrote: > This allows having exception cleanup code in binaries that don't > register their unwind tables. > > 2015-08-18 Max Filippov > libgcc/ > * config/xtensa/t-windowed (LIB2ADDEH): Replace unwind-dw2-fde > with unwind-dw2-fde-dip. Approved.