diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-01-31 13:28:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-01-31 13:28:12 +0000 |
commit | f54de3b555f1458c7200ac45c21038f39669dbac (patch) | |
tree | ab1fe6b86e13f774f0762d1c2846fad349df18fb /ChangeLog | |
parent | 4d06461a76587c80359f6db5e1c6e4f4641d2663 (diff) | |
download | glibc-f54de3b555f1458c7200ac45c21038f39669dbac.tar.gz glibc-f54de3b555f1458c7200ac45c21038f39669dbac.tar.xz glibc-f54de3b555f1458c7200ac45c21038f39669dbac.zip |
Update.
1998-01-31 21:18 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after AT_PLATFORM string. Pretty print AT_BASE info. * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>. (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info. * sysdeps/generic/dl-procinfo.h: New file. * sysdeps/unix/sysv/linux/dl-procinfo.h: 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 bcb2ac7d1d..890652d93b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1998-01-31 21:18 Ulrich Drepper <drepper@cygnus.com> + + * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after + AT_PLATFORM string. Pretty print AT_BASE info. + + * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>. + (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info. + * sysdeps/generic/dl-procinfo.h: New file. + * sysdeps/unix/sysv/linux/dl-procinfo.h: New file. + 1998-01-31 20:52 Ulrich Drepper <drepper@cygnus.com> * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication. |