diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2010-05-11 20:40:14 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2010-05-11 20:40:14 +0000 |
commit | 60bdafbbdac1f3e4d5939844d7f133d4e519c012 (patch) | |
tree | 401b284651f9b8813d82a4388c971281a6ff4ed4 /newlib/ChangeLog | |
parent | eb2c2b6e6ebd80f51ba3bd09177563f7640fa0b0 (diff) | |
download | cygnal-60bdafbbdac1f3e4d5939844d7f133d4e519c012.tar.gz cygnal-60bdafbbdac1f3e4d5939844d7f133d4e519c012.tar.bz2 cygnal-60bdafbbdac1f3e4d5939844d7f133d4e519c012.zip |
2010-05-11 Jeff Johnston <jjohnstn@redhat.com>
* libc/locale/locale.c (loadlocale): Fix dangling
switch statement caused by __HAVE_LOCALE_INFO__ not being
defined.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index d938fb248..78d1a3a99 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2010-05-11 Jeff Johnston <jjohnstn@redhat.com> + + * libc/locale/locale.c (loadlocale): Fix dangling + switch statement caused by __HAVE_LOCALE_INFO__ not being + defined. + 2010-05-11 Joel Sherrill <joel.sherrill@oarcorp.com> * libc/string/strsignal.c: New file. |