From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29622 invoked by alias); 6 Nov 2017 11:58:28 -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 29283 invoked by uid 89); 6 Nov 2017 11:58:28 -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=Hx-languages-length:473, overload, H*r:sk:static., HContent-Transfer-Encoding:8bit X-HELO: mail-wm0-f48.google.com Received: from mail-wm0-f48.google.com (HELO mail-wm0-f48.google.com) (74.125.82.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 Nov 2017 11:58:27 +0000 Received: by mail-wm0-f48.google.com with SMTP id y83so13576813wmc.4 for ; Mon, 06 Nov 2017 03:58:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=937+LpWQq9+aXS8Bw+ZcR+34v6hlUHIFtJjeouA0yM4=; b=IOrne2lvfKx/I58q61/1SIqFaCMZvJy+rAedCkcznI2tZHgzS1FzO2A+hhLNpc5XNg cV3VKm/YKMjyhMrpKjteAYHryAL9BuaqtT69isuDoiuhrBRpOoF84NVK3R5D52GHilfh zWY6wozFeH3Rs6t0oIJrMZ0Cs1gq4CpJerimgf+/cj4It8z4pXcyq3ZhLtF/bpxf16+x oOHmE2nV1f6tRFFO/lwodQXxSijmc0K3zoXfLfOkoD/MjZJ4DYWz5tOw8Maqm2MgXeRz f5bmv4GPtbMXs4K2PwGyeOWvaY+ojHfQateQfcy91X6kfmbpFUDmOdOYw4ycz1Kmz212 ZGlw== X-Gm-Message-State: AMCzsaXYfr0zzsOS6ZqPpU000Lfx/Uqp2m4ohJt2a80NCpqxV1Kt4VEO YHfxj8IFrIksbqswPPOsPAQ= X-Google-Smtp-Source: ABhQp+TrV767ffu9cRzZWk5UDSgV/4QP+r4ZNZC6JEpfDXFzogTGUeg7S64wDib7fvzqvPlXIm5Etw== X-Received: by 10.80.172.55 with SMTP id v52mr20861249edc.143.1509969504811; Mon, 06 Nov 2017 03:58:24 -0800 (PST) Received: from 1170ee0b50d5 (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id b17sm10863494edj.21.2017.11.06.03.58.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Nov 2017 03:58:24 -0800 (PST) Date: Mon, 06 Nov 2017 11:58:00 -0000 From: Yao Qi To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [RFA 2/4] Remove cmd_cfunc_ftype Message-ID: <20171106115822.GB318@1170ee0b50d5> References: <20171016032239.24561-1-tom@tromey.com> <20171016032239.24561-3-tom@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171016032239.24561-3-tom@tromey.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg00109.txt.bz2 On 17-10-15 21:22:37, Tom Tromey wrote: > This removes cmd_cfunc_ftype and the non-const overload of add_cmd; > then fixes up the fallout. > > For the most part this patch is straightforward. There are a few > files (go32-nat.c, windows-nat.c, and gnu-nat.c) that I could not > compile; so I made a best effort there. > You can use x86_64-w64-mingw32 cross compiler to verify your changes in windows-nat.c at least. -- Yao (齐尧)