diff options
author | Roland McGrath <roland@gnu.org> | 2003-09-24 01:56:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-09-24 01:56:08 +0000 |
commit | c70ba48888000f00556aa91348c9c5a33a508b49 (patch) | |
tree | eb0d2bf8d0d96ff29d929d6ba2efe397262c8109 /ChangeLog | |
parent | 217ed70e1381922db0d0d7fa41e4938114848251 (diff) | |
download | glibc-c70ba48888000f00556aa91348c9c5a33a508b49.zip glibc-c70ba48888000f00556aa91348c9c5a33a508b49.tar.gz glibc-c70ba48888000f00556aa91348c9c5a33a508b49.tar.bz2 |
* elf/rtld.c (dl_main): In rtld_is_main case, reinitialize
GL(dl_stack_flags) according to rtld's own PT_GNU_STACK.
Move GL(dl_make_stack_executable_hook) initialization up.
* elf/tst-execstack-prog.c: New file.
* elf/Makefile (tests-execstack-yes): Add it.
(LDFLAGS-tst-execstack-prog): New variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-09-23 Roland McGrath <roland@redhat.com> + + * elf/rtld.c (dl_main): In rtld_is_main case, reinitialize + GL(dl_stack_flags) according to rtld's own PT_GNU_STACK. + Move GL(dl_make_stack_executable_hook) initialization up. + * elf/tst-execstack-prog.c: New file. + * elf/Makefile (tests-execstack-yes): Add it. + (LDFLAGS-tst-execstack-prog): New variable. + 2003-09-23 Jakub Jelinek <jakub@redhat.com> * sysdeps/x86_64/dl-machine.h (RTLD_START): Set __libc_stack_end |