This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] update locale support fro FreeBSD
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Andreas Tobler <andreast-list at fgznet dot ch>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Fri, 13 Nov 2015 15:28:59 +0000
- Subject: Re: [patch] update locale support fro FreeBSD
- Authentication-results: sourceware.org; auth=none
- References: <5645137C dot 8020305 at fgznet dot ch>
On 12/11/15 23:32 +0100, Andreas Tobler wrote:
All,
with the work from Jennifer Yao and John Marino we can now update the
locale support on FreeBSD to the level of DragonFly.
Results of this work can be found on the results list.
Here my small addendum to make it work on FreeBSD.
Is this ok for trunk? (Given that the work from Jennifer and John are
committed before stage3?)
Those patches are now in.
I'm OK with this change for gcc6. It is an ABI change for FreeBSD, as
it changes the std::locale definitions, but as the target maintainer
you can decide if that's OK.