diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-22 07:55:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-22 07:55:35 +0000 |
commit | be184b1d265431c975332eea4047d3a69f7e9f57 (patch) | |
tree | 86d70d6b49871e35e619503089b6ecc155024616 /ChangeLog | |
parent | 57b47af94b3c886ca65e32c41a9f665baaf823f0 (diff) | |
download | glibc-be184b1d265431c975332eea4047d3a69f7e9f57.zip glibc-be184b1d265431c975332eea4047d3a69f7e9f57.tar.gz glibc-be184b1d265431c975332eea4047d3a69f7e9f57.tar.bz2 |
Update.
2005-01-21 Jakub Jelinek <jakub@redhat.com>
* elf/Makefile: Add rules to build and run tst-align2.
* elf/tst-align2.c: New test.
* elf/tst-alignmod2.c: New file.
* sysdeps/powerpc/tst-stack-align.h: New file.
* sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
pointer before calling _dl_init.
* sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-01-21 Jakub Jelinek <jakub@redhat.com> + + * elf/Makefile: Add rules to build and run tst-align2. + * elf/tst-align2.c: New test. + * elf/tst-alignmod2.c: New file. + * sysdeps/powerpc/tst-stack-align.h: New file. + * sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame + pointer before calling _dl_init. + * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise. + 2005-01-20 Ulrich Drepper <drepper@redhat.com> * posix/execl.c: Do not allocate potentially large buffers on the |