xref: /original-bsd/lib/libm/tahoe/mcount.sed (revision 8477994b)
1#
2# Copyright (c) 1985 Regents of the University of California.
3# All rights reserved.
4#
5# %sccs.include.redist.sh%
6#
7#	@(#)mcount.sed	5.4 (Berkeley) 10/09/90
8#
9
10s/.word	0x.*$/&\
11	.data\
12	.align 2\
139:	.long 0\
14	.text\
15	pushal	9b\
16	callf	\$8,mcount/
17