Re: [PATCH, libstdc++] Add proper OpenBSD support

2012-10-10 Thread Jonathan Wakely
On 9 October 2012 22:03, Jonathan Wakely wrote: > On 9 October 2012 20:48, Mark Kettenis wrote: >> >> I think it is. The newlib ctype classification is identical to the >> traditional BSD scheme that OpenBSD uses. > > OK, I'll commit your patch tomorrow, thanks. it's on the trunk now, thanks for

Re: [PATCH, libstdc++] Add proper OpenBSD support

2012-10-09 Thread Jonathan Wakely
On 9 October 2012 20:48, Mark Kettenis wrote: > > I think it is. The newlib ctype classification is identical to the > traditional BSD scheme that OpenBSD uses. OK, I'll commit your patch tomorrow, thanks.

Re: [PATCH, libstdc++] Add proper OpenBSD support

2012-10-09 Thread Mark Kettenis
> Date: Mon, 8 Oct 2012 20:52:22 +0100 > From: Jonathan Wakely > > On 8 October 2012 20:45, Mark Kettenis wrote: > > Jonathan, > > > > Any further thoughts about this? I've attached a diff that combines > > my origional diff with the change to use the "newlib" locale model on > > OpenBSD since t

Re: [PATCH, libstdc++] Add proper OpenBSD support

2012-10-08 Thread Jonathan Wakely
On 8 October 2012 20:45, Mark Kettenis wrote: > Jonathan, > > Any further thoughts about this? I've attached a diff that combines > my origional diff with the change to use the "newlib" locale model on > OpenBSD since they probably should be committed together. Hi, Sorry for the delay, I realise

Re: [PATCH, libstdc++] Add proper OpenBSD support

2012-10-08 Thread Mark Kettenis
Jonathan, Any further thoughts about this? I've attached a diff that combines my origional diff with the change to use the "newlib" locale model on OpenBSD since they probably should be committed together. > > > On 10 September 2012 07:34, Mark Kettenis wrote: > > >> Date: Sun, 9 Sep 2012 21:07:

Re: [PATCH, libstdc++] Add proper OpenBSD support

2012-09-10 Thread Mark Kettenis
> > On 10 September 2012 07:34, Mark Kettenis wrote: > >> Date: Sun, 9 Sep 2012 21:07:39 +0100 > >> From: Jonathan Wakely > >> > >> On 4 September 2012 20:26, Mark Kettenis wrote: > >> > Fixes a few testcases. Mostly based on the existing > >> > NetBSD/FreeBSD/Darwin code. > >> > > >> > 2012-09-

Re: [PATCH, libstdc++] Add proper OpenBSD support

2012-09-10 Thread Jonathan Wakely
On 10 September 2012 07:34, Mark Kettenis wrote: >> Date: Sun, 9 Sep 2012 21:07:39 +0100 >> From: Jonathan Wakely >> >> On 4 September 2012 20:26, Mark Kettenis wrote: >> > Fixes a few testcases. Mostly based on the existing >> > NetBSD/FreeBSD/Darwin code. >> > >> > 2012-09-04 Mark Kettenis >

Re: [PATCH, libstdc++] Add proper OpenBSD support

2012-09-09 Thread Mark Kettenis
> Date: Sun, 9 Sep 2012 21:07:39 +0100 > From: Jonathan Wakely > > On 4 September 2012 20:26, Mark Kettenis wrote: > > Fixes a few testcases. Mostly based on the existing > > NetBSD/FreeBSD/Darwin code. > > > > 2012-09-04 Mark Kettenis > > > > * configure.host (*-*-openbsd*) Set cpu_i

Re: [PATCH, libstdc++] Add proper OpenBSD support

2012-09-09 Thread Jonathan Wakely
Oops, forgot to correct the gcc-patches email address... On 9 September 2012 21:07, Jonathan Wakely wrote: > On 4 September 2012 20:26, Mark Kettenis wrote: >> Fixes a few testcases. Mostly based on the existing >> NetBSD/FreeBSD/Darwin code. >> >> 2012-09-04 Mark Kettenis >> >> * conf

Re: [PATCH, libstdc++] Add proper OpenBSD support

2012-09-05 Thread Mark Kettenis
> Date: Wed, 5 Sep 2012 10:55:27 +0300 > From: Jonathan Wakely > > I'll look at this more carefully later today when I get back from a > holiday, but it looks ok after a quick glance. Great! > I've CC'd gcc-patches, as required for all patches. Sorry 'bout that. Bit of a brain fart on my side

Re: [PATCH, libstdc++] Add proper OpenBSD support

2012-09-05 Thread Jonathan Wakely
I'll look at this more carefully later today when I get back from a holiday, but it looks ok after a quick glance. I've CC'd gcc-patches, as required for all patches. Thanks. On Sep 4, 2012 10:27 PM, "Mark Kettenis" wrote: > > Fixes a few testcases.  Mostly based on the existing > NetBSD/FreeBS

[PATCH, libstdc++] Add proper OpenBSD support

2012-09-04 Thread Mark Kettenis
Fixes a few testcases. Mostly based on the existing NetBSD/FreeBSD/Darwin code. 2012-09-04 Mark Kettenis * configure.host (*-*-openbsd*) Set cpu_include_dir. * config/os/bsd/openbsd/ctype_base.h: New file. * config/os/bsd/openbsd/ctype_configure_char.cc: New file.