mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
* 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.
This commit is contained in:
@@ -212,7 +212,7 @@ printgprof(timesortnlp)
|
||||
* Print out the structured profiling list
|
||||
*/
|
||||
if ( bflag && bsd_style_output ) {
|
||||
callg_blurb(stdout);
|
||||
bsd_callg_blurb(stdout);
|
||||
}
|
||||
gprofheader();
|
||||
for ( index = 0 ; index < nname + ncycle ; index ++ ) {
|
||||
@@ -246,7 +246,7 @@ printgprof(timesortnlp)
|
||||
}
|
||||
cfree( timesortnlp );
|
||||
if ( bflag && !bsd_style_output) {
|
||||
callg_blurb(stdout);
|
||||
fsf_callg_blurb(stdout);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user