Provide nearly complete std::locale support for DragonFly
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Aug 2015 12:12:41 +0000 (12:12 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Aug 2015 12:12:41 +0000 (12:12 +0000)
commit418255b17714c32cb7588a19bcfae9991ad85081
tree329a40068557be978e05678346e2bd98819dc11b
parent35785c6444440aa003ab5438277c75d76f409c61
Provide nearly complete std::locale support for DragonFly

2015-08-27  John Marino  <gnugcc@marino.st>

* acinclude.m4 (*-*-dragonfly*): Change 7 locale support files
from generic to new DragonFly versions.
* configure: Regenerate.
* config/locale/dragonfly/c_locale.cc: Improve locale support.
* config/locale/dragonfly/ctype_members.cc: Likewise.
* config/os/bsd/dragonfly/ctype_configure_char.cc: Likewise.
* config/os/bsd/dragonfly/os_defines.h: Define _GLIBCXX_USE_C99.
* config/locale/dragonfly/c_locale.h: New.
* config/locale/dragonfly/codecvt_members.cc: New.
* config/locale/dragonfly/collate_members.cc: New.
* config/locale/dragonfly/monetary_members.cc: New.
* config/locale/dragonfly/numeric_members.cc: New.
* config/locale/dragonfly/time_members.cc: New.
* config/locale/dragonfly/time_members.h: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227257 138bc75d-0d04-0410-961f-82ee72b054a4
14 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/config/locale/dragonfly/c_locale.cc
libstdc++-v3/config/locale/dragonfly/c_locale.h [new file with mode: 0644]
libstdc++-v3/config/locale/dragonfly/codecvt_members.cc [new file with mode: 0644]
libstdc++-v3/config/locale/dragonfly/collate_members.cc [new file with mode: 0644]
libstdc++-v3/config/locale/dragonfly/ctype_members.cc
libstdc++-v3/config/locale/dragonfly/monetary_members.cc [new file with mode: 0644]
libstdc++-v3/config/locale/dragonfly/numeric_members.cc [new file with mode: 0644]
libstdc++-v3/config/locale/dragonfly/time_members.cc [new file with mode: 0644]
libstdc++-v3/config/locale/dragonfly/time_members.h [new file with mode: 0644]
libstdc++-v3/config/os/bsd/dragonfly/ctype_configure_char.cc
libstdc++-v3/config/os/bsd/dragonfly/os_defines.h
libstdc++-v3/configure