From: Roland McGrath Date: Thu, 26 Jun 2003 19:54:47 +0000 (+0000) Subject: * elf/elf.h (AT_SECURE): New macro. X-Git-Tag: cvs/glibc-2_3_3~516 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a7de7da4b8792d2da10a86bfaa761337ac4e910;p=thirdparty%2Fglibc.git * elf/elf.h (AT_SECURE): New macro. * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Grok it, set __libc_enable_secure. (_dl_show_auxv): Add AT_SECURE to name table. * elf/dl-support.c (_dl_aux_init): Grok AT_SECURE, set __libc_enable_secure and __libc_enable_secure_decided. * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE] (HAVE_AUX_SECURE): Define it. * sysdeps/unix/sysv/linux/kernel-features.h [__LINUX_KERNEL_VERSION >= 132425] (__ASSUME_AT_SECURE): Define it. --- diff --git a/ChangeLog b/ChangeLog index 779a6f4bdf3..9fb90779c28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2003-06-26 Roland McGrath + + * elf/elf.h (AT_SECURE): New macro. + * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Grok it, + set __libc_enable_secure. + (_dl_show_auxv): Add AT_SECURE to name table. + * elf/dl-support.c (_dl_aux_init): Grok AT_SECURE, set + __libc_enable_secure and __libc_enable_secure_decided. + * sysdeps/unix/sysv/linux/ldsodefs.h + [__ASSUME_AT_SECURE] (HAVE_AUX_SECURE): Define it. + * sysdeps/unix/sysv/linux/kernel-features.h + [__LINUX_KERNEL_VERSION >= 132425] (__ASSUME_AT_SECURE): Define it. + 2003-06-26 Ulrich Drepper * io/test-utime.c: If _STATBUF_ST_NSEC is defined, adjust lower