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