mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
[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].
This commit is contained in:
parent
a28b6b0a55
commit
f8286ce613
14
ChangeLog
14
ChangeLog
@ -1,3 +1,17 @@
|
||||
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].
|
||||
|
||||
2005-02-26 GOTO Masanori <gotom@debian.or.jp>
|
||||
|
||||
* csu/Makefile: Use printf instead of echo for some shells.
|
||||
|
@ -110,6 +110,8 @@ int __stack_prot attribute_hidden attribute_relro
|
||||
= PROT_GROWSDOWN;
|
||||
#elif _STACK_GROWS_UP && defined PROT_GROWSUP
|
||||
= PROT_GROWSUP;
|
||||
#else
|
||||
= 0;
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user