From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60158 invoked by alias); 26 Sep 2016 14:27:03 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 60145 invoked by uid 89); 26 Sep 2016 14:27:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: sogo.cimeq.qc.ca Received: from sogo.cimeq.qc.ca (HELO sogo.cimeq.qc.ca) (205.237.245.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 Sep 2016 14:26:51 +0000 Received: from [10.0.28.1] (unknown [10.0.28.1]) by sogo.cimeq.qc.ca (Postfix) with ESMTPSA id B4DBD2E0AE9; Mon, 26 Sep 2016 10:26:49 -0400 (EDT) Subject: Re: [PATCH] Fix exception unwinding for ARM Cortex-M To: Yao Qi References: <672a4613-af2e-14cf-f30f-dd90471f16de@cimeq.qc.ca> <2ed4bdc4-3168-acba-0382-9cea822c7032@cimeq.qc.ca> <86zimvjs1l.fsf@gmail.com> Cc: Fredrik Hederstierna , "gdb-patches@sourceware.org" From: Adam Renquinha Message-ID: <3013c11c-3d1f-6ca1-c68e-548458f49f12@cimeq.qc.ca> Date: Tue, 27 Sep 2016 01:38:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <86zimvjs1l.fsf@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2016-09/txt/msg00336.txt.bz2 That looks correct. James-Adam Renquinha Henri, Ing. jr Ingénieur d'application CIMEQ INC. Le 2016-09-25 à 22:47, Yao Qi a écrit : > Adam Renquinha writes: > >> FYI, the assignment process is done for me as well as for Fredrik. The >> patch can be submitted. > > OK, I rebased Fredrik's patch > https://sourceware.org/ml/gdb-patches/2016-08/msg00050.html, add some > commit log, and adjust the comment format a little bit. What do you > think of the patch below? If this is OK, I'll push it in to master and > 7.12 branch. >