On Thu, May 17, 2012 at 6:27 PM, R. Diez <[email protected]> wrote: > Could you move your GCC test suite to some new NOP_SILENT_EXIT code?
Not easily. The GCC testsuite programs either call exit, or return from main, which ends up calling exit. The exit function is defined in newlib, so if I changed exit to use NOP_SILENT_EXIT, it would effect everything that uses newlib, including the or1ksim testsuite. -Pete _______________________________________________ OpenRISC mailing list [email protected] http://lists.openrisc.net/listinfo/openrisc
