* gprof.h, gprof.c, printfgprof.c: Add support for two
[deliverable/binutils-gdb.git] / gprof / ChangeLog
1 Sun Aug 30 19:54:53 1992 Per Bothner (bothner@rtl.cygnus.com)
2
3 * gprof.h, gprof.c, printfgprof.c: Add support for two
4 output styles: The default is similar to the old FSF gprof,
5 while -T sets the variable bsd_style_output, which causes
6 output matching Berkeley's gprof. The biggest differences
7 are that with the FSF style output, the flat profile comes
8 before the call graph; numbers come before explanations;
9 and there is less gratuitous white space.
10 * gprof.h, gprof.c, printfgprof.c: New discard_underscores
11 variable causes discarding of initial underscores when
12 printing symbol names. It is set unless there is a "main"
13 symbol (without an underscore).
14 * printfgprof.c: New function printnameonly(), called
15 by printname(). It handles stripping of initial '_',
16 as well as C++ name-demangling.
17 * gprof.callg, gprof.flat, make-c-prog.awk: Removed.
18 It is just as convenient to edit blurbs.c directly.
19 * Makefile.in: Removed rule for making blurbs.c.
20 * blurbs.c: This is now a true source file (as opposed
21 to being generated from gprof.callg and gprof.flat).
22 Change style to use one long string literal, instead of
23 one literal per output line. Add FSF-style blurb for call graph.
24
25 Wed Aug 19 14:36:39 1992 Ian Lance Taylor (ian@cygnus.com)
26
27 * Makefile.in: always create installation directories.
28
29 Wed Aug 12 15:14:14 1992 Mark Eichin (eichin@cygnus.com)
30
31 * Makefile.in: change ${MACHINE} to $(MACHINE).
32
33 Sun Jul 19 17:34:01 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
34
35 * Makefile.in: removed installation of the now useless
36 call.{flag,callg} files.
37
38 * gprof.1: now uses the standard man macros instead of the new BSD
39 mandoc macros.
40
41 Sun Jul 12 19:06:00 1992 John Gilmore (gnu at cygnus.com)
42
43 * configure.in: Remove host section, expand target section.
44 * config/mt-{tahoe,vax}: Add, to match existing support files.
45 * config/tmake-*: Remove leftover crud.
46
47 * blurbs.c: New file, created from gprof.flat and gprof.callg by
48 * make-c-prog.awk: which processes text files into C programs.
49 * printgprof.c (flatprofheader, gprofheader): Call new functions
50 to print blurbs.
51 (printblurb): Remove.
52 * Makefile.in: Infrastructure to build blurbs.
53 * pathnames.h: has been removed. Gprof now has no filename
54 dependencies in it.
55 * gprof.c: Lint.
56
57 Sat Jul 11 18:07:21 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
58
59 * Makefile.in: define man1dir and install the man page
60
61 Fri Jul 10 21:14:08 1992 david d `zoo' zuhn (zoo@cygnus.com)
62
63 * Makefile.in: added dummy info and install-info targets
64
65 Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com)
66
67 * lookup.c: fixed fencepost in nllookup and added dbg_nllookup for
68 help in debugging the problem (with -DDEBUG)
69 * gprof.c: symbol values are now real values, don't add the vma
70 anymore. (done for solaris; should verify this on other platforms)
71 * ChangeLog: created.
This page took 0.032627 seconds and 5 git commands to generate.