diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-07 20:02:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-07 20:02:56 +0000 |
commit | bf2c10ded6bd31d7b923408f099b32b549acb934 (patch) | |
tree | dbbc87e08c9c78f93a62ab020fbd3748de17c35a /ChangeLog | |
parent | 51ac41a799b1e72b092436369bb332e13f689d18 (diff) | |
download | glibc-bf2c10ded6bd31d7b923408f099b32b549acb934.tar.gz glibc-bf2c10ded6bd31d7b923408f099b32b549acb934.tar.xz glibc-bf2c10ded6bd31d7b923408f099b32b549acb934.zip |
Update.
* sysdeps/generic/bits/byteswap.h (__bswap_64): Partly revert last patch. We must use unsigned int for l member of union.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e4a53653d7..bb7aaab2f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-01-07 Ulrich Drepper <drepper@redhat.com> + * sysdeps/generic/bits/byteswap.h (__bswap_64): Partly revert last + patch. We must use unsigned int for l member of union. + * sysdeps/powerpc/elf/libc-start.c (__libc_start_main): Don't call _dl_aux_init for shared libraries. |