2008-08-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR build/2490 * solib-pa64.c: Only compile if both HAVE_ELF_HP_H and __LP64__ are defined.
This commit is contained in:
parent
e6ad058ac4
commit
fb6d93b2a9
@ -1,3 +1,9 @@
|
||||
2008-08-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
PR build/2490
|
||||
* solib-pa64.c: Only compile if both HAVE_ELF_HP_H and __LP64__ are
|
||||
defined.
|
||||
|
||||
2008-08-05 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* bcache.c (deprecated_bcache_added): Initialize obstack.
|
||||
|
@ -46,7 +46,7 @@
|
||||
|
||||
/* We can build this file only when running natively on 64-bit HP/UX.
|
||||
We check for that by checking for the elf_hp.h header file. */
|
||||
#ifdef HAVE_ELF_HP_H
|
||||
#if defined(HAVE_ELF_HP_H) && defined(__LP64__)
|
||||
|
||||
/* FIXME: kettenis/20041213: These includes should be eliminated. */
|
||||
#include <dlfcn.h>
|
||||
|
Loading…
Reference in New Issue
Block a user