From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9038 invoked by alias); 27 Sep 2016 01:38:59 -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 9016 invoked by uid 89); 27 Sep 2016 01:38:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:264, HTo:D*qc.ca X-HELO: mail-oi0-f52.google.com Received: from mail-oi0-f52.google.com (HELO mail-oi0-f52.google.com) (209.85.218.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Sep 2016 01:38:48 +0000 Received: by mail-oi0-f52.google.com with SMTP id w11so228455823oia.2 for ; Mon, 26 Sep 2016 18:38:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=9XD3K2diY7e+EuSG2CHM7kzVRGH8nrOJ25dwIf5xqHI=; b=DTnGG7Vjo2IZTFEm+W9srxY8BCAdAt0Mu46qhKFVSZkccxyB8gnyktAExB5oqVVqzn 9XYH0g9NI6rt0qv4oV5DuZqxaeLXqd0au9EwqOm7iqLwwAPMcgIfjBiPTYJB6CjMFwyy +VoxmHrT3XaBvwCadzBwG839cW6/0oa3qFAgEA++Rbv4NXa2QDfyBUDANRgsxwv1JYJ7 0gVgFM5URy/miwHifRDXx5rMOKquIGpSzUcsKSW+r+9ka7rh/cZYuOIR1kzHxREa7bmK ODxdEY3iR/GXfAm3JxAsDQbSkkocL4mhdMpfUaKJhTUBSielppqDCEZZ7UuWC9xjviL3 lgDw== X-Gm-Message-State: AE9vXwP9lU+KuOfqULBIm57gbpvDqCq9UP7M4+xZcKq9XRqi8DYQ9dbyXQrq22b05bHbJsea0/BWaWKlwKdqAw== X-Received: by 10.202.82.67 with SMTP id g64mr30385226oib.154.1474940327231; Mon, 26 Sep 2016 18:38:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.237.20 with HTTP; Mon, 26 Sep 2016 18:38:46 -0700 (PDT) In-Reply-To: <3013c11c-3d1f-6ca1-c68e-548458f49f12@cimeq.qc.ca> References: <672a4613-af2e-14cf-f30f-dd90471f16de@cimeq.qc.ca> <2ed4bdc4-3168-acba-0382-9cea822c7032@cimeq.qc.ca> <86zimvjs1l.fsf@gmail.com> <3013c11c-3d1f-6ca1-c68e-548458f49f12@cimeq.qc.ca> From: Yao Qi Date: Tue, 27 Sep 2016 04:40:00 -0000 Message-ID: Subject: Re: [PATCH] Fix exception unwinding for ARM Cortex-M To: Adam Renquinha Cc: Fredrik Hederstierna , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00337.txt.bz2 On Mon, Sep 26, 2016 at 3:26 PM, Adam Renquinha wr= ote: > That looks correct. > Patch is pushed into master and 7.12. The rest of your original patch is still welcome! --=20 Yao (=E9=BD=90=E5=B0=A7)