Hello,
I was a bit surprised to find this special case for RTEMS in libstdc++
on m68k:
https://gcc.gnu.org/ml/libstdc++/2016-09/msg00017.html
Any objections to eliminate this special case and simply use the generic
implementation? We have to check if the atomic operations for our m68k
(or C
On 09/09/16 09:43, Pavel Pisa wrote:
Hello Chris and others,
On Friday 09 of September 2016 02:06:19 Chris Johns wrote:
>On 09/09/2016 07:46, Pavel Pisa wrote:
> >I have provided simple bsp_reset() for Raspberry Pi and pushed it into
> >master.
>
>Thank you. Is the reset on exit on by defau
Hello Chris and others,
On Friday 09 of September 2016 02:06:19 Chris Johns wrote:
> On 09/09/2016 07:46, Pavel Pisa wrote:
> > I have provided simple bsp_reset() for Raspberry Pi and pushed it into
> > master.
>
> Thank you. Is the reset on exit on by default? I rebuilt without a BSP
> opt and th