diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-01 20:55:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-01 20:55:00 +0000 |
commit | f8286ce6138633483521fc836d4aff94a5f84d23 (patch) | |
tree | 74863bec6337c4dde071edcb04b4b8a08bc22873 /sysdeps/arm | |
parent | a28b6b0a55c325ec7a990dc41ed5d8ec7f9af07c (diff) | |
download | glibc-f8286ce6138633483521fc836d4aff94a5f84d23.tar glibc-f8286ce6138633483521fc836d4aff94a5f84d23.tar.gz glibc-f8286ce6138633483521fc836d4aff94a5f84d23.tar.bz2 glibc-f8286ce6138633483521fc836d4aff94a5f84d23.zip |
[BZ #721]
2005-03-01 Roland McGrath <roland@redhat.com>
[BZ #721]
* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
of [RESOLVE_MAP].
2005-03-01 Alfred M. Szmidt <ams@gnu.org>
* elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]:
Add missing initializer.
* malloc/arena.c: #include <stdbool.h> outside of [SHARED &&
USE_TLS && !USE___THREAD].
Diffstat (limited to 'sysdeps/arm')
-rw-r--r-- | sysdeps/arm/dl-machine.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sysdeps/arm/dl-machine.h b/sysdeps/arm/dl-machine.h index 761f8daeaa..e8015ac5fe 100644 --- a/sysdeps/arm/dl-machine.h +++ b/sysdeps/arm/dl-machine.h @@ -1,5 +1,5 @@ /* Machine-dependent ELF dynamic relocation inline functions. ARM version. - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -350,13 +350,14 @@ elf_machine_plt_value (struct link_map *map, const Elf32_Rel *reloc, #endif /* !dl_machine_h */ -#ifdef RESOLVE /* ARM never uses Elf32_Rela relocations for the dynamic linker. Prelinked libraries may use Elf32_Rela though. */ -# ifdef RTLD_BOOTSTRAP -# define ELF_MACHINE_NO_RELA 1 -# endif +#ifdef RTLD_BOOTSTRAP +# define ELF_MACHINE_NO_RELA 1 +#endif + +#ifdef RESOLVE /* Deal with an out-of-range PC24 reloc. */ static Elf32_Addr |