* src/unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64

Needed following 2012-10-20 change.

Fixes: debbugs:12902
This commit is contained in:
enami tsugutomo 2012-11-16 13:41:00 -05:00 committed by Glenn Morris
parent cdc5d88cf6
commit 86dcf21c07
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-11-16 enami tsugutomo <tsugutomo.enami@jp.sony.com>
* unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64.
Needed following 2012-10-20 change. (Bug#12902)
2012-11-16 Glenn Morris <rgm@gnu.org>
* editfns.c (Fmessage): Mention message-log-max. (Bug#12849)

View file

@ -461,7 +461,7 @@ typedef struct {
/*
* 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