Re: [PATCH v4] cpukit/librcxx: Add a C++ thread interface with attributes

2020-10-06 Thread Chris Johns
On 7/10/20 1:55 am, Gedare Bloom wrote: > On Mon, Oct 5, 2020 at 4:02 PM Chris Johns wrote: >> >> On 5/10/20 6:36 pm, Sebastian Huber wrote: >>> On 03/10/2020 08:23, chr...@rtems.org wrote: >>> diff --git a/cpukit/include/rtems/c++/error b/cpukit/include/rtems/c++/error new file mo

Re: [PATCH v4] cpukit/librcxx: Add a C++ thread interface with attributes

2020-10-06 Thread Gedare Bloom
On Mon, Oct 5, 2020 at 4:02 PM Chris Johns wrote: > > On 5/10/20 6:36 pm, Sebastian Huber wrote: > > On 03/10/2020 08:23, chr...@rtems.org wrote: > > > >> diff --git a/cpukit/include/rtems/c++/error > >> b/cpukit/include/rtems/c++/error > >> new file mode 100644 > >> index 00..8b9d875e0f

Re: [PATCH v4] cpukit/librcxx: Add a C++ thread interface with attributes

2020-10-05 Thread Chris Johns
On 5/10/20 3:52 am, Joel Sherrill wrote: > riscv and sparc leon3 should work with clang. Sure. Have you built clang and built these BSPs? > But I also wondered  (didn't > mentioned) if you had tried this as a native wrapper. It may be testable on > FreeBSD or Linux as well. Ensuring that may giv

Re: [PATCH v4] cpukit/librcxx: Add a C++ thread interface with attributes

2020-10-05 Thread Chris Johns
On 5/10/20 6:36 pm, Sebastian Huber wrote: > On 03/10/2020 08:23, chr...@rtems.org wrote: > >> diff --git a/cpukit/include/rtems/c++/error b/cpukit/include/rtems/c++/error >> new file mode 100644 >> index 00..8b9d875e0f >> --- /dev/null >> +++ b/cpukit/include/rtems/c++/error >> @@ -0,0 +1

Re: [PATCH v4] cpukit/librcxx: Add a C++ thread interface with attributes

2020-10-05 Thread Sebastian Huber
On 03/10/2020 08:23, chr...@rtems.org wrote: diff --git a/cpukit/include/rtems/c++/error b/cpukit/include/rtems/c++/error new file mode 100644 index 00..8b9d875e0f --- /dev/null +++ b/cpukit/include/rtems/c++/error @@ -0,0 +1,65 @@ +/* -*- C++ -*- + * SPDX-License-Identifier: BSD-2-Claus

Re: [PATCH v4] cpukit/librcxx: Add a C++ thread interface with attributes

2020-10-04 Thread Chris Johns
On 3/10/20 10:21 pm, Joel Sherrill wrote: > Will this show up in documentation somewhere? Yes this is what I am planing. I was thinking of adding a Languages section to the User manual and this would be part of the C++ section. We would need C and Ada added. > It does seem like we should say som

Re: [PATCH v4] cpukit/librcxx: Add a C++ thread interface with attributes

2020-10-03 Thread Joel Sherrill
Will this show up in documentation somewhere? It does seem like we should say something about C++ threads and this. What about C11 threads? Test doesn't appear to cover much. More interspersed On Sat, Oct 3, 2020, 1:23 AM wrote: > From: Chris Johns > > --- > cpukit/include/rtems/c++/error