diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-16 02:17:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-16 02:17:26 +0000 |
commit | 85857f932b10330e5c96bedf15e81bcfc0207737 (patch) | |
tree | 24cb6d5dd63007daf1fd3d87171dc1c3ec838b8f /ChangeLog | |
parent | 821dcbccd172d8f35644cd6da81337cc739dde94 (diff) | |
download | glibc-85857f932b10330e5c96bedf15e81bcfc0207737.tar.gz glibc-85857f932b10330e5c96bedf15e81bcfc0207737.tar.xz glibc-85857f932b10330e5c96bedf15e81bcfc0207737.zip |
Update.
2000-11-15 Jakub Jelinek <jakub@redhat.com> * dlfcn/default.c (main): Add test for dladdr of main returning argv[0] in dli_fname field. 2000-11-15 Jakub Jelinek <jakub@redhat.com> * Makeconfig (run-program-prefix): Move test-static test into the variable. * sysdeps/alpha/dl-machine.h (RTLD_START): Update _dl_argv. * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise, schedule instructions. * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise, schedule instructions, fix a bug in copying auxiliary data. * manual/startup.texi (Program Arguments): Fix type of main's envp parameter. Reported by Raúl Núñez de Arenas Coronado <dervishd@linuxfreak.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index da9aac7682..605363bd0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,25 @@ +2000-11-15 Jakub Jelinek <jakub@redhat.com> + + * dlfcn/default.c (main): Add test for dladdr of main returning + argv[0] in dli_fname field. + +2000-11-15 Jakub Jelinek <jakub@redhat.com> + + * Makeconfig (run-program-prefix): Move test-static test into the + variable. + + * sysdeps/alpha/dl-machine.h (RTLD_START): Update _dl_argv. + * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise, + schedule instructions. + * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise, + schedule instructions, fix a bug in copying auxiliary data. + 2000-11-15 Ulrich Drepper <drepper@redhat.com> + * manual/startup.texi (Program Arguments): Fix type of main's envp + parameter. + Reported by Raúl Núñez de Arenas Coronado <dervishd@linuxfreak.com>. + * iconvdata/gconv-modules: Add CP950 alias. 2000-11-13 Jakub Jelinek <jakub@redhat.com> |