0.7.1.1:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 25 Mar 2002 18:25:03 +0000 (18:25 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 25 Mar 2002 18:25:03 +0000 (18:25 +0000)
commit0d669e68a1ffbea42af6216f2ae8c7d7ca12ffb6
tree697d6048466ce0317e5ea6dda57022b7d559a0f8
parentf030ad9cd9966dcaabc1e76e8bc8ca2df7cdb250
0.7.1.1:
Merged support for SPARC/SunOS (aka Solaris)
... added relevant runtime and -os.lisp files;
... cleaned up sparc backend runtime, actually _using_ the
abstractions that were written for the SPARC/Linux
port;
... added some #includes for compilation (nothing breaks on
Linux, but BSD has not yet been tested;
... removed some bash-/ksh-isms from build and test scripts;
... abstraced wait3() constants into grovel_headers and
unix.lisp.
25 files changed:
clean.sh
make-config.sh
package-data-list.lisp-expr
src/code/debug.lisp
src/code/load.lisp
src/code/run-program.lisp
src/code/sunos-os.lisp [new file with mode: 0644]
src/code/target-signal.lisp
src/code/toplevel.lisp
src/code/unix.lisp
src/compiler/sparc/parms.lisp
src/runtime/Config.sparc-sunos [new file with mode: 0644]
src/runtime/coreparse.c
src/runtime/ldso-stubs.S
src/runtime/purify.c
src/runtime/sparc-arch.c
src/runtime/sparc-sunos-os.c [new file with mode: 0644]
src/runtime/sparc-sunos-os.h [new file with mode: 0644]
src/runtime/sunos-os.c [new file with mode: 0644]
src/runtime/sunos-os.h [new file with mode: 0644]
src/runtime/undefineds.h
tests/run-program.test.sh
tests/run-tests.sh
tools-for-build/grovel_headers.c
version.lisp-expr