Tue Sep 26 16:50:17 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Tue, 26 Sep 1995 20:59:38 +0000 (20:59 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 26 Sep 1995 20:59:38 +0000 (20:59 +0000)
commit11c981a96d93feccba7cfb717f72db5d32a83f52
treec9e22c5e94375dff6d4334b552dd0dbc1d169efb
parente11c394911f221a862cbdec8aab4a363394711c6
Tue Sep 26 16:50:17 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

* gmon: New directory of profiling code, incorporated from
4.4BSD-Lite and modified.
* sysdeps/i386/machine-gmon.h: New file.
* sysdeps/stub/machine-gmon.h: New file.
* sysdeps/mach/hurd/profil.c: New file.
* sysdeps/stub/profil.c: New file.
* sysdeps/unix/bsd/profil.S: New file.
* Makefile (subdirs): Add gmon.
* csu/gmon-start.c: New file.
* csu/Makefile (extra-objs): Add gmon-start.o,
g$(start-installed-name).
(install-lib, omit-deps): Add g$(start-installed-name).
($(objpfx)g$(start-installed-name)): New target.
14 files changed:
ChangeLog
Makefile
csu/Makefile
csu/gmon-start.c [new file with mode: 0644]
gmon/Makefile [new file with mode: 0644]
gmon/gmon.c [new file with mode: 0644]
gmon/mcount.c [new file with mode: 0644]
gmon/sys/gmon.h [new file with mode: 0644]
sys/gmon.h [new file with mode: 0644]
sysdeps/i386/machine-gmon.h [new file with mode: 0644]
sysdeps/mach/hurd/profil.c [new file with mode: 0644]
sysdeps/stub/machine-gmon.h [new file with mode: 0644]
sysdeps/stub/profil.c [new file with mode: 0644]
sysdeps/unix/bsd/profil.S [new file with mode: 0644]