diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-04-02 22:26:43 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2012-04-02 22:26:43 +0200 |
commit | 228c019e6336d6da448715a1c5fcca9771827f61 (patch) | |
tree | 4728bc5b92523c935b3ab72d8ff575993addbcfc /ChangeLog | |
parent | d1635ef80ff1ddab70f2332f8780a6d126b89c08 (diff) | |
download | glibc-228c019e6336d6da448715a1c5fcca9771827f61.tar glibc-228c019e6336d6da448715a1c5fcca9771827f61.tar.gz glibc-228c019e6336d6da448715a1c5fcca9771827f61.tar.bz2 glibc-228c019e6336d6da448715a1c5fcca9771827f61.zip |
Call __ctype_init in early glibc startup.
This adds the bits missing from fd5bdc0924e0cfd1688b632068c1b26f3b0c88da.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-04-02 Thomas Schwinge <thomas@codesourcery.com> + + * csu/init-first.c (__libc_init_first): Call __ctype_init. + * sysdeps/i386/init-first.c (init): Likewise. + * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise. + * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise. + * sysdeps/sh/init-first.c (init): Likewise. + 2012-04-01 Ulrich Drepper <drepper@gmail.com> * po/ru.po: Update from translation team. |