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 /ChangeLog | |
parent | a28b6b0a55c325ec7a990dc41ed5d8ec7f9af07c (diff) | |
download | glibc-f8286ce6138633483521fc836d4aff94a5f84d23.zip glibc-f8286ce6138633483521fc836d4aff94a5f84d23.tar.gz glibc-f8286ce6138633483521fc836d4aff94a5f84d23.tar.bz2 |
[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 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |