URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [dejagnu/] [i960glue.c] - Rev 1776
Go to most recent revision | Compare with Previous | Blame | View Log
#include "../newlib/libc/ctype/ctype_.c" #include "../newlib/libc/stdlib/strtol.c" #include "../newlib/libc/stdlib/atoi.c" #include "../newlib/libc/reent/impure.c" /* these are for ld -r -wrap */ void __real_exit (int code) { exit (code); } void __real_abort (void) { abort (); }
Go to most recent revision | Compare with Previous | Blame | View Log