diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-07-09 15:25:47 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-07-09 15:25:47 -0700 |
commit | af85d409a29ae435949a7fcc7065d88af0233d24 (patch) | |
tree | 62867d768e89de69bdd2db74e2117d52f14ac630 /ChangeLog | |
parent | 2eb9ef29b698bb7706833236b4b9041f0c23ceef (diff) | |
download | glibc-af85d409a29ae435949a7fcc7065d88af0233d24.tar.gz glibc-af85d409a29ae435949a7fcc7065d88af0233d24.tar.xz glibc-af85d409a29ae435949a7fcc7065d88af0233d24.zip |
PLT avoidance for _exit in rtld.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c48416b0e5..e93052d420 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2015-07-09 Roland McGrath <roland@hack.frob.com> + + * include/unistd.h: Add rtld_hidden_proto for _exit. + * posix/_exit.c: Add rtld_hidden_def. + * sysdeps/mach/hurd/_exit.c: Likewise. + * sysdeps/nacl/_exit.c: Likewise. + * sysdeps/unix/sysv/linux/_exit.c: Likewise. + * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise. + 2015-07-09 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Improve |