From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: MPS: Forwording symbols Date: Mon, 17 Jun 2024 14:47:28 +0300 Message-ID: <867censsdr.fsf@gnu.org> References: <87jziod6yc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10724"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eller.helmut@gmail.com, emacs-devel@gnu.org To: Gerd =?iso-8859-1?Q?M=F6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 17 13:48:02 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sJAq9-0002WB-NI for ged-emacs-devel@m.gmane-mx.org; Mon, 17 Jun 2024 13:48:01 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sJApp-00029y-4u; Mon, 17 Jun 2024 07:47:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sJApn-00029j-VZ for emacs-devel@gnu.org; Mon, 17 Jun 2024 07:47:40 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sJApn-000790-MM; Mon, 17 Jun 2024 07:47:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=JMq+9DfdlGS3bZTQGTDgwhJsnNQP4Q83LADuOujOJbI=; b=kql+WRjThkhhuWv01jTC VlH/fsAobL8w7QBrg39RTOartJ1Pz7xozft01wMZy4pzFuJ1lXao22vPbQMwKPZRVgPH37BpX6zdr v83QT3MmeyeOjkqoRi6kQe2qk+nrpxL/4wGE1PMM3FNOjcS3NUpknsPf5FfK0AIq3juueSVrJs9qD Ncc3lADuiWjCfGYbTyxvVeR9qTsMfajaNVYyHphWS0Kd3T9ZTEKVMjjnlIsyEy3FFxprfAYgllfit Urj8i1cJSWjo5ZaPac6bEyBfJozltOkrr94l/4wpXx56YLRx8MnRotHi1xLxuw0ZWmBKvDDyMbUrO GoFlXOvPvZ36ag==; In-Reply-To: (message from Gerd =?iso-8859-1?Q?M=F6llmann?= on Mon, 17 Jun 2024 05:43:11 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:320207 Archived-At: > From: Gerd Möllmann > Cc: Emacs Devel , Eli Zaretskii > Date: Mon, 17 Jun 2024 05:43:11 +0200 > > Helmut Eller writes: > > > Below is what I currently have. > > And pushed. This leads to CC pdumper.o CC igc.o igc.c:4746:1: warning: no previous prototype for 'print_gaps' [-Wmissing-prototypes] 4746 | print_gaps (size_t start, size_t len) | ^~~~~~~~~~ igc.c:4612:1: warning: 'mirror_dump' defined but not used [-Wunused-function] 4612 | mirror_dump (void *start, void *end) | ^~~~~~~~~~~ pdumper.c:5215:1: warning: 'dump_mmap_contiguous_vm' defined but not used [-Wunused-function] 5215 | dump_mmap_contiguous_vm (struct dump_memory_map *maps, int nr_maps, | ^~~~~~~~~~~~~~~~~~~~~~~ pdumper.c:5098:1: warning: 'dump_mmap_contiguous_heap' defined but not used [-Wunused-function] 5098 | dump_mmap_contiguous_heap (struct dump_memory_map *maps, int nr_maps, | ^~~~~~~~~~~~~~~~~~~~~~~~~ (the warnings should be harmless, as they are about functions that are defined, but not used), followed by an infloop in generating/updating loaddefs.el.