Re: [PATCH] Fix or1k C++ build failure

2015-04-27 Thread Emil Nordling
Great! If I'm not mistaken, cdtest should mention calling global ctors, local ctors, local dtors and global dtors. Somewhere in between there is a section testing exceptions. If it ends with the "header"-printout for the exceptions, the global initialization is missing. Regards, /Emil Nordling O

Re: [PATCH] Fix or1k C++ build failure

2015-04-27 Thread Hesham ALMatary
On Mon, Apr 27, 2015 at 12:17 PM, Emil Nordling wrote: > Will this fix global ctor/dtor's? (Tested e.g. by compiling and running > testsuites/samples/cdtest in or1ksim.) cdtest is built and compiled fine, it's also running but I'm not sure if it behaves properly. > > Regards, > /Emil Nordling > On