ctype support for libstdc++ on VxWorks
for libstdc++-v3/ChangeLog * acinclude.m4: Add VxWorks-specific case for the configuration of ctypes. * configure: Regenerate. * config/locale/vxworks/ctype_members.cc: Add VxWorks-specific version. * config/os/vxworks/ctype_base.h: Adjust for VxWorks7+. * config/os/vxworks/ctype_configure_char.cc: Likewise. * config/os/vxworks/ctype_inline.h: Likewise. * testsuite/28_regex/traits/char/isctype.cc: Defines NEWLINE_IN_CLASS_BLANK if the target is VxWorks. * testsuite/28_regex/traits/wchar_t/isctype.cc: Likewise.
Showing
- libstdc++-v3/acinclude.m4 18 additions, 0 deletionslibstdc++-v3/acinclude.m4
- libstdc++-v3/config/locale/vxworks/ctype_members.cc 292 additions, 0 deletionslibstdc++-v3/config/locale/vxworks/ctype_members.cc
- libstdc++-v3/config/os/vxworks/ctype_base.h 26 additions, 1 deletionlibstdc++-v3/config/os/vxworks/ctype_base.h
- libstdc++-v3/config/os/vxworks/ctype_configure_char.cc 10 additions, 0 deletionslibstdc++-v3/config/os/vxworks/ctype_configure_char.cc
- libstdc++-v3/config/os/vxworks/ctype_inline.h 39 additions, 0 deletionslibstdc++-v3/config/os/vxworks/ctype_inline.h
- libstdc++-v3/configure 19 additions, 0 deletionslibstdc++-v3/configure
- libstdc++-v3/testsuite/28_regex/traits/char/isctype.cc 1 addition, 0 deletionslibstdc++-v3/testsuite/28_regex/traits/char/isctype.cc
- libstdc++-v3/testsuite/28_regex/traits/wchar_t/isctype.cc 1 addition, 0 deletionslibstdc++-v3/testsuite/28_regex/traits/wchar_t/isctype.cc
Please register or sign in to comment