Re: add VxWorks specific crtstuff implementation files for Ada runtimes

2017-06-08 Thread Olivier Hainque
> On 06 Jun 2017, at 23:02, Olivier Hainque wrote: >> + * Copyright (C) 2016, Free Software Foundation, Inc. >> >> Date update? About to commit the attached patch, to convey the year during which the sources entered the tree. Thanks for the suggestion. With Kind Regards, Olivie

Re: add VxWorks specific crtstuff implementation files for Ada runtimes

2017-06-06 Thread Olivier Hainque
Hi Nathan, > On Jun 5, 2017, at 12:58 , Nathan Sidwell wrote: > > On 06/02/2017 11:58 AM, Olivier Hainque wrote: >> Hello, > >> 2017-06-02 Olivier Hainque >> ada/ >> * vx_crtbegin_auto.c: New file. >> * vx_crtbegin.c: New file. >> * vx_crtbegin.inc: New file. >> * vx

Re: add VxWorks specific crtstuff implementation files for Ada runtimes

2017-06-05 Thread Nathan Sidwell
On 06/02/2017 11:58 AM, Olivier Hainque wrote: Hello, 2017-06-02 Olivier Hainque ada/ * vx_crtbegin_auto.c: New file. * vx_crtbegin.c: New file. * vx_crtbegin.inc: New file. * vx_crtend.c: New file. + * Copyright (C) 2016, Free Softwar

add VxWorks specific crtstuff implementation files for Ada runtimes

2017-06-02 Thread Olivier Hainque
Hello, These are needed and used when building standalone Ada Downloadble Kernel Modules for VxWorks. They are referenced by the current Makefiles, so the Ada runtime builds for VxWorks just fail without them currently. Tested by verifying that an Ada runtime build for powerpc-wrs-vxworks procee