]>
Commit | Line | Data |
---|---|---|
54a17c91 JL |
1 | Thu Sep 1 10:40:45 1994 Jeff Law ([email protected]) |
2 | ||
3 | * gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): Make | |
4 | decls extern to keep native HP compiler quiet. | |
5 | ||
f43a7782 ILT |
6 | Tue Aug 30 11:12:13 1994 Ian Lance Taylor ([email protected]) |
7 | ||
8 | * gprof.c (funcsymbol): Ignore ___gnu_compiled as well as | |
9 | __gnu_compiled, for the benefit of systems which add a leading | |
10 | underscore. | |
11 | ||
68e01f9d ILT |
12 | Wed Aug 24 12:49:13 1994 Ian Lance Taylor ([email protected]) |
13 | ||
14 | * configure.in: Change i386-*-* to i[345]86-*-*. | |
15 | ||
fbcbb8c4 KR |
16 | Sun Jul 10 00:35:31 1994 Ian Dall ([email protected]) |
17 | ||
18 | * ns532.c, ns532.h: New Files. ns532 support. | |
19 | ||
20 | * config/mt-ns532: New File. ns532 support. | |
21 | ||
22 | * gprof.c: user register int i instead of defaulting the int. | |
23 | Allows compilation with -Dregister= for debugging. | |
24 | ||
25 | * configure.in: Add ns532 support. | |
26 | ||
15aca511 JL |
27 | Thu Jun 23 11:22:41 1994 Jeff Law ([email protected]) |
28 | ||
29 | * Makefile.in (gprof): Depend on $(LIBS). | |
30 | ||
c06e55d9 KR |
31 | Fri May 27 12:24:57 1994 Ken Raeburn ([email protected]) |
32 | ||
33 | From binutils-2.4 release: | |
34 | ||
35 | Wed May 11 22:32:00 1994 DJ Delorie ([email protected]) | |
36 | ||
37 | * configure.bat: [new] build makefile from makefile.in (dos) | |
38 | * hertz.c: allow static HERTZ (msdos needs it) | |
39 | * gprof.c: allow target to select "r" or "rb" for fopen | |
40 | * gprof.c: ignore __gnu_compiled symbols | |
41 | * i386.h: dfine FOPEN_RB to "rb" for dos. | |
42 | ||
9cda8e3a BC |
43 | Tue May 17 15:30:22 1994 E. Michael Smith ([email protected]) |
44 | ||
45 | * Makefile.in (.m.c:): Added .SUFFIXES : .m | |
46 | so flat_bl.c would make from flat_bl.m file. | |
47 | ||
dc2b222a KR |
48 | Thu May 5 19:23:24 1994 Ken Raeburn ([email protected]) |
49 | ||
50 | * Makefile.in (install-info): Check for gprof.info in build dir, | |
51 | fall back to srcdir. Depend on it. | |
52 | ||
53 | * gprof.h (TRUE, FALSE): Always use undef before defining them. | |
54 | ||
4e8e5c4a JL |
55 | Mon Apr 4 23:47:30 1994 Jeffrey A. Law ([email protected]) |
56 | ||
57 | * Makefile.in (MY_MACHINE): Renamed from MACHINE to avoid losing | |
58 | makes (osf1) in which the value of MACHINE can not be changed. | |
59 | * config/*.mt: Changed appropriately. | |
60 | ||
bd7fc39d ILT |
61 | Wed Mar 30 16:12:40 1994 Ian Lance Taylor ([email protected]) |
62 | ||
63 | * gprof.c (getsymtab): Change nosyms to long. Rename | |
64 | get_symtab_upper_bound to bfd_get_symtab_upper_bound. Check for | |
65 | errors from bfd_get_symtab_upper_bound and | |
66 | bfd_canonicalize_symtab. | |
67 | ||
4b8250bd JL |
68 | Tue Mar 22 10:50:52 1994 Jeffrey A. Law ([email protected]) |
69 | ||
70 | * gprof.c (funcsymbol): Use bfd_get_symbol_info instead of | |
71 | bfd_decode_symclass. | |
72 | ||
73 | Sun Mar 20 15:40:21 1994 Jeffrey A. Law ([email protected]) | |
4e85e79f JL |
74 | |
75 | * Makefile.in: Avoid bug in hpux sed. | |
76 | ||
4fe2350b DZ |
77 | Wed Dec 15 20:16:40 1993 david d `zoo' zuhn ([email protected]) |
78 | ||
79 | * gprof.texi (Invoking): add text about -v flag | |
80 | ||
81 | * gprof.1: add text about -v flag | |
82 | ||
b4f476e9 DZ |
83 | Wed Dec 8 16:55:06 1993 david d `zoo' zuhn ([email protected]) |
84 | ||
85 | * gprof.c (VERSION): defined a version macro, print the value | |
86 | when the -v option is used | |
87 | ||
b4a1e77b SC |
88 | Tue Jul 6 10:11:56 1993 Steve Chamberlain ([email protected]) |
89 | ||
90 | * Makefile.in: Install correctly. | |
91 | ||
7ce122a2 DM |
92 | Thu Jun 24 14:43:22 1993 David J. Mackenzie ([email protected]) |
93 | ||
94 | * gprof.c (main): Get whoami from argv, instead of hardcoding. | |
95 | Use it in usage message. Split usage message to fit in 80 cols. | |
96 | ||
92c7228d KR |
97 | Sun Jun 20 20:58:02 1993 Ken Raeburn ([email protected]) |
98 | ||
99 | * Makefile.in: Undo 15 June change. | |
100 | ||
73fbbeea SC |
101 | Wed Jun 16 12:54:53 1993 Steve Chamberlain ([email protected]) |
102 | ||
103 | * gmon.h, gprof.h: structs of chars used to hold external | |
104 | representations. | |
105 | * gprof.c (getpfile, openpfile, readsamples): Swap data in using | |
106 | new structures. | |
107 | ||
c2ada801 | 108 | Tue Jun 15 23:09:17 1993 Ken Raeburn ([email protected]) |
f905eff4 KR |
109 | |
110 | * Makefile.in (.c.o): Look in ../include, not ../bfd, for bfd.h. | |
111 | ||
263773ec DZ |
112 | Mon Jun 14 16:22:59 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) |
113 | ||
114 | * Makefile.in: remove parentdir support | |
115 | ||
7f2649bb PB |
116 | Mon Jun 7 12:56:17 1993 Per Bothner ([email protected]) |
117 | ||
118 | * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h. | |
119 | * configure.in: No longer need to configure to get sysdep.h. | |
120 | ||
aab37f52 DZ |
121 | Tue May 18 21:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
122 | ||
123 | * Makefile.in (install): should not depend on install-info | |
124 | ||
8739c727 ILT |
125 | Mon Apr 26 12:37:46 1993 Ian Lance Taylor ([email protected]) |
126 | ||
7508b715 | 127 | * gprof.h: Include ansidecl.h before sysdep.h. Undefine hz. |
8739c727 | 128 | |
9d651373 PB |
129 | Tue Apr 13 16:14:03 1993 Per Bothner ([email protected]) |
130 | ||
131 | * M Makefile.in: Add -g to CFLAGS. | |
132 | Ads LDFLAGS and use in place of CFLAGS where appropriate. | |
133 | * configure.in: Make a sysdep.hlink in the same way other | |
134 | bfd-based directories do. | |
135 | * gprof.h (UNIT): Replace non-standard 'u_short' by 'unsigned | |
136 | short'. | |
137 | * gprof.h: #include sysdep.h instead of a bunch of stuff. | |
138 | * gprof.c (main): Fix typo gproff->gprof. | |
139 | ||
44c8c1d5 DZ |
140 | Thu Mar 25 19:00:37 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
141 | ||
142 | * gprof.texi: add INFO-DIR-ENTRY | |
143 | ||
80c8fd72 DZ |
144 | Tue Mar 23 00:03:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
145 | ||
146 | * Makefile.in: add installcheck target | |
147 | ||
33023c9c PB |
148 | Sat Feb 27 18:17:10 1993 Per Bothner ([email protected]) |
149 | ||
150 | * gprof.c (funcsymbol): Invert test for aflag. | |
151 | ||
8a6e5b69 PB |
152 | Thu Feb 25 16:01:50 1993 Per Bothner ([email protected]) |
153 | ||
154 | * printgprof (xmalloc, xrealloc): Cast results of malloc | |
155 | and realloc to PTR. | |
156 | ||
2518bf37 JO |
157 | Wed Feb 3 13:55:33 1993 Jeffrey Osier ([email protected]) |
158 | ||
159 | * Makefile.in: created info, install-info, dvi | |
160 | ||
dedfbe49 DZ |
161 | Wed Jan 6 00:58:09 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
162 | ||
163 | * Makefile.in: fix install rule for $(PROG) | |
164 | ||
03c08660 ME |
165 | Fri Oct 9 11:25:41 1992 Mark Eichin ([email protected]) |
166 | ||
167 | * gprof.1: updated SYNOPSIS to match actual behavior. | |
168 | ||
3d3e494e PB |
169 | Mon Oct 5 17:50:16 1992 Per Bothner ([email protected]) |
170 | ||
171 | * gen-c-prog.awk: New awk script, lightly changed from | |
172 | previously deleted make-c-prog.awk. Converts a text file | |
173 | to a c function that prints that text. | |
174 | * flat_bl.m, fsf_callg_bl.m, bsd_callg_bl.m: New files. | |
175 | Inputs to gen-c-prog.awk, containing text describing | |
176 | gprof output. | |
177 | * blurbs.c: Removed. Use *_bl.c instead. | |
178 | * Makefile.in: Use gen-cprog.awk to generate *_bl.c files | |
179 | from *_bl.m files. Also, improve *clean rules. | |
180 | * printgprof.c (printgprof): Usw new function names from *_bl.c. | |
181 | ||
182 | ||
dc1d1ca5 PB |
183 | Sun Aug 30 19:54:53 1992 Per Bothner ([email protected]) |
184 | ||
185 | * gprof.h, gprof.c, printfgprof.c: Add support for two | |
186 | output styles: The default is similar to the old FSF gprof, | |
187 | while -T sets the variable bsd_style_output, which causes | |
188 | output matching Berkeley's gprof. The biggest differences | |
189 | are that with the FSF style output, the flat profile comes | |
190 | before the call graph; numbers come before explanations; | |
191 | and there is less gratuitous white space. | |
192 | * gprof.h, gprof.c, printfgprof.c: New discard_underscores | |
193 | variable causes discarding of initial underscores when | |
194 | printing symbol names. It is set unless there is a "main" | |
195 | symbol (without an underscore). | |
196 | * printfgprof.c: New function printnameonly(), called | |
197 | by printname(). It handles stripping of initial '_', | |
198 | as well as C++ name-demangling. | |
199 | * gprof.callg, gprof.flat, make-c-prog.awk: Removed. | |
200 | It is just as convenient to edit blurbs.c directly. | |
201 | * Makefile.in: Removed rule for making blurbs.c. | |
202 | * blurbs.c: This is now a true source file (as opposed | |
203 | to being generated from gprof.callg and gprof.flat). | |
204 | Change style to use one long string literal, instead of | |
205 | one literal per output line. Add FSF-style blurb for call graph. | |
206 | ||
3c9c3ce3 ILT |
207 | Wed Aug 19 14:36:39 1992 Ian Lance Taylor ([email protected]) |
208 | ||
209 | * Makefile.in: always create installation directories. | |
210 | ||
4be49df5 ME |
211 | Wed Aug 12 15:14:14 1992 Mark Eichin ([email protected]) |
212 | ||
c3193400 | 213 | * Makefile.in: change ${MACHINE} to $(MACHINE). |
4be49df5 | 214 | |
ea2b679c DZ |
215 | Sun Jul 19 17:34:01 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
216 | ||
217 | * Makefile.in: removed installation of the now useless | |
218 | call.{flag,callg} files. | |
219 | ||
220 | * gprof.1: now uses the standard man macros instead of the new BSD | |
221 | mandoc macros. | |
222 | ||
a4ea3274 JG |
223 | Sun Jul 12 19:06:00 1992 John Gilmore (gnu at cygnus.com) |
224 | ||
5d32c952 JG |
225 | * configure.in: Remove host section, expand target section. |
226 | * config/mt-{tahoe,vax}: Add, to match existing support files. | |
227 | * config/tmake-*: Remove leftover crud. | |
228 | ||
a4ea3274 JG |
229 | * blurbs.c: New file, created from gprof.flat and gprof.callg by |
230 | * make-c-prog.awk: which processes text files into C programs. | |
231 | * printgprof.c (flatprofheader, gprofheader): Call new functions | |
232 | to print blurbs. | |
233 | (printblurb): Remove. | |
234 | * Makefile.in: Infrastructure to build blurbs. | |
235 | * pathnames.h: has been removed. Gprof now has no filename | |
236 | dependencies in it. | |
237 | * gprof.c: Lint. | |
238 | ||
239 | Sat Jul 11 18:07:21 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
240 | ||
241 | * Makefile.in: define man1dir and install the man page | |
242 | ||
243 | Fri Jul 10 21:14:08 1992 david d `zoo' zuhn ([email protected]) | |
244 | ||
245 | * Makefile.in: added dummy info and install-info targets | |
246 | ||
ba79f5fa ME |
247 | Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com) |
248 | ||
249 | * lookup.c: fixed fencepost in nllookup and added dbg_nllookup for | |
250 | help in debugging the problem (with -DDEBUG) | |
251 | * gprof.c: symbol values are now real values, don't add the vma | |
252 | anymore. (done for solaris; should verify this on other platforms) | |
253 | * ChangeLog: created. |