This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi,
This patch was initially sent to the gcc-patch mailing list; see
http://gcc.gnu.org/ml/gcc-patches/2011-06/msg00440.html
Paolo Carlini reminded in
http://gcc.gnu.org/ml/gcc-patches/2011-06/msg02023.html
that it should be sent to this mailing list as well.
The patch adds a newlib specific ctype_members.cc to work with the
newlib's compactly-defined character type masks.
Any comment is welcomed.
Thanks,
Yufeng
libstdc++-v3/ChangeLog
2011-06-30 Yufeng Zhang <yufeng.zhang@arm.com>
* config/locale/newlib/ctype_members.cc: New file.
* acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Add a new C locale
kind: newlib. Configure to use the newlib specific
ctype_members.cc when with_newlib is enabled.
* configure: Regenerate.Attachment:
patch-add-newlib-specific-ctype-members.cc.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |