From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.bob131.so (server2.bob131.so [128.199.153.143]) by sourceware.org (Postfix) with ESMTPS id 573C338515FB for ; Thu, 29 Jul 2021 17:02:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 573C338515FB Received: from internal.mail.bob131.so (localhost [127.0.0.1]) by mail.bob131.so (Postfix) with ESMTP id 6CE1C3EA36; Thu, 29 Jul 2021 17:01:52 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 mail.bob131.so 6CE1C3EA36 Date: Fri, 30 Jul 2021 03:01:50 +1000 From: George Barrett To: Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH v3 1/3] gdbtypes: return value from get_unsigned_type_max Message-ID: References: <6-nou03zjdt7znv7en-rj/.p1fg6ovruu-op5_qcpmqs&zn3c/5n@mail.bob131.so> <133a963e-2517-2ecb-2eeb-0df078a43f81@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <133a963e-2517-2ecb-2eeb-0df078a43f81@polymtl.ca> X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Thu, 29 Jul 2021 17:02:26 -0000 On Thu, Jul 29, 2021 at 12:53:51PM -0400, Simon Marchi wrote: > Thanks, I'll push it with this small change: > > Ah, sorry I missed those. Clearly wasn't paying enough attention. Thanks!