From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: Preview: portable dumper Date: Mon, 19 Feb 2018 14:46:57 -0800 Message-ID: <808f9ee3-0f3e-12fa-a00d-46ee77b139c1@dancol.org> References: <58430d23-3b86-44e7-8346-25f0cbefb6ef@email.android.com> <87k1v8d5dt.fsf@linux-m68k.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1519080367 14748 195.159.176.226 (19 Feb 2018 22:46:07 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Feb 2018 22:46:07 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 Cc: Angelo Graziosi , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 19 23:46:03 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enuBn-00020E-FV for ged-emacs-devel@m.gmane.org; Mon, 19 Feb 2018 23:45:39 +0100 Original-Received: from localhost ([::1]:52687 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enuDp-0007iT-Pu for ged-emacs-devel@m.gmane.org; Mon, 19 Feb 2018 17:47:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enuDC-0007ht-58 for emacs-devel@gnu.org; Mon, 19 Feb 2018 17:47:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1enuDB-0007uO-Bh for emacs-devel@gnu.org; Mon, 19 Feb 2018 17:47:06 -0500 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:45846) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1enuDB-0007u0-2d for emacs-devel@gnu.org; Mon, 19 Feb 2018 17:47:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject; bh=2/9XmDMlp8u8jiDZ85SxowxZ2tMUX7kZ7941TUqUF+A=; b=d/12eLFkpVLR6UqL4LuJWMqgiOWjC/JnYB8iZ/ZY1bjS3Rtzy9yyh1URdA5DeSQ2gUSaIoPfHCYl6MMCgFtoC/Rv6mv1tUziJV/dIMjMw2D5vnUXhf30h9BS9syn0coQUaR/aGiBTHYmt6FUjzU190v24MX8/E+BcCqGvkJHEJ6V43hJEWo3gDZ3NisIeERVzLLxDXgckM66+2pZP42TZnJNIQNagt4s0IK1YpR4d9wztFTHuI/+jlJFY7M98RAnOyzsdHynEmOy+1ChHBo+kpjCszmPCcsSmxouEe7pXEbOuOlMlTRraAicjfMyF2/h64KBI1Vz4gOXP5m5ptMLKw==; Original-Received: from [2604:4080:1321:8ab0:44b2:9e86:5cc1:dc9b] by dancol.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1enuD9-0002M5-IO; Mon, 19 Feb 2018 14:47:03 -0800 In-Reply-To: <87k1v8d5dt.fsf@linux-m68k.org> Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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:223457 On 02/19/2018 01:41 PM, Andreas Schwab wrote: > On Feb 19 2018, Daniel Colascione wrote: > >>
On Feb 19, 2018 12:39 PM, Andreas Schwab <schwab@linux-m68k.org> wrote:

On Feb 19 2018, Daniel Colascione <dancol@dancol.org> wrote: >>
>> >>
>> > pdumper works for me in both 32- and 64-bit forms on x86. >>
>> >>
>> That's pure luck.  There is nothing that forces the size of struct >>
>> buffer to be EMACS_INT aligned. >>


No, there isn't. That's why the code generally doesn't require that it be.
> > Then you need to fix that. I will, but I don't understand why you've been so unhelpful.