bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#12902: 24.3.50; emacs trunk fails to unexec on NetBSD/amd64


From: Glenn Morris
Subject: bug#12902: 24.3.50; emacs trunk fails to unexec on NetBSD/amd64
Date: Fri, 16 Nov 2012 13:42:32 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

enami tsugutomo wrote:

> --- src/unexelf.c     2012-10-20 21:30:51 +0000
> +++ src/unexelf.c     2012-11-16 03:28:04 +0000
> @@ -461,7 +461,7 @@
>  /*
>   * NetBSD does not have normal-looking user-land ELF support.
>   */
> -# if defined __alpha__ || defined __sparc_v9__
> +# if defined __alpha__ || defined __sparc_v9__ || defined _LP64
>  #  define ELFSIZE    64
>  # else
>  #  define ELFSIZE    32

Thanks; applied to emacs-24 branch.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]