From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124833 invoked by alias); 14 Jan 2020 16:28: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 124825 invoked by uid 89); 14 Jan 2020 16:28:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 14 Jan 2020 16:28:48 +0000 Received: from [172.16.0.95] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id D13C81E4B2; Tue, 14 Jan 2020 11:28:46 -0500 (EST) Subject: Re: [PATCH] Support for DWARF5 location lists entries To: "Achra, Nitika" , "gdb-patches@sourceware.org" Cc: Ali Tamur , "George, Jini Susan" References: <48103fb5-d3ee-0ae0-92a7-f1c02debd449@simark.ca> <0d36089b-1890-c579-7715-641e94dd4bb6@simark.ca> <27bfa975-e28d-eafb-d9db-f0d2be5f5bde@simark.ca> From: Simon Marchi Message-ID: <63fd3ce4-810b-d231-f238-85fe6d2dbb1f@simark.ca> Date: Tue, 14 Jan 2020 16:56:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2020-01/txt/msg00378.txt.bz2 On 2020-01-14 2:02 a.m., Achra, Nitika wrote: > [AMD Official Use Only - Internal Distribution Only] > > Hi Simon, > > Sorry, I missed the comment. And I will try to setup the git-send-email before the next patch. Thank you. Thanks. I could push this patch on your behalf, but I am having trouble applying it, probably because your client (I'm guessing outlook?) has messed with it. Could you please generate it with git-format-patch and send it as an attachment? This way it should arrive intact. Simon