From 6c8db206827302c7dd5cf4ce06c069cfe5c4df64 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 24 May 1991 20:38:19 +0000 Subject: [PATCH] Added export of function-end-breakpoint-trap. --- compiler/mips/parms.lisp | 6 +++--- compiler/rt/params.lisp | 4 ++-- compiler/sparc/parms.lisp | 5 +++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp index cddaca0ae..62b50d7c6 100644 --- a/compiler/mips/parms.lisp +++ b/compiler/mips/parms.lisp @@ -7,11 +7,11 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.96 1991/05/24 20:23:14 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.97 1991/05/24 20:38:19 wlott Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.96 1991/05/24 20:23:14 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.97 1991/05/24 20:38:19 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM ;;; attributes for the MIPS. This file is separate from other stuff so @@ -126,7 +126,7 @@ ;;;; Other non-type constants. (export '(atomic-flag interrupted-flag halt-trap pending-interrupt-trap - error-trap cerror-trap breakpoint-trap + error-trap cerror-trap breakpoint-trap function-end-breakpoint-trap trace-table-normal trace-table-call-site trace-table-function-prologue trace-table-function-epilogue)) diff --git a/compiler/rt/params.lisp b/compiler/rt/params.lisp index ba6523414..78189526b 100644 --- a/compiler/rt/params.lisp +++ b/compiler/rt/params.lisp @@ -7,7 +7,7 @@ ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.5 1991/05/24 20:25:51 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.6 1991/05/24 20:37:08 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM attributes for the ;;; IBM RT. This file is separate from other stuff, so we can compile and @@ -193,7 +193,7 @@ ;;;; Other non-type constants. (export '(halt-trap pending-interrupt-trap error-trap cerror-trap - breakpoint-trap)) + breakpoint-trap function-end-breakpoint-trap)) (defenum (:suffix -trap :start 8) halt diff --git a/compiler/sparc/parms.lisp b/compiler/sparc/parms.lisp index d40b3906b..17f49eec5 100644 --- a/compiler/sparc/parms.lisp +++ b/compiler/sparc/parms.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.9 1991/05/24 20:22:37 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.10 1991/05/24 20:37:33 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM ;;; attributes for the SPARC. This file is separate from other stuff so @@ -138,7 +138,8 @@ ;;;; Other random constants. (export '(halt-trap pending-interrupt-trap error-trap cerror-trap - breakpoint-trap object-not-list-trap object-not-structure-trap + breakpoint-trap function-end-breakpoint-trap + object-not-list-trap object-not-structure-trap trace-table-normal trace-table-call-site trace-table-function-prologue trace-table-function-epilogue)) -- GitLab