diff options
author | Per Bothner <per@bothner.com> | 1992-10-06 00:57:18 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-10-06 00:57:18 +0000 |
commit | 3d3e494e4c586428ffe396ef58b6c5a4789edc3c (patch) | |
tree | ca6ca94c37be2372930cae56fba65f26442e640f /gprof/.Sanitize | |
parent | c116445e02813ac7b20a6c631a3c387e76643ad5 (diff) | |
download | gdb-3d3e494e4c586428ffe396ef58b6c5a4789edc3c.zip gdb-3d3e494e4c586428ffe396ef58b6c5a4789edc3c.tar.gz gdb-3d3e494e4c586428ffe396ef58b6c5a4789edc3c.tar.bz2 |
* gen-c-prog.awk: New awk script, lightly changed from
previously deleted make-c-prog.awk. Converts a text file
to a c function that prints that text.
* flat_bl.m, fsf_callg_bl.m, bsd_callg_bl.m: New files.
Inputs to gen-c-prog.awk, containing text describing
gprof output.
* blurbs.c: Removed. Use *_bl.c instead.
* Makefile.in: Use gen-cprog.awk to generate *_bl.c files
from *_bl.m files. Also, improve *clean rules.
* printgprof.c (printgprof): Usw new function names from *_bl.c.
Diffstat (limited to 'gprof/.Sanitize')
-rw-r--r-- | gprof/.Sanitize | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gprof/.Sanitize b/gprof/.Sanitize index 2afc0bb..25209f6 100644 --- a/gprof/.Sanitize +++ b/gprof/.Sanitize @@ -27,12 +27,15 @@ Things-to-keep: ChangeLog Makefile.in arcs.c -blurbs.c +bsd_callg_bl.m config configure.in dfn.c dummy.c dummy.h +flat_bl.m +fsf_callg_bl.m +gen-c-prog.awk gmon.h gprof.1 gprof.c |