diff options
author | Roland McGrath <roland@gnu.org> | 2003-06-27 20:58:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-06-27 20:58:33 +0000 |
commit | 080ffa73c75767cf3e9a1c329624f57cf2d93618 (patch) | |
tree | 744116158d1f250ee87925402508d50db4e87d11 | |
parent | 80efe452bf2e0664b25bcb814c3fc917b8409779 (diff) | |
download | glibc-080ffa73c75767cf3e9a1c329624f57cf2d93618.tar.gz glibc-080ffa73c75767cf3e9a1c329624f57cf2d93618.tar.xz glibc-080ffa73c75767cf3e9a1c329624f57cf2d93618.zip |
* sysdeps/mach/hurd/alpha/init-first.c: Remove call to __libc_init.
* sysdeps/mach/hurd/i386/init-first.c: Likewise. * sysdeps/mach/hurd/mips/init-first.c: Likewise. * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8275df1f69..4cb0adc8a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-06-27 Jeroen Dekkers <jeroen@dekkers.cx> + + * sysdeps/mach/hurd/alpha/init-first.c: Remove call to __libc_init. + * sysdeps/mach/hurd/i386/init-first.c: Likewise. + * sysdeps/mach/hurd/mips/init-first.c: Likewise. + * sysdeps/mach/hurd/powerpc/init-first.c: Likewise. + 2003-06-27 Ulrich Drepper <drepper@redhat.com> * rt/Makefile (CFLAGS-librt-cancellation.c): Define. |