BSD 4_2 release
[unix-history] / usr / src / lib / libc / vax / csu / mon.ex
CommitLineData
0f4556f1 1" @(#)mon.ex 4.4 (Berkeley) 7/26/83"
e804469b
C
2" fix funny things done by mcount()"
3" fix its name, make it jsb'able, change registers to protect the caller"
4g/_mcount/s//mcount/g
5/mcount:/-
6/.word/s/.word.*//
7/the beginning of mcount()/mark a
8/the end of mcount()/mark b
9'a,'bs/r11/r5/g
10'a,'bs/r10/r4/g
11""
0f4556f1
C
12" fix funny name for minbrk used by monstartup() to limit brk()"
13g/_minbrk/s//minbrk/g
e804469b
C
14w
15q