From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4943 invoked by alias); 2 Mar 2018 11:44:35 -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 3100 invoked by uid 89); 2 Mar 2018 11:44:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pf0-f177.google.com Received: from mail-pf0-f177.google.com (HELO mail-pf0-f177.google.com) (209.85.192.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 02 Mar 2018 11:44:33 +0000 Received: by mail-pf0-f177.google.com with SMTP id x1so2021359pfh.7 for ; Fri, 02 Mar 2018 03:44:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=bQ7oSvnGLrGQ/05s5jOu5+VKe51lY3ATxabzMHRlI2A=; b=akrTUlI1t51FQU6ytTI3NHx6HNPwMRHJACspD60udywFphdvFCXhzasq3Pco9gyNx0 l+G13rgxE3pVTbiWPx9BScrKAxJkqZemae3jJipJlp50Nf72uhLO376JHMb3Lha9hVGx O3MrGgX0tVyexlGCARPumNwT6ugZJYmr4f6eOnECA+9RiFfS0v64qXOWu8Ey38jbOeEr B/LZfX7jazES1S2cOq7rZalTwTSKHwIIDEsTGhy1u3QiSEHrFS4PEqa46uLFSzDBwrK7 NlAMIaTRwXXl6GN0TppMI/h8BC3E9cr8EIiZDBUybUBRwzcbFKtJixPGFcrMLshOOOMA 1Plw== X-Gm-Message-State: APf1xPBn1hR+iezURwoQ7HpuyC8LixbDfdsIb3ovr7qiRuxIM6fm/i23 yXtHX2NAez31ft8c1PcYhAT6Uw== X-Google-Smtp-Source: AG47ELtEiQ7KYO0Mz79Ko+FxaPi4GWmZIJ9fX6FaDlQmUwiJIYO5AuapPKQCkQxUPrK0ZFAH7xLLcA== X-Received: by 10.101.85.67 with SMTP id t3mr4385098pgr.310.1519991071929; Fri, 02 Mar 2018 03:44:31 -0800 (PST) Received: from E107787-LIN (gcc114.osuosl.org. [140.211.9.72]) by smtp.gmail.com with ESMTPSA id g186sm12471731pfb.168.2018.03.02.03.44.30 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 02 Mar 2018 03:44:31 -0800 (PST) From: Yao Qi To: Thomas Preudhomme Cc: Pedro Alves , GDB Patches Subject: Re: [PATCH, gdb/testsuite] Use %progbits in watch-loc.c References: <65a57999-129f-c29c-4fd7-af198926cb15@foss.arm.com> Date: Fri, 02 Mar 2018 11:44:00 -0000 In-Reply-To: <65a57999-129f-c29c-4fd7-af198926cb15@foss.arm.com> (Thomas Preudhomme's message of "Thu, 1 Mar 2018 19:02:04 +0000") Message-ID: <86606e4s85.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00050.txt.bz2 Thomas Preudhomme writes: > 2018-03-01 Thomas Preud'homme > > * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits. Patch is good to me. A nit, can you update gdb.mi/dw2-ref-missing-frame-func.c as well? @progbits is used there as wel= l. --=20 Yao (=E9=BD=90=E5=B0=A7)