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)
;;;
(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)
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
# 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
;;; 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"