* src/unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64
Needed following 2012-10-20 change. Fixes: debbugs:12902
This commit is contained in:
parent
cdc5d88cf6
commit
86dcf21c07
2 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue