emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110888: * src/unexelf.c (ELFSIZE)


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110888: * src/unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64
Date: Fri, 16 Nov 2012 13:41:00 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110888
fixes bug: http://debbugs.gnu.org/12902
author: enami tsugutomo <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Fri 2012-11-16 13:41:00 -0500
message:
  * src/unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64
  Needed following 2012-10-20 change.
modified:
  src/ChangeLog
  src/unexelf.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-11-16 02:40:54 +0000
+++ b/src/ChangeLog     2012-11-16 18:41:00 +0000
@@ -1,3 +1,8 @@
+2012-11-16  enami tsugutomo  <address@hidden>
+
+       * unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64.
+       Needed following 2012-10-20 change.  (Bug#12902)
+
 2012-11-16  Glenn Morris  <address@hidden>
 
        * editfns.c (Fmessage): Mention message-log-max.  (Bug#12849)

=== modified file 'src/unexelf.c'
--- a/src/unexelf.c     2012-10-20 21:30:51 +0000
+++ b/src/unexelf.c     2012-11-16 18:41:00 +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


reply via email to

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