pathname.
#| -*-Scheme-*-
-$Id: load.scm,v 14.90 2007/04/15 15:42:20 cph Exp $
+$Id: load.scm,v 14.91 2007/04/15 15:50:34 cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
(let ((tail (last d)))
(and (string? tail) ;Doesn't handle UP ("..").
(string-append tail "_" n
- (cond ((not t) ".bin")
+ (cond ((not t) ".so")
((string? t) (string-append "." t))
(else "")))))))))
#| -*-Scheme-*-
-$Id: make.scm,v 14.109 2007/04/14 03:52:47 cph Exp $
+$Id: make.scm,v 14.110 2007/04/15 15:50:38 cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
bin-file)))))
(define (file->object filename purify? optional?)
- (let* ((block-name (string-append "runtime_" filename ".bin"))
+ (let* ((block-name (string-append "runtime_" filename ".so"))
(value (initialize-c-compiled-block block-name)))
(cond (value
(tty-write-string newline-string)
#| -*-Scheme-*-
-$Id: utabs.scm,v 14.23 2007/04/14 03:53:04 cph Exp $
+$Id: utabs.scm,v 14.24 2007/04/15 15:50:42 cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
(set! microcode-tables-identification
(scode-eval
(or ((ucode-primitive initialize-c-compiled-block 1)
- "microcode_utabmd.bin")
+ "microcode_utabmd.so")
((ucode-primitive binary-fasload)
(if (default-object? filename)
((ucode-primitive microcode-tables-filename))