From eb356db4c5c358c3a8f05877a07179994b43bf17 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Sun, 1 Sep 2002 15:14:04 +0000 Subject: [PATCH] 0.7.7.7: HPPA (CATCH 0 ...) fix sbcl.nm SPARC/Sunos fix (thanks to Antonio Martinez, sbcl-devel 2002-08-23) filesys.test.sh symlinks and NFS fix (Eric Marsden sbcl-devel 2002-08-23) --- src/compiler/hppa/nlx.lisp | 2 +- src/runtime/Config.sparc-sunos | 2 +- tests/filesys.test.sh | 2 +- version.lisp-expr | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/compiler/hppa/nlx.lisp b/src/compiler/hppa/nlx.lisp index a9af920..c2b042f 100644 --- a/src/compiler/hppa/nlx.lisp +++ b/src/compiler/hppa/nlx.lisp @@ -96,7 +96,7 @@ ;;; (define-vop (make-catch-block) (:args (tn) - (tag :scs (descriptor-reg))) + (tag :scs (any-reg descriptor-reg))) (:info entry-label) (:results (block :scs (any-reg) :from (:argument 0))) (:temporary (:scs (descriptor-reg)) temp) diff --git a/src/runtime/Config.sparc-sunos b/src/runtime/Config.sparc-sunos index d72252e..335abd8 100644 --- a/src/runtime/Config.sparc-sunos +++ b/src/runtime/Config.sparc-sunos @@ -13,7 +13,7 @@ CFLAGS = -g -O3 -Wall -Dsparc -DSVR4 ASFLAGS = -g -Wall -Dsparc -DSVR4 LD = ld LINKFLAGS = -v -g -NM = nm -p +NM = nm -t x -p ASSEM_SRC = sparc-assem.S #ARCH_SRC = sparc-arch.c undefineds.c diff --git a/tests/filesys.test.sh b/tests/filesys.test.sh index 4f68bb2..10ba9e5 100644 --- a/tests/filesys.test.sh +++ b/tests/filesys.test.sh @@ -12,7 +12,7 @@ # more information. # Test DIRECTORY and TRUENAME. -testdir=`pwd`"/filesys-test-$$" +testdir=`/bin/pwd`"/filesys-test-$$" mkdir $testdir echo this is a test > $testdir/test-1.tmp echo this is a test > $testdir/test-2.tmp diff --git a/version.lisp-expr b/version.lisp-expr index 8f08a60..4681457 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -18,4 +18,4 @@ ;;; for internal versions, especially for internal versions off the ;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.7.7.6" +"0.7.7.7" -- 1.7.10.4