OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [dejagnu/] [i960glue.c] - Rev 1775

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.