Re: [PATCH v2 2/4] libgcc: add crt{begin,end} for powerpc-wrs-vxworks target

2018-08-17 Thread Olivier Hainque
Hi Rasmus, > On 16 Aug 2018, at 11:30, Rasmus Villemoes wrote: > > On 2018-06-28 10:43, Rasmus Villemoes wrote: >> In order to allow ZCX on VxWorks, we need the frame_dummy function to do >> the register_frame_info(). So make sure crtbegin.o and crtend.o are >> available for use with a custom sp

Re: [PATCH v2 2/4] libgcc: add crt{begin,end} for powerpc-wrs-vxworks target

2018-08-16 Thread Rasmus Villemoes
On 2018-06-28 10:43, Rasmus Villemoes wrote: > In order to allow ZCX on VxWorks, we need the frame_dummy function to do > the register_frame_info(). So make sure crtbegin.o and crtend.o are > available for use with a custom spec file. Hi Olivier Can I also have your explicit ok for patch 2/4 (I'l

[PATCH v2 2/4] libgcc: add crt{begin,end} for powerpc-wrs-vxworks target

2018-06-28 Thread Rasmus Villemoes
In order to allow ZCX on VxWorks, we need the frame_dummy function to do the register_frame_info(). So make sure crtbegin.o and crtend.o are available for use with a custom spec file. 2018-06-04 Rasmus Villemoes libgcc/ * config.host: Add crtbegin.o and crtend.o for powerpc-