repo.or.cz
/
dejagnu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Regenerated html docs. Tweaked how Makefile.am builds tarballs.
[dejagnu.git]
/
i960glue.c
blob
0dc569d1c57a6cd32c751b3142fe8513be70d87e
1
#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
}