xref: /csrg-svn/lib/libm/mc68881/mcount.sed (revision 42229)
1*42229Sbostic#
2*42229Sbostic# Copyright (c) 1990 The Regents of the University of California.
3*42229Sbostic# All rights reserved.
4*42229Sbostic#
5*42229Sbostic# This code is derived from software contributed to Berkeley by
6*42229Sbostic# the Systems Programming Group of the University of Utah Computer
7*42229Sbostic# Science Department.
8*42229Sbostic#
9*42229Sbostic# %sccs.include.redist.sh%
10*42229Sbostic#
11*42229Sbostic#	@(#)mcount.sed	5.1 (Berkeley) 05/17/90
12*42229Sbostic#
13*42229Sbostic
14*42229Sbostics/^\(_[a-z_].*\):$/&\
15*42229Sbostic	.data\
16*42229SbosticX\1:\
17*42229Sbostic	.long	0\
18*42229Sbostic	.text\
19*42229Sbostic	movel	#X\1,a0\
20*42229Sbostic	jsr	mcount/
21