xref: /original-bsd/old/libm/liboldnm/mcount.sed (revision e59fb703)
1#
2# Copyright (c) 1980 Regents of the University of California.
3# All rights reserved.  The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
6#	@(#)mcount.sed	5.1 (Berkeley) 05/08/85
7#
8s/.word	0x0.*$/&\
9	.data\
101:\
11	.long	0\
12	.text\
13	moval	1b,r0\
14	jsb	mcount/
15