per explanation from zoo, back out DESTDIR change.
[binutils-gdb.git] / gprof / ChangeLog
1 Wed Aug 12 15:14:14 1992 Mark Eichin (eichin@cygnus.com)
2
3 * Makefile.in: change ${MACHINE} to $(MACHINE).
4
5 Sun Jul 19 17:34:01 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6
7 * Makefile.in: removed installation of the now useless
8 call.{flag,callg} files.
9
10 * gprof.1: now uses the standard man macros instead of the new BSD
11 mandoc macros.
12
13 Sun Jul 12 19:06:00 1992 John Gilmore (gnu at cygnus.com)
14
15 * configure.in: Remove host section, expand target section.
16 * config/mt-{tahoe,vax}: Add, to match existing support files.
17 * config/tmake-*: Remove leftover crud.
18
19 * blurbs.c: New file, created from gprof.flat and gprof.callg by
20 * make-c-prog.awk: which processes text files into C programs.
21 * printgprof.c (flatprofheader, gprofheader): Call new functions
22 to print blurbs.
23 (printblurb): Remove.
24 * Makefile.in: Infrastructure to build blurbs.
25 * pathnames.h: has been removed. Gprof now has no filename
26 dependencies in it.
27 * gprof.c: Lint.
28
29 Sat Jul 11 18:07:21 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
30
31 * Makefile.in: define man1dir and install the man page
32
33 Fri Jul 10 21:14:08 1992 david d `zoo' zuhn (zoo@cygnus.com)
34
35 * Makefile.in: added dummy info and install-info targets
36
37 Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com)
38
39 * lookup.c: fixed fencepost in nllookup and added dbg_nllookup for
40 help in debugging the problem (with -DDEBUG)
41 * gprof.c: symbol values are now real values, don't add the vma
42 anymore. (done for solaris; should verify this on other platforms)
43 * ChangeLog: created.