From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Size of emacs.pdmp changes between successive installs Date: Wed, 20 Nov 2019 11:59:05 -0800 Organization: UCLA Computer Science Department Message-ID: References: <871ru34tq0.fsf@igel.home> <87o8x7344g.fsf@igel.home> <3984229f-b4e1-c347-a378-6f44d53bfc60@cs.ucla.edu> <63ffb8bc-2269-70fa-d91b-aec0cf24fb3e@cs.ucla.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------E6D577BC5EE2BBA2BB402033" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="190203"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 Cc: Ulrich Mueller , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 20 21:00:12 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iXW91-000nE1-0O for ged-emacs-devel@m.gmane.org; Wed, 20 Nov 2019 21:00:07 +0100 Original-Received: from localhost ([::1]:33994 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXW8z-0002ZZ-9s for ged-emacs-devel@m.gmane.org; Wed, 20 Nov 2019 15:00:05 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51675) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXW85-0002ZT-4H for emacs-devel@gnu.org; Wed, 20 Nov 2019 14:59:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXW84-0001NL-5G for emacs-devel@gnu.org; Wed, 20 Nov 2019 14:59:09 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:55730) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iXW83-0001Mn-Uu for emacs-devel@gnu.org; Wed, 20 Nov 2019 14:59:08 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 2DB1416018B; Wed, 20 Nov 2019 11:59:07 -0800 (PST) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Qb3XDFHnK5nq; Wed, 20 Nov 2019 11:59:06 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 6C58B1601B6; Wed, 20 Nov 2019 11:59:06 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id qIZHanEiIXNy; Wed, 20 Nov 2019 11:59:06 -0800 (PST) Original-Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 4DF6216018B; Wed, 20 Nov 2019 11:59:06 -0800 (PST) In-Reply-To: <63ffb8bc-2269-70fa-d91b-aec0cf24fb3e@cs.ucla.edu> Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:242539 Archived-At: This is a multi-part message in MIME format. --------------E6D577BC5EE2BBA2BB402033 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 11/20/19 11:54 AM, Paul Eggert wrote: > Suggested rewording? Never mind, I installed the attached. --------------E6D577BC5EE2BBA2BB402033 Content-Type: text/x-patch; charset=UTF-8; name="0001-src-sysdep.c-Improve-comment-wording.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-src-sysdep.c-Improve-comment-wording.patch" >From 9ca40c4e701e925eaf4b580b20a261737d578706 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 20 Nov 2019 11:57:17 -0800 Subject: [PATCH] * src/sysdep.c: Improve comment wording. --- src/sysdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysdep.c b/src/sysdep.c index e34ab2eb58..b436bfe74a 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -167,7 +167,7 @@ maybe_disable_address_randomization (int argc, char **argv) { /* If dumping via unexec, ASLR must be disabled, as otherwise data may be scattered and undumpable as a simple executable. - If pdumping, disabling ASLR makes the .pdmp file reproducible. */ + If pdumping, disabling ASLR lessens differences in the .pdmp file. */ bool disable_aslr = will_dump_p (); # ifdef __PPC64__ disable_aslr = true; -- 2.23.0 --------------E6D577BC5EE2BBA2BB402033--