mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-16 07:29:59 +08:00
dyn_load.c: On NetBSD...
* dyn_load.c: On NetBSD, include machine/elf_machdep.h and define ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1). From-SVN: r95582
This commit is contained in:
parent
56dea94bcf
commit
7bcf4240fd
@ -1,3 +1,8 @@
|
|||||||
|
2005-02-26 Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
|
||||||
|
* dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
|
||||||
|
ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
|
||||||
|
|
||||||
2005-02-15 Bryce McKinlay <mckinlay@redhat.com>
|
2005-02-15 Bryce McKinlay <mckinlay@redhat.com>
|
||||||
|
|
||||||
PR libgcj/19823
|
PR libgcj/19823
|
||||||
|
@ -80,6 +80,11 @@
|
|||||||
# define l_name lm_name
|
# define l_name lm_name
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(NETBSD)
|
||||||
|
# include <machine/elf_machdep.h>
|
||||||
|
# define ELFSIZE ARCH_ELFSIZE
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(LINUX) && defined(__ELF__) || defined(SCO_ELF) || \
|
#if defined(LINUX) && defined(__ELF__) || defined(SCO_ELF) || \
|
||||||
(defined(FREEBSD) && defined(__ELF__)) || defined(DGUX) || \
|
(defined(FREEBSD) && defined(__ELF__)) || defined(DGUX) || \
|
||||||
(defined(NETBSD) && defined(__ELF__)) || defined(HURD)
|
(defined(NETBSD) && defined(__ELF__)) || defined(HURD)
|
||||||
|
Loading…
Reference in New Issue
Block a user