From: Chris Hanson Date: Wed, 29 Jul 1992 23:11:27 +0000 (+0000) Subject: Fix support for assembly-labels files so that compiler can properly X-Git-Tag: 20090517-FFI~9175 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d6b705e53f9636d826c0e528a7c397d1bfcf4e44;p=mit-scheme.git Fix support for assembly-labels files so that compiler can properly generate disassemblies. --- diff --git a/v7/src/compiler/machines/bobcat/compiler.pkg b/v7/src/compiler/machines/bobcat/compiler.pkg index 256620419..0cb35357f 100644 --- a/v7/src/compiler/machines/bobcat/compiler.pkg +++ b/v7/src/compiler/machines/bobcat/compiler.pkg @@ -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?*)) diff --git a/v7/src/compiler/machines/i386/compiler.pkg b/v7/src/compiler/machines/i386/compiler.pkg index 80da19137..4e00b94ae 100644 --- a/v7/src/compiler/machines/i386/compiler.pkg +++ b/v7/src/compiler/machines/i386/compiler.pkg @@ -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?*)) diff --git a/v7/src/compiler/machines/mips/compiler.pkg b/v7/src/compiler/machines/mips/compiler.pkg index efa4ae64b..e6f657e11 100644 --- a/v7/src/compiler/machines/mips/compiler.pkg +++ b/v7/src/compiler/machines/mips/compiler.pkg @@ -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?*)) diff --git a/v7/src/compiler/machines/vax/compiler.pkg b/v7/src/compiler/machines/vax/compiler.pkg index 1bd45d3a7..962fa7744 100644 --- a/v7/src/compiler/machines/vax/compiler.pkg +++ b/v7/src/compiler/machines/vax/compiler.pkg @@ -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?*))