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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [dejagnu/] [i960glue.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
#include "../newlib/libc/ctype/ctype_.c"
2
#include "../newlib/libc/stdlib/strtol.c"
3
#include "../newlib/libc/stdlib/atoi.c"
4
#include "../newlib/libc/reent/impure.c"
5
 
6
 
7
/* these are for ld -r -wrap */
8
 
9
void
10
__real_exit (int code)
11
{
12
  exit (code);
13
}
14
 
15
void
16
__real_abort (void)
17
{
18
  abort ();
19
}

powered by: WebSVN 2.1.0

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