Browse Source

* i960glue.c: Remove.

* packaging/pkg/prototype: Remove i960glue.c.
dejagnu-1.4
Ben Elliston 23 years ago
parent
commit
e1073a7ddd
  1. 1
      .clean
  2. 5
      ChangeLog
  3. 19
      i960glue.c
  4. 1
      packaging/pkg/prototype

1
.clean

@ -21,7 +21,6 @@ contrib
dejagnu.h
doc
example
i960glue.c
install-sh
lib
missing

5
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.

19
i960glue.c

@ -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 ();
}

1
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

Loading…
Cancel
Save