Andreas Schwab <sch...@linux-m68k.org> writes:

> On Jul 25 2017, "Michael Karcher" <mkarc...@zedat.fu-berlin.de> wrote:
>
>> struct Lisp_Symbol alignas (GCALIGNMENT) lispsym[1101];
>>
>> This does not generate an array of aligned elements, but an aligned array
>> of non-aligned elements.
>
> Thanks, I have fixed that.

OK, just to make sure I followed correctly, it looks like I should
probably apply something like this to the Debian packages?

  commit 7a4d9f6304cffa39642507609605bcbfa40d4675
  Author: Andreas Schwab <sch...@linux-m68k.org>
  Date:   Tue Jul 25 01:12:50 2017 +0200

    Properly align global lispsym
    
    * lib-src/make-docfile.c (close_emacs_globals): Wrap struct
    Lisp_Symbols inside struct.
    * src/alloc.c (sweep_symbols): Update use of lispsym.
    * src/lisp.h (builtin_lisp_symbol): Likewise.

Thanks all for the help
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4

Reply via email to