diff options
| author | Ulrich Drepper <drepper@redhat.com> | 2002-02-04 08:38:52 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-04 08:38:52 +0000 |
| commit | 67ddea92542c12f2099a89dbc58a045a65bb7771 (patch) | |
| tree | 202823f6ce59a8115367fb711da7317b09ce3ec0 /ChangeLog | |
| parent | e23f8d206d85154a99c3f91d58a35227a279c479 (diff) | |
| download | glibc-67ddea92542c12f2099a89dbc58a045a65bb7771.tar.xz glibc-67ddea92542c12f2099a89dbc58a045a65bb7771.zip | |
Update.
2002-02-04 Ulrich Drepper <drepper@redhat.com>
* sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
dl_cpuclock_offset initialization to _dl_start_final.
(_dl_show_auxv): Avoid unnecessary sign extension.
* elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-02-04 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move + dl_cpuclock_offset initialization to _dl_start_final. + (_dl_show_auxv): Avoid unnecessary sign extension. + * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset. + 2002-02-03 Ulrich Drepper <drepper@redhat.com> * config.h.in: Add HAVE_TLS_SUPPORT. |
