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