git: gcc44: Improve locale support in libstdc++.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Apr 3 18:03:13 PDT 2011
commit b4190895e1347ab306da2f4076fd01d160e3ff01
Author: Sascha Wildner <saw at online.de>
Date: Mon Apr 4 02:32:52 2011 +0200
gcc44: Improve locale support in libstdc++.
Also, some miscellaneous config changes.
Submitted-by: John Marino <draco at marino.st>
Summary of changes:
contrib/gcc-4.4/gcc/config.gcc | 17 --
contrib/gcc-4.4/gcc/config/dragonfly.h | 25 ++-
contrib/gcc-4.4/libgcc/config.host | 6 -
.../config/locale/dragonfly/c_locale.cc | 287 ++++++++++++++++++++
.../config/locale/dragonfly/ctype_members.cc | 172 ++++++++++++
.../config/os/bsd/dragonfly/ctype_inline.h | 57 ++++-
.../config/os/bsd/dragonfly/ctype_noninline.h | 7 +-
.../config/os/bsd/dragonfly/os_defines.h | 19 +-
gnu/lib/gcc44/libstdc++/Makefile | 1 +
gnu/lib/gcc44/libstdc++/config.h | 50 +++-
gnu/usr.bin/cc44/cc_prep/config/dragonfly-native.h | 4 +-
11 files changed, 596 insertions(+), 49 deletions(-)
create mode 100644 contrib/gcc-4.4/libstdc++-v3/config/locale/dragonfly/c_locale.cc
create mode 100644 contrib/gcc-4.4/libstdc++-v3/config/locale/dragonfly/ctype_members.cc
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b4190895e1347ab306da2f4076fd01d160e3ff01
--
DragonFly BSD source repository
More information about the Commits
mailing list