On Fri, May 18, 2012 at 1:00 PM, R. Diez <[email protected]> wrote: > > >> 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. > > The or1ksim test suite does not use newlib, so changing newlib won't have any > effect on the existing test suite.
Ah, right. Wouldn't it be better to have NOP_EXIT be silent, then add a NOP_EXIT_REPORT that prints out the status? We could keep make the numerical value for NOP_EXIT_REPORT the same as the current NOP_EXIT, for code that hasn't been updated. -Pete _______________________________________________ OpenRISC mailing list [email protected] http://lists.openrisc.net/listinfo/openrisc
