ctype support for libstdc++ on VxWorks
authorCorentin Gay <gay@adacore.com>
Wed, 5 May 2021 00:49:43 +0000 (21:49 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 5 May 2021 00:49:43 +0000 (21:49 -0300)
commit523ca6403c68d580043af01485f2a8a8ce3a56d1
tree334e1e19f4c0a51d35cbdea7ccd77973f462ffbe
parent9aed32cc8f1baca398a203ddf4df2f80f43562c1
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.
libstdc++-v3/acinclude.m4
libstdc++-v3/config/locale/vxworks/ctype_members.cc [new file with mode: 0644]
libstdc++-v3/config/os/vxworks/ctype_base.h
libstdc++-v3/config/os/vxworks/ctype_configure_char.cc
libstdc++-v3/config/os/vxworks/ctype_inline.h
libstdc++-v3/configure
libstdc++-v3/testsuite/28_regex/traits/char/isctype.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/isctype.cc