Add support for T-racing of emulated instructions. (Yes, gdb uses this.)

This commit is contained in:
is 1997-06-27 23:32:09 +00:00
parent 8d846dbbd1
commit de025de65f
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#
# $NetBSD: netbsd.S,v 1.2 1997/06/26 22:28:42 is Exp $
# $NetBSD: netbsd.S,v 1.3 1997/06/27 23:32:09 is Exp $
#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
@ -353,9 +353,9 @@ dmwls:
#
# The sample code below simply executes an "rte".
#
.global _060_real_trace
.global _060_real_trace,_trace
_060_real_trace:
rte
jra _trace
#
# _060_real_access():

View File

@ -1,5 +1,5 @@
#
# $NetBSD: netbsd060sp.S,v 1.2 1997/06/26 22:28:42 is Exp $
# $NetBSD: netbsd060sp.S,v 1.3 1997/06/27 23:32:09 is Exp $
#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
@ -353,9 +353,9 @@ dmwls:
#
# The sample code below simply executes an "rte".
#
.global _060_real_trace
.global _060_real_trace,_trace
_060_real_trace:
rte
jra _trace
#
# _060_real_access():