libstdc++ support for m68k

2016-09-09 Thread Sebastian Huber
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

Re: [PATCH 00/10] Raspberry Pi 2 (BCM2836) SMP support

2016-09-09 Thread Sebastian Huber
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

Re: [PATCH 00/10] Raspberry Pi 2 (BCM2836) SMP support

2016-09-09 Thread Pavel Pisa
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