From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3976 invoked by alias); 9 Aug 2016 09:17:12 -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 3954 invoked by uid 89); 9 Aug 2016 09:17:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=unwinding, Hx-languages-length:444, =e5=b0=a7?= X-HELO: mail-oi0-f47.google.com Received: from mail-oi0-f47.google.com (HELO mail-oi0-f47.google.com) (209.85.218.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 09 Aug 2016 09:17:01 +0000 Received: by mail-oi0-f47.google.com with SMTP id l203so10179352oib.1 for ; Tue, 09 Aug 2016 02:17:01 -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=ECWIk6rbUUyM94FnXEHYX3EYvipLuOsHyfLTVRcIO84=; b=HM5dZChQ79vDHFfVbePbeoPxd4Ak1JQVdf+Js+U0IOAymw0tcuf1ZXHjECRIU/tGEB Ni2Zh77y7S6W4BSdiixGvtkgF0zfLwnjNy9fGO0myeZhsrvCF2IUVOG+grDDr5BXeLvk TOodruEgMf7NW+KROMnmGsdrnqZBi5nnA9hBgwqMX5z+gflSpBYjXNK7FQStETc+7S+g vlSBsYj9/tHx7UTsczfI1gvwVzZZvtpN4x8ARMnTZM3qRQGoPLDCEjpOIomj3aY7KCOy 1p4AjOeSEBKRYye4XQJUj0p7vf57etLbC+dm4S5flSovIdaYAduNQoWPKGqvtNhc33Ch fObg== X-Gm-Message-State: AEkoouvqlGKtPdZx+oI2riC0YfJeIVj7oSDCvTeuPtkTJFOkhz7EyIHXOCmAYtQpZjRC/oGgdXwHxAdvS3JDbA== X-Received: by 10.157.39.98 with SMTP id r89mr22749131ota.102.1470734219817; Tue, 09 Aug 2016 02:16:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.172.75 with HTTP; Tue, 9 Aug 2016 02:16:59 -0700 (PDT) In-Reply-To: <672a4613-af2e-14cf-f30f-dd90471f16de@cimeq.qc.ca> References: <672a4613-af2e-14cf-f30f-dd90471f16de@cimeq.qc.ca> From: Yao Qi Date: Tue, 09 Aug 2016 09:17: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-08/txt/msg00110.txt.bz2 On Fri, Aug 5, 2016 at 8:01 PM, Adam Renquinha wro= te: > > Hmm, if I understand correctly, I should e-mail one of the gdb maintainers > to get the assignment to fill? You did that before; how it went? You can follow this, and use the third form (request-assign.future) https://sourceware.org/gdb/wiki/ContributionChecklist#FSF_copyright_Assignm= ent --=20 Yao (=E9=BD=90=E5=B0=A7)