diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-20 22:36:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-20 22:36:43 +0000 |
commit | fb84593c439da7998f29777525b4ad49d379b2a1 (patch) | |
tree | 3423afc26d2462efec045b0397c94a2cc181aa9d /ChangeLog | |
parent | b83fb35cd1eb2f8d2178f943f94039771cb18820 (diff) | |
download | glibc-fb84593c439da7998f29777525b4ad49d379b2a1.tar.gz glibc-fb84593c439da7998f29777525b4ad49d379b2a1.tar.xz glibc-fb84593c439da7998f29777525b4ad49d379b2a1.zip |
* csu/libc-start.c: Don't handle VDSO_SETUP here.
* sysdeps/unix/sysv/linux/init-first.c: Handle it here instead. * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to... * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this. New file. * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code to... * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here. New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e02593ccbf..5de9673f44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-08-20 Ulrich Drepper <drepper@redhat.com> + + * csu/libc-start.c: Don't handle VDSO_SETUP here. + * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead. + * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to... + * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this. New file. + * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code + to... + * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here. New file. + 2007-08-18 Ulrich Drepper <drepper@redhat.com> * po/nl.po: Update from translation team. |