]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gprof/ChangeLog
* gen-c-prog.awk: New awk script, lightly changed from
authorPer Bothner <per@bothner.com>
Tue, 6 Oct 1992 00:57:18 +0000 (00:57 +0000)
committerPer Bothner <per@bothner.com>
Tue, 6 Oct 1992 00:57:18 +0000 (00:57 +0000)
commit3d3e494e4c586428ffe396ef58b6c5a4789edc3c
treeca6ca94c37be2372930cae56fba65f26442e640f
parentc116445e02813ac7b20a6c631a3c387e76643ad5
* 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.
gprof/.Sanitize
gprof/ChangeLog
gprof/Makefile.in
gprof/bsd_callg_bl.m [new file with mode: 0644]
gprof/flat_bl.m [new file with mode: 0644]
gprof/fsf_callg_bl.m [new file with mode: 0644]
gprof/gen-c-prog.awk [new file with mode: 0644]
gprof/printgprof.c