From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id QQx3EAihrl8mcgAAWB0awg (envelope-from ) for ; Fri, 13 Nov 2020 10:06:48 -0500 Received: by simark.ca (Postfix, from userid 112) id 340B11F08B; Fri, 13 Nov 2020 10:06:48 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=MAILING_LIST_MULTI,RDNS_NONE autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id D7FA71E552 for ; Fri, 13 Nov 2020 10:06:47 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9A3663857021; Fri, 13 Nov 2020 15:06:47 +0000 (GMT) Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 9AF173858004 for ; Fri, 13 Nov 2020 15:06:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9AF173858004 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark@simark.ca 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)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 009C71E552; Fri, 13 Nov 2020 10:06:43 -0500 (EST) Subject: Re: [PATCH 3/9] gmp-utils: New API to simply use of GMP's integer/rational/float objects To: Tom Tromey , Joel Brobecker References: <1604817017-25807-1-git-send-email-brobecker@adacore.com> <1604817017-25807-4-git-send-email-brobecker@adacore.com> <2966f3cf-955c-1849-e7ab-f01843cb7a33@simark.ca> <20201113081230.GA281286@adacore.com> <87y2j59u34.fsf@tromey.com> From: Simon Marchi Message-ID: <7b816c5b-57c2-2465-2e95-73b2c09ccc99@simark.ca> Date: Fri, 13 Nov 2020 10:06:43 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <87y2j59u34.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Language: tl Content-Transfer-Encoding: 7bit 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: , Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On 2020-11-13 10:04 a.m., Tom Tromey wrote: > Let me know if this plan is alright with you. This is fine with me. Simon