diff options
-rw-r--r-- | .clean | 1 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | i960glue.c | 19 | ||||
-rw-r--r-- | packaging/pkg/prototype | 1 |
4 files changed, 5 insertions, 21 deletions
@@ -21,7 +21,6 @@ contrib dejagnu.h doc example -i960glue.c install-sh lib missing @@ -1,3 +1,8 @@ +2003-10-08 Ben Elliston <bje@wasabisystems.com> + + * i960glue.c: Remove. + * packaging/pkg/prototype: Remove i960glue.c. + 2003-10-07 Ben Elliston <bje@wasabisystems.com> * contrib/README: Remove. diff --git a/i960glue.c b/i960glue.c deleted file mode 100644 index 0dc569d..0000000 --- a/i960glue.c +++ /dev/null @@ -1,19 +0,0 @@ -#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 (); -} diff --git a/packaging/pkg/prototype b/packaging/pkg/prototype index 1b5275a..720f536 100644 --- a/packaging/pkg/prototype +++ b/packaging/pkg/prototype @@ -106,7 +106,6 @@ f none /opt/dejagnu/share/dejagnu/baseboards/vxsparc.exp 0644 nobody nobody f none /opt/dejagnu/share/dejagnu/baseboards/x86-cygmon.exp 0644 nobody nobody f none /opt/dejagnu/share/dejagnu/baseboards/xscale-cygmon.exp 0644 nobody nobody f none /opt/dejagnu/share/dejagnu/baseboards/xtensa-sim.exp 0644 nobody nobody -f none /opt/dejagnu/share/dejagnu/i960glue.c 0644 nobody nobody f none /opt/dejagnu/share/dejagnu/stub-loader.c 0644 nobody nobody f none /opt/dejagnu/share/dejagnu/testglue.c 0644 nobody nobody f none /opt/dejagnu/share/dejagnu/debugger.exp 0644 nobody nobody |