Fix support for assembly-labels files so that compiler can properly
authorChris Hanson <org/chris-hanson/cph>
Wed, 29 Jul 1992 23:11:27 +0000 (23:11 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 29 Jul 1992 23:11:27 +0000 (23:11 +0000)
generate disassemblies.

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 2566204191b383aa01d543064f467d79e43d18a2..0cb35357f4be0abeafa462dcf6b6ca20bd81270f 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.37 1992/07/29 22:04:11 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.38 1992/07/29 23:10:00 cph Exp $
 
 Copyright (c) 1988-92 Massachusetts Institute of Technology
 
@@ -180,7 +180,7 @@ MIT in each case. |#
          *rtl-graphs*)
   (import (runtime compiler-info)
          make-dbg-info-vector
-         inf-structure->bif/bsm)
+         split-inf-structure!)
   (import (runtime unparser)
          *unparse-uninterned-symbols-by-name?*))
 \f
index 80da1913726c2ae3040efd6d04126a062088edba..4e00b94ae18d1663c7af7bbddecb8efc45b3e2b7 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.8 1992/05/26 20:21:10 mhwu Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/compiler.pkg,v 1.9 1992/07/29 23:10:56 cph 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
@@ -180,7 +180,7 @@ MIT in each case. |#
          *rtl-graphs*)
   (import (runtime compiler-info)
          make-dbg-info-vector
-         inf-structure->bif/bsm)
+         split-inf-structure!)
   (import (runtime unparser)
          *unparse-uninterned-symbols-by-name?*))
 \f
index efa4ae64bff7abe1caa37771fba77fa742a59024..e6f657e11318ea83a49847c1d9e5065521fa6918 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.7 1992/07/29 22:04:55 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/compiler.pkg,v 1.8 1992/07/29 23:10:25 cph Exp $
 $MC68020-Header: /scheme/compiler/bobcat/RCS/comp.pkg,v 1.32 1991/05/06 23:09:24 jinx Exp $
 
 Copyright (c) 1988-92 Massachusetts Institute of Technology
@@ -181,7 +181,7 @@ MIT in each case. |#
          *rtl-graphs*)
   (import (runtime compiler-info)
          make-dbg-info-vector
-         inf-structure->bif/bsm)
+         split-inf-structure!)
   (import (runtime unparser)
          *unparse-uninterned-symbols-by-name?*))
 \f
index 1bd45d3a7c57d625e60ce35dcd096e58e92bb826..962fa774429d469d04ddf07b585e5c32c8d2ef57 100644 (file)
@@ -1,9 +1,9 @@
 #| -*-Scheme-*-
 
-$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 $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/compiler.pkg,v 1.11 1992/07/29 23:11:27 cph 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
+Copyright (c) 1988-92 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -180,7 +180,7 @@ MIT in each case. |#
          *rtl-graphs*)
   (import (runtime compiler-info)
          make-dbg-info-vector
-         inf-structure->bif/bsm)
+         split-inf-structure!)
   (import (runtime unparser)
          *unparse-uninterned-symbols-by-name?*))
 \f