From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 50BD73857B8A for ; Wed, 21 Sep 2022 15:02:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 50BD73857B8A Received: from [10.0.0.11] (unknown [217.28.27.60]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id A5B661E110; Wed, 21 Sep 2022 11:02:09 -0400 (EDT) Message-ID: <57704b19-9ffb-5fce-f35e-98aef1c52df6@simark.ca> Date: Wed, 21 Sep 2022 11:02:09 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH 2/4] gdb: remove TYPE_TARGET_TYPE Content-Language: en-US To: Tom Tromey , Simon Marchi via Gdb-patches Cc: Simon Marchi References: <20220916150836.527213-1-simon.marchi@efficios.com> <20220916150836.527213-2-simon.marchi@efficios.com> <87k05w4vwr.fsf@tromey.com> From: Simon Marchi In-Reply-To: <87k05w4vwr.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2022 15:02:48 -0000 On 2022-09-21 10:57, Tom Tromey wrote: > Simon> Remove the macro, replace all uses by calls to type::length. > > This patch removes TYPE_TARGET_TYPE but the commit message says > something different. Yeah, Lancelot pointed it out, thanks. Simon