aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-10-08 06:38:36 +0000
committerBen Elliston <bje@gnu.org>2003-10-08 06:38:36 +0000
commite1073a7dddc51b5c2ea3c9c8c8ead39a1ec395a1 (patch)
treee7a5937fdf84ff64ffc40baca3498238e81b553d
parentf8175dd0aaca7dbbb957b97bdf88d83d1ccfca8c (diff)
* i960glue.c: Remove.
* packaging/pkg/prototype: Remove i960glue.c.
-rw-r--r--.clean1
-rw-r--r--ChangeLog5
-rw-r--r--i960glue.c19
-rw-r--r--packaging/pkg/prototype1
4 files changed, 5 insertions, 21 deletions
diff --git a/.clean b/.clean
index 5b7eac5..1d57e67 100644
--- a/.clean
+++ b/.clean
@@ -21,7 +21,6 @@ contrib
dejagnu.h
doc
example
-i960glue.c
install-sh
lib
missing
diff --git a/ChangeLog b/ChangeLog
index 8d7a5a9..41476c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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