0.7.4.17: Mostly Alpha fixes
authorDaniel Barlow <dan@telent.net>
Fri, 7 Jun 2002 01:54:42 +0000 (01:54 +0000)
committerDaniel Barlow <dan@telent.net>
Fri, 7 Jun 2002 01:54:42 +0000 (01:54 +0000)
commit1e4629723d19f96d752235ffde34fe58431431ae
tree2b60d0ad5c6a459f353c6140288c8aeaecaa8cb9
parent92a258eda6d6f0cadd1251200285671ec92aa45f
0.7.4.17: Mostly Alpha fixes
Ported runtime to OSF/1 a.k.a Digital Unix a.k.a Tru64

        current_binding_stack_pointer and related are actual _pointers_
          i.e. 8 byte quantities.  Asm now uses ldq/stq on them not ldl/stl

        Fix bug when gc trigger called while *gc-inhibit* set: see
          new comment in interrupt.c for details

        Small amount of general comment/dead code cleanup
17 files changed:
make-config.sh
src/code/load.lisp
src/code/unix.lisp
src/compiler/alpha/parms.lisp
src/runtime/GNUmakefile
src/runtime/alloc.c
src/runtime/alpha-arch.c
src/runtime/alpha-assem.S
src/runtime/alpha-lispregs.h
src/runtime/gc.c
src/runtime/globals.h
src/runtime/interrupt.c
src/runtime/ldso-stubs.S
src/runtime/linux-os.c
src/runtime/os.h
src/runtime/runtime.h
version.lisp-expr