Add package support for dumping bif/bsm instead of inf/binf files.
authorHenry M. Wu <edu/mit/csail/zurich/mhwu>
Tue, 26 May 1992 20:23:38 +0000 (20:23 +0000)
committerHenry M. Wu <edu/mit/csail/zurich/mhwu>
Tue, 26 May 1992 20:23:38 +0000 (20:23 +0000)
v7/src/compiler/machines/bobcat/compiler.pkg
v7/src/compiler/machines/i386/compiler.pkg
v7/src/compiler/machines/mips/compiler.pkg
v7/src/compiler/machines/vax/compiler.pkg

index ac9e386355552f03192cf491396532781c5eddcf..ae1244193a7042b3efd8fbc0692efe7741908c7e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.35 1992/05/14 03:03:58 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.36 1992/05/26 20:22:37 mhwu Exp $
 
 Copyright (c) 1988-1992 Massachusetts Institute of Technology
 
@@ -178,7 +178,8 @@ MIT in each case. |#
          *rtl-procedures*
          *rtl-graphs*)
   (import (runtime compiler-info)
-         make-dbg-info-vector)
+         make-dbg-info-vector
+         inf-structure->bif/bsm)
   (import (runtime unparser)
          *unparse-uninterned-symbols-by-name?*))
 \f
index 1dfc017aa4c552f630c5e79ce01a158d4f8235eb..80da1913726c2ae3040efd6d04126a062088edba 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/compiler.pkg,v 1.7 1992/05/14 03:04:40 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/compiler.pkg,v 1.8 1992/05/26 20:21:10 mhwu Exp $
 $MC68020-Header: /scheme/compiler/bobcat/RCS/comp.pkg,v 1.32 1991/05/06 23:09:24 jinx Exp $
 
 Copyright (c) 1992 Massachusetts Institute of Technology
@@ -179,7 +179,8 @@ MIT in each case. |#
          *rtl-procedures*
          *rtl-graphs*)
   (import (runtime compiler-info)
-         make-dbg-info-vector)
+         make-dbg-info-vector
+         inf-structure->bif/bsm)
   (import (runtime unparser)
          *unparse-uninterned-symbols-by-name?*))
 \f
index dad372bc77732df2ac5907f9bd139e2bc1cc6cf3..a081a0dd5a6cdf8d31dfd7f4ccfa420b5b6bfcc5 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/compiler.pkg,v 1.5 1992/05/14 03:05:35 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/compiler.pkg,v 1.6 1992/05/26 20:23:11 mhwu Exp $
 $MC68020-Header: /scheme/compiler/bobcat/RCS/comp.pkg,v 1.32 1991/05/06 23:09:24 jinx Exp $
 
 Copyright (c) 1988-1992 Massachusetts Institute of Technology
@@ -179,7 +179,8 @@ MIT in each case. |#
          *rtl-procedures*
          *rtl-graphs*)
   (import (runtime compiler-info)
-         make-dbg-info-vector)
+         make-dbg-info-vector
+         inf-structure->bif/bsm)
   (import (runtime unparser)
          *unparse-uninterned-symbols-by-name?*))
 \f
index c730cbea85fc7cd18433f8c166abbe92e4d7dc83..1bd45d3a7c57d625e60ce35dcd096e58e92bb826 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/compiler.pkg,v 1.9 1992/05/14 03:05:09 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/compiler.pkg,v 1.10 1992/05/26 20:23:38 mhwu Exp $
 $MC68020-Header: comp.pkg,v 1.30 90/05/03 15:16:59 GMT jinx Exp $
 
 Copyright (c) 1988-1992 Massachusetts Institute of Technology
@@ -179,7 +179,8 @@ MIT in each case. |#
          *rtl-procedures*
          *rtl-graphs*)
   (import (runtime compiler-info)
-         make-dbg-info-vector)
+         make-dbg-info-vector
+         inf-structure->bif/bsm)
   (import (runtime unparser)
          *unparse-uninterned-symbols-by-name?*))
 \f