Re: [rtems commit] Fix or1k C++ build failure

2015-04-27 Thread Sebastian Huber
On 27/04/15 09:44, Hesham ALMatary wrote: It's not defined anywhere at libgcc/config/or1k/crt*. I can add it to libgcc/config/or1k/crti.S but I'm not sure this will also be correct. It is defined in libgcc/crtstuff.c. The target must define INIT_SECTION_ASM_OP or INIT_ARRAY_SECTION_ASM_OP so

Re: [rtems commit] Fix or1k C++ build failure

2015-04-27 Thread Hesham ALMatary
It's not defined anywhere at libgcc/config/or1k/crt*. I can add it to libgcc/config/or1k/crti.S but I'm not sure this will also be correct. On Mon, Apr 27, 2015 at 8:21 AM, Hesham ALMatary wrote: > On Mon, Apr 27, 2015 at 7:48 AM, Sebastian Huber > wrote: >> I doubt that this fix is correct. Thi

Re: [rtems commit] Fix or1k C++ build failure

2015-04-27 Thread Hesham ALMatary
On Mon, Apr 27, 2015 at 7:48 AM, Sebastian Huber wrote: > I doubt that this fix is correct. This variable is usually defined in the > GCC libgcc/crtstuff.c file. I guess something is wrong with the GCC > configuration for this target. > I imitated what's in gdbv850sim/start/start.S. I'll check the

Re: [rtems commit] Fix or1k C++ build failure

2015-04-26 Thread Sebastian Huber
I doubt that this fix is correct. This variable is usually defined in the GCC libgcc/crtstuff.c file. I guess something is wrong with the GCC configuration for this target. On 26/04/15 21:56, Joel Sherril wrote: Module:rtems Branch:master Commit:3dead51eddcdb734b36c949cbc1e4c2cd21c