0.7.7.7:
authorChristophe Rhodes <csr21@cam.ac.uk>
Sun, 1 Sep 2002 15:14:04 +0000 (15:14 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Sun, 1 Sep 2002 15:14:04 +0000 (15:14 +0000)
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
src/runtime/Config.sparc-sunos
tests/filesys.test.sh
version.lisp-expr

index a9af920..c2b042f 100644 (file)
@@ -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)
index d72252e..335abd8 100644 (file)
@@ -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 
index 4f68bb2..10ba9e5 100644 (file)
@@ -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
index 8f08a60..4681457 100644 (file)
@@ -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"