mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
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:
@ -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>
|
2008-08-05 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* bcache.c (deprecated_bcache_added): Initialize obstack.
|
* 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 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. */
|
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. */
|
/* FIXME: kettenis/20041213: These includes should be eliminated. */
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
Reference in New Issue
Block a user