2002-07-24 Dave Brolley <brolley@redhat.com>
[binutils-gdb.git] / gprof / ChangeLog
1 2002-07-24 Dave Brolley <brolley@redhat.com>
2
3 * corefile.c (core_create_function_syms): Use the end of the section
4 containing the symbol to compute max_vma.
5
6 2002-07-24 Nick Clifton <nickc@redhat.com>
7
8 * po/sv.po: Updated Swedish translation.
9 * po/es.po: Updated Spanish translation.
10
11 2002-07-23 Nick Clifton <nickc@redhat.com>
12
13 * po/fr.po: Updated French translation.
14 * po/id.po: New Indonesian translation.
15 * configure.in (LINGUAS): Add id.
16 * configure: Regenerate.
17
18 2002-05-02 Nick Clifton <nickc@cambridge.redhat.com>
19
20 * po/Make-in (.po.gmo): Do not attempt to create a .gmo file if
21 the sources are read-only.
22
23 2002-04-04 Alan Modra <amodra@bigpond.net.au>
24
25 * dep-in.sed: Cope with absolute paths.
26 * Makefile.am (dep.sed): Subst TOPDIR.
27 Run "make dep-am".
28 * Makefile.in: Regenerate.
29
30 2002-03-21 Alan Modra <amodra@bigpond.net.au>
31
32 * Makefile.am: Run "make dep-am".
33 * Makefile.in: Regenerate.
34
35 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
36
37 * po/fr.po: Updated version.
38
39 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
40
41 * po/fr.po: Updated version.
42
43 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
44
45 * gprof.texi: Wrap @menu in @ifnottex, not @ifinfo.
46
47 2002-02-19 Frank Ch. Eigler <fche@redhat.com>
48
49 * hist.c (hist_print): Rewrite log_scale calculation loop.
50
51 2002-02-11 Alan Modra <amodra@bigpond.net.au>
52
53 * Makefile.am: "make dep-am".
54 * Makefile.in: Regenerate.
55
56 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
57
58 * gprof.c: Include "getopt.h" after other includes, so that
59 the proper macros are defined.
60 * gen-c-prog.awk: Emit a prototype for the generated function.
61
62 2002-02-01 Alan Modra <amodra@bigpond.net.au>
63
64 * configure.in (build_warnings): Add -Wstrict-prototypes
65 -Wmissing-prototypes.
66 * aclocal.m4: Regenerate.
67 * gconfig.in: Regenerate.
68 * configure: Regenerate.
69 * Makefile.am: Run "make dep-am".
70 * Makefile.in: Regenerate.
71
72 * alpha.c (alpha_find_call): Warning fixes.
73 * mips.c (mips_find_call): Likewise.
74 * sparc.c (sparc_find_call): Likewise.
75 * basic_blocks.c: Warning fixes. Eliminate DEFUN.
76 * call_graph.c: Likewise.
77 * cg_arcs.c: Likewise.
78 * cg_dfn.cp: Likewise.
79 * gprof.c: Likewise.
80 * gprof.h: Likewise.
81 * hist.c: Likewise.
82 * search_list.c: Likewise.
83 * source.c: Likewise.
84 * source.h: Likewise.
85 * sym_ids.c: Likewise.
86 * symtab.c: Likewise.
87 * symtab.h: Likewise.
88 * utils.c: Likewise.
89 * cg_print.c: Likewise.
90 (struct function_map, symbol_map, symbol_map_count): Move
91 declaration to..
92 * corefile: ..here.
93 * corefile.c: Warning fixes. Eliminate DEFUN.
94 (struct function_map): Remove declaration.
95 * gmon_io.c: Warning fixes. Eliminate DEFUN.
96 (gmon_io_read_64): Make static.
97 (gmon_io_write_64): Likewise.
98 (gmon_read_raw_arc): Likewise.
99 (gmon_write_raw_arc): Likewise.
100 (gmon_io_write_8): Don't pass char, pass int param.
101 * gmon_io.h (gmon_io_write_8): Likewise.
102
103 * Makefile.am: Run "make dep-am"
104 * Makefile.in: Regenerate.
105
106 * basic_blocks.c: Replace bool with boolean, TRUE with true and
107 FALSE with false throughout.
108 * basic_blocks.h: Likewise.
109 * cg_arcs.c: Likewise.
110 * cg_dfn.c: Likewise.
111 * cg_print.c: Likewise.
112 * corefile.c: Likewise.
113 * gmon_io.c: Likewise.
114 * gprof.c: Likewise.
115 * hist.c: Likewise.
116 * mips.c: Likewise.
117 * source.c: Likewise.
118 * source.h: Likewise.
119 * sym_ids.c: Likewise.
120 * sym_ids.h: Likewise.
121 * symtab.h: Likewise.
122 * tahoe.c: Likewise.
123 * vax.c: Likewise.
124 * gprof.h: Likewise.
125 (TRUE): Don't define.
126 (FALSE): Don't define.
127
128 2002-01-31 Jason R Thorpe <thorpej@wasabisystems.com>
129
130 * TODO: Remove "host architecture pointer size" item.
131 * acconfig.h: Remove.
132 * gconfig.in: Regenerate.
133 * configure.in: Remove check for gmon pointer size.
134 * configure: Regenerate.
135 * gmon.h (GMON_HDRSIZE_BSD44_32): Define.
136 (GMON_HDRSIZE_BSD44_64): Ditto.
137 (GMON_HDRSIZE_OLDBSD_32): Ditto.
138 (GMON_HDRSIZE_OLDBSD_64): Ditto.
139 (struct raw_phdr): Wrap in #if 0, keeping it for
140 documentation purposes only.
141 (struct old_raw_phdr): Likewise.
142 (struct raw_arc): Likewise. Change type/size of
143 "count" member to long match 4.4BSD.
144 * gmon_io: Update copyright years.
145 (gmon_io_read_64): New function.
146 (gmon_io_read_vma): Use bfd_arch_bits_per_address to
147 determine target pointer size. Use gmon_io_read_32
148 and gmon_io_read_64.
149 (gmon_io_write_64): New function.
150 (gmon_io_write_vma): Use bfd_arch_bits_per_address to
151 determine target pointer size. Use gmon_io_write_32
152 and gmon_io_write_64.
153 (get_vma): Remove.
154 (put_vma): Ditto.
155 (gmon_read_raw_arc): New function.
156 (gmon_write_raw_arc): New function.
157 (gmon_out_read): Do not use struct raw_phdr or
158 struct old_raw_phdr to read the gmon header. Use
159 gmon_read_raw_arc to read call graph records.
160 (gmon_out_write): Do not use struct raw_phdr or
161 struct old_raw_phdr to write the gmon header. Use
162 gmon_write_raw_arc to write call graph records.
163 * po/gprof.pot: Regenerate.
164 * Makefile.in: Regenerate.
165
166 2002-01-31 Alan Modra <amodra@bigpond.net.au>
167
168 * alpha.c (alpha_Instruction): Don't use.
169 (alpha_find_call): Avoid use of bitfields and casts between
170 pointers and integers of different sizes. Avoid endian problems
171 when cross-compiling.
172 * vax.c (vax_find_call): Likewise.
173 (struct modebyte): Don't use.
174 (vax_operandmode): Pass in an unsigned char *.
175 (vax_operandlength): Likewise.
176 (vax_reladdr): Rename to vax_offset and return relative offset
177 rather than address.
178 * i386.c (i386_find_call): Avoid casts between pointers and
179 integers of different sizes.
180 * sparc.c (sparc_find_call): Likewise. Avoid endian problems.
181 * tahoe.c (tahoe_find_call): Likewise.
182 (tahoe_reladdr): Rename to tahoe_offset and return relative offset
183 rather than address.
184
185 * basic_blocks.h: Don't include headers here.
186 * call_graph.h: Likewise.
187 * cg_arcs.h: Likewise.
188 * cg_print.h: Likewise.
189 * corefile.h: Likewise.
190 * gmon_io.h: Likewise.
191 * gmon_out.h: Likewise.
192 * hertz.h: Likewise.
193 * hist.h: Likewise.
194 * source.h: Likewise.
195 * sym_ids.h: Likewise.
196 * symtab.h: Likewise.
197 * gprof.h: Don't include ansidecl.h, do include bfd.h.
198 (bool): Don't typedef.
199 * alpha.c: Adjust #include's for above header changes.
200 * basic_blocks.c: Likewise.
201 * call_graph.c: Likewise.
202 * cg_arcs.c: Likewise.
203 * cg_dfn.c: Likewise.
204 * cg_print.c: Likewise.
205 * corefile.c: Likewise.
206 * gmon_io.c: Likewise.
207 * gprof.c: Likewise.
208 * hertz.c: Likewise.
209 * hist.c: Likewise.
210 * i386.c: Likewise.
211 * mips.c: Likewise.
212 * sparc.c: Likewise.
213 * sym_ids.c: Likewise.
214 * symtab.c: Likewise.
215 * tahoe.c: Likewise.
216 * utils.c: Likewise.
217 * vax.c: Likewise.
218
219 * po/POTFILES.in: Regenerate.
220
221 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
222
223 * configure: Regenerated.
224
225 2002-01-26 Richard Henderson <rth@redhat.com>
226
227 * i386.c (i386_iscall): Static.
228 * tahoe.c (indirectchild, tahoe_operandmode): Static.
229 (tahoe_operandlength, tahoe_reladdr): Static.
230 * vax.c (indirectchild): Static.
231
232 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
233
234 * Makefile.am (install): Depend on install-info.
235 * Makefile.in: Regenerate.
236
237 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
238
239 * mips.c: New file.
240 * Makefile.am (sources): Add mips.c.
241 (mips.o): New rule.
242 * Makefile.in: Regenerate.
243 * corefile.c: Update copyright years.
244 (find_call): Call mips_find_call for bfd_arch_mips.
245
246 2002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
247
248 * po/fr.po: Updated version.
249
250 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
251
252 * po/es.po: Updated version.
253
254 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
255
256 * po/gprof.pot: Regenerate.
257
258 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
259
260 * po/es.po: New file: Spanish translation.
261 * configure.in (ALL_LINGUAS): Add es.
262 * configure: Regenerate.
263
264 2002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
265
266 * gmon_io.c (gmon_out_read): Remove use of ngettext(). It is not
267 present under AIX.
268
269 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
270
271 * cg_print.c (print_header): Fix spelling typo.
272
273 * gmon_io.c (gmon_out_read): Fix formatting of text messages to
274 allow easier translation into other languages.
275
276 2001-12-21 Nick Clifton <nickc@cambridge.redhat.com>
277
278 * configure.in (ALL_LINGUAS): Add sv.
279 * configure: Regenerate.
280 * po/sv.po: Import from translation project web site.
281
282 2001-12-03 Nick Clifton <nickc@cambridge.redhat.com>
283
284 * configure.in (LINGUAS): Add tr.
285 * configure: Regenerate.
286 * po/tr.po: Import from translation project's web site.
287
288 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
289
290 * configure.in (ALL_LINGUAS): Add 'fr'.
291 * configure: Regernate.
292 * po/fr.po: New file.
293
294 2001-10-03 Alan Modra <amodra@bigpond.net.au>
295
296 * configure: Regenerate.
297
298 2001-10-02 Alan Modra <amodra@bigpond.net.au>
299
300 * Makefile.am (Makefile): Depend on bfd/configure.in.
301 Run "make dep-am".
302 * Makefile.in: Regenerate.
303
304 2001-09-18 Bruno Haible <haible@clisp.cons.org>
305
306 * gprof.c (main): For gettext, also set the LC_CTYPE locate facet.
307 * sym_ids.c: Include "safe-ctype.h" instead of <ctype.h>.
308 (parse_spec): Use ISDIGIT instead of isdigit.
309
310 2001-09-18 Alan Modra <amodra@bigpond.net.au>
311
312 * sparc.c (sparc_find_call): Warning fix.
313 * alpha.c (alpha_find_call): Likewise.
314
315 2001-08-09 Alan Modra <amodra@bigpond.net.au>
316
317 * alpha.c: Add missing prototypes.
318 * sparc.c: Likewise.
319 * tahoe.c: Likewise.
320 * vax.c: Likewise.
321 * i386.c: Likewise.
322 (i386_iscall): Don't use DEFUN.
323
324 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
325
326 * NOTES: Rename to README for consistency with other binutils.
327
328 2001-06-18 H.J. Lu <hjl@gnu.org>
329
330 * Makefile.am (diststuff): Add $(MANS).
331 (gprof.1): Remove the prefix `$(srcdir)/'.
332 * Makefile.in: Regenerated.
333
334 * gprof.1: Removed.
335
336 2001-06-12 Ben Elliston <bje@redhat.com>
337
338 * gprof.texi (File Format): Profile data files are stored in
339 target byte order, not host byte order.
340
341 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
342
343 * gmon_io.c (gmon_io_read, gmon_io_write_vma,
344 gmon_io_write_32, gmon_io_write_8, gmon_io_write): Adjust
345 argument list for K&R C.
346
347 2001-04-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
348
349 * gprof.texi: Put @c man begin and @c man end indications
350 to generate man page using texi2pod and pod2man. Added SEEALSO,
351 SYNOPSIS, BUGS, FILES and DESCRIPTION from original gprof.1
352 enclosed in @ifset man condition.
353 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
354 Generate gprof.1 from gprof.texi.
355 * gprof.1: Generate from gprof.texi.
356 * Makefile.in: Regenerate.
357
358 2001-03-13 David Mosberger <davidm@hpl.hp.com>
359
360 * hist.c (hist_dimension): Declare as an array of 16 characters.
361 (hist_read_rec): If SAMPLEDEBUG, print each histogram bin count.
362
363 * basic_blocks.c: Whitespace and formatting changes.
364 * bb_exit_func.c: Ditto.
365 * call_graph.c: Ditto.
366 * call_graph.h: Ditto.
367 * cg_arcs.c: Ditto.
368 * cg_print.c: Ditto.
369 * cg_print.h: Ditto.
370 * corefile.c: Ditto.
371 * corefile.h: Ditto.
372 * gmon_io.c: Ditto.
373 * gmon_io.h: Ditto.
374 * gmon_out.h: Ditto.
375 * gprof.c: Ditto.
376 * hist.c: Ditto.
377 * hist.h: Ditto.
378 * i386.c: Ditto.
379 * search_list.c: Ditto.
380 * search_list.h: Ditto.
381 * source.c: Ditto.
382 * source.h: Ditto.
383 * sym_ids.c: Ditto.
384 * sym_ids.h: Ditto.
385 * symtab.c: Ditto.
386 * symtab.h: Ditto.
387 * tahoe.c: Ditto.
388 * utils.c: Ditto.
389 * vax.c: Ditto.
390
391 * gmon_out.h (gmon_hist_hdr): Delete.
392 (gmon_cg_arc_record): Delete.
393
394 * gmon_io.c (put_vma): Declare "static".
395 (get_vma): Ditto.
396 (gmon_io_write): New function.
397 (gmon_io_write_8): Ditto.
398 (gmon_io_write_32): Ditto.
399 (gmon_io_write_vma): Ditto.
400 (gmon_io_read): Ditto.
401 (gmon_io_read_32): Ditto.
402 (gmon_io_read_vma): Ditto.
403 * basic_blocks.c (bb_read_rec): Use gmon_io_read* / gmon_io_write*
404 to read/write data file in a more portable fashion.
405 (bb_write_blocks): Ditto.
406 * call_graph.c (cg_read_rec): Ditto.
407 (cg_write_arcs): Ditto.
408 * hist.c (hist_read_rec): Ditto.
409 (hist_write_hist): Ditto.
410
411 From Jes Sorensen <jes@linuxcare.com>
412 * gmon_out.h: Use GMON_PTR_SIZE instead of sizeof(char*).
413 * gmon.h: Ditto.
414 * configure.in: Get GMON_PTR_SIZE from existing <sys/gmon_out.h>
415 if it exists.
416 * acconfig.h: New file. Mention and document GMON_PTR_SIZE.
417 * gconfig.h: Regenerate.
418 * configure: Regenerate.
419 * Makefile.in: Regenerate.
420
421 2001-02-27 Alan Modra <alan@linuxcare.com.au>
422
423 * configure.in (BFD_VERSION): New.
424 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
425 * configure: Regenerate.
426 * gconfig.in: Regenerate.
427 * Makefile.am: Run "make dep-am"
428 * Makefile.in: Regenerate.
429
430 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
431
432 * basic_blocks.c: #include <unistd.h> only if it exists.
433
434 2000-11-06 Nick Clifton <nickc@redhat.com>
435
436 * gprof.texi: Add GNU Free Documentation License.
437
438 2000-09-07 H.J. Lu <hjl@gnu.org>
439
440 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
441 * configure: Rebuild.
442
443 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
444
445 * aclocal.m4, configure: Rebuilt with new libtool.m4.
446
447 2000-09-02 Nick Clifton <nickc@redhat.com>
448
449 * configure.in: Increase version number to 2.10.91.
450 * configure: Regenerate.
451 * aclocal.m4: Regenerate.
452 * config.in: Regenerate.
453
454 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
455
456 * acinclude.m4: Include libtool and gettext macros from the
457 top level.
458 * aclocal.m4, configure: Rebuilt.
459
460 2000-07-26 Nick Clifton <nickc@cygnus.com>
461
462 * bb_exit_func.c: Assign copyright to FSF. Note that David
463 Mosberger-Tang <David.Mosberger@acm.org> continuted this code.
464
465 2000-07-24 Nick Clifton <nickc@cygnus.com>
466
467 * basic_blocks.c: Add copyright notice.
468 * basic_blocks.h: Add copyright notice.
469 * call_graph.c: Add copyright notice.
470 * call_graph.h: Add copyright notice.
471 * cg_print.c: Add copyright notice.
472 * cg_print.h: Add copyright notice.
473 * corefile.c: Add copyright notice.
474 * corefile.h: Add copyright notice.
475 * gmon_io.c: Add copyright notice.
476 * gmon_io.h: Add copyright notice.
477 * gmon_out.h: Add copyright notice.
478 * hist.c: Add copyright notice.
479 * hist.h: Add copyright notice.
480 * search_list.c: Add copyright notice.
481 * search_list.h: Add copyright notice.
482 * source.c: Add copyright notice.
483 * source.h: Add copyright notice.
484 * sym_ids.c: Add copyright notice.
485 * sym_ids.h: Add copyright notice.
486 * symtab.c: Add copyright notice.
487 * symtab.h: Add copyright notice.
488
489 2000-07-05 Kenneth Block <krblock@computer.org>
490
491 * gprof.c: Add optional style to demangle switch
492 * gprof.texi: Document optional style to demangle switch.
493
494 2000-06-05 DJ Delorie <dj@redhat.com>
495
496 * MAINTAINERS: new
497
498 2000-07-01 Alan Modra <alan@linuxcare.com.au>
499
500 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
501 (CLEANFILES): Add DEPA.
502 * Makefile.in: Regenerate.
503
504 2000-06-22 Alan Modra <alan@linuxcare.com.au>
505
506 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
507 find one.
508 * Makefile.in: Regenerate.
509
510 2000-06-20 Alan Modra <alan@linuxcare.com.au>
511
512 * source.c (annotate_source): Correct pointer comparison when
513 checking for backslashes.
514
515 2000-06-13 H.J. Lu <hjl@gnu.org>
516
517 * configure: Regenerate.
518
519 2000-06-08 David O'Brien <obrien@FreeBSD.org>
520
521 * configure.in (VERSION): Update to show this is the CVS mainline.
522
523 2000-06-07 Philippe De Muyter <phdm@macqel.be>
524
525 * source.c: Remove direct inclusion of sys/stat.h.
526
527 2000-05-31 Nick Clifton <nickc@cygnus.com>
528
529 * gprof.h (_): Revert previous delta. We want to use gettext,
530 not dgettext in the _ macro.
531
532 2000-05-29 Alan Modra <alan@linuxcare.com.au>
533
534 * gprof.h (_): Use BFD version.
535
536 2000-05-26 Nick Clifton <nickc@cygnus.com>
537
538 * gprof.c (main): When calling getopt_long indicate that the 'd'
539 switch takes an optional argument, whereas the 'D' switch takes no
540 argument at all.
541
542 2000-05-26 Alan Modra <alan@linuxcare.com.au>
543
544 * dep-in.sed: Copy from ../binutils.
545 * Makefile.am: Update dependencies with "make dep-am"
546 * Makefile.in: Regenerate.
547
548 * gprof.h: Remove most nls defines. They are pulled in by
549 bfd/sysdep.h. #include "ansidecl.h" not <ansidecl.h>
550
551 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
552
553 * gprof.texi: Fix numerous typos. Mention some DOS/Windows related
554 issues.
555
556 * configure.in: Check for setmode function.
557 * configure: Regenerate.
558
559 * gmon_io.h (SET_BINARY) [HAVE_SETMODE]: Define.
560
561 * gmon_io.c (gmon_out_read) [SET_BINARY]: Switch stdin into binary
562 mode.
563
564 * source.c: Include filenames.h and sys/stat.h.
565 (source_file_lookup_path, source_file_lookup_name): Use
566 FILENAME_CMP to compare file names.
567 (annotate_source) [__MSDOS__]: If "filename-ann" would overwrite
568 "filename", replace the extension with ".ann".
569 [HAVE_DOS_BASED_FILE_SYSTEM]: Support file names with
570 backslashes and drive letters.
571 Use IS_ABSOLUTE_PATH.
572
573 * search_list.h (PATH_SEP_CHAR): Define.
574
575 * search_list.c (search_list_append): Use PATH_SEP_CHAR.
576
577 * hertz.c (HERTZ) [__MSDOS__]: Don't define unless they have
578 neither HAVE_SETITIMER nor HAVE_SYSCONF.
579 [HAVE_SETITIMER]: If they define both HAVE_SETITIMER and
580 HAVE_SYSCONF, try setitimer and fall back on sysconf.
581
582 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
583
584 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
585 --enable-build-warnings option.
586 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
587 * Makefile.in, configure, aclocal.m4: Re-generate.
588
589 2000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
590
591 * gprof.c (copyright): Do not use N_ in array initializer.
592
593 2000-04-04 Alan Modra <alan@linuxcare.com.au>
594
595 * po/gprof.pot: Regenerate.
596
597 * gprof.c (usage): Restore translated part of bug string.
598
599 * Makefile.am (BASEDIR): Define.
600 (BFDDIR): Define.
601 (INCDIR): Define.
602 (MKDEP): Define.
603 (INCLUDES): Add "-I."
604 (DEP, DEP1, dep.sed, dep, dep-in, dep-am): New targets.
605 (CLEANFILES): Define.
606 Update dependencies.
607 * Makefile.in: Regenerate.
608
609 2000-04-03 Alan Modra <alan@linuxcare.com.au>
610
611 * gprof.h: #include "bin-bugs.h".
612 * gprof.c (usage): Use REPORT_BUGS_TO.
613
614 2000-03-31 Alan Modra <alan@linuxcare.com.au>
615
616 * symtab.c (symtab_finalize): Don't use post-increment on
617 structure copy, to work around a ppc gcc bug.
618
619 1999-09-29 Mark Kettenis <kettenis@gnu.org>
620
621 * hertz.h [MACH] (hertz): Remove macro. The
622 <machine/mach_param.h> include doesn't exist on al Mach based
623 systems, and the definition of hertz breaks compilation of hertz.c
624 anyway.
625
626 2000-02-22 Ian Lance Taylor <ian@zembu.com>
627
628 From Brad Lucier <lucier@math.purdue.edu>:
629 * i386.c (i386_find_call): Add cast to ensure that printf argument
630 matches format.
631 * tahoe.c (tahoe_find_call): Likewise.
632 * vax.c (vax_find_call): Likewise.
633
634 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
635
636 * utils.c (print_name_only): Don't pass error strings to
637 printf as format arg.
638
639 1999-09-24 Nick Clifton <nickc@cygnus.com>
640
641 * gmon_io.c (gmon_out_read): Make sure that sensible values
642 are extracted from a raw header.
643
644 1999-08-06 Ian Lance Taylor <ian@zembu.com>
645
646 From Brad Lucier <lucier@math.purdue.edu>:
647 * corefile.c (core_create_line_syms): Add cast for printf.
648
649 1999-07-21 Ian Lance Taylor <ian@zembu.com>
650
651 From Mark Elbrecht:
652 * configure.bat: Remove; obsolete.
653
654 1999-07-15 Ian Lance Taylor <ian@zembu.com>
655
656 * configure.in: Bump version number to 2.9.5.
657 * configure: Rebuild.
658
659 1999-07-11 Ian Lance Taylor <ian@zembu.com>
660
661 * corefile.c (core_create_function_syms): Add ATTRIBUTED_UNUSED.
662 * sym-ids.c (non_existent_file): Fully initialize structure.
663
664 1999-07-01 Ian Lance Taylor <ian@zembu.com>
665
666 * Many files: Add casts in many print statements to cast bfd_vma
667 values to unsigned long when calling printf.
668 * Makefile.am ($(OBJECTS)): Add gmon.h.
669 * Makefile.in: Rebuild.
670
671 Mon Jun 14 10:35:28 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
672
673 * gprof.texi: Fix typo.
674
675 1999-06-13 Ian Lance Taylor <ian@zembu.com>
676
677 From Bob Byrnes <byrnes@curl.com>:
678 * cg_dfn.c: Include "libiberty.h"
679 (DFN_INCR_DEPTH): Define instead of DFN_DEPTH.
680 (dfn_stack): Define as pointer rather than array.
681 (pre_visit): Reallocate dfn_stack as needed.
682
683 1999-04-26 Tom Tromey <tromey@cygnus.com>
684
685 * aclocal.m4, configure: Updated for new version of libtool.
686
687 1999-04-06 Ian Lance Taylor <ian@zembu.com>
688
689 * gprof.h (LC_MESSAGES): Never define.
690 * gprof.c (main): Don't pass LC_MESSAGES to setlocale if the
691 system does not define it.
692
693 1999-04-05 H.J. Lu <hjl@gnu.org>
694
695 * corefile.c (core_create_line_syms): Don't use fixed size array
696 for prev_name and prev_filename.
697
698 1999-04-04 Michael Hohmuth <hohmuth@innocent.com>
699
700 * gprof.h (FF_BSD44): Define.
701 * gmon.h (struct raw_phdr): Add version, profrate, and spare
702 fields unconditionally.
703 (struct old_raw_phdr): New struct.
704 * gprof.c (main): Handle -O 4.4bsd.
705 * gmon_io.c (gmon_out_read): Handle BSD 4.4 format, either
706 automatically or by user specification.
707 (gmon_out_write): Handle BSD 4.4 format.
708 * configure.in: Don't set BSD44_FORMAT.
709 * gprof.texi (Miscellaneous Options): Document -O 4.4bsd.
710 * configure, gconfig.in: Rebuild.
711
712 Tue Feb 16 17:01:33 1999 Ian Lance Taylor <ian@cygnus.com>
713
714 * configure.in: Change AC_PREREQ to 2.13. Change AM_PROG_INSTALL
715 to AC_PROG_INSTALL. Remove AM_CYGWIN32. Change AM_EXEEXT to
716 AC_EXEEXT. Add comment to AC_DEFINE.
717 * acconfig.h: Remove.
718 * aclocal.m4: Rebuild.
719 * configure: Rebuild.
720 * Makefile.in: Rebuild.
721 * gconfig.in: Rebuild.
722
723 Sun Dec 6 21:57:50 1998 Ian Lance Taylor <ian@cygnus.com>
724
725 * gprof.texi (Symspecs): Mention that you have to add any
726 underscore yourself when naming a symbol.
727
728 Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
729
730 * configure.in: detect cygwin* instead of cygwin32*
731 * configure: regenerate
732
733 Wed Aug 12 14:59:06 1998 Ian Lance Taylor <ian@cygnus.com>
734
735 Avoid some overflow cases:
736 * basic_blocks.h (bb_min_calls): Change to unsigned long.
737 * call_graph.h (cg_tally): Change count parameter to unsigned
738 long.
739 * cg_arcs.h (Arc): Change count field to unsigned long.
740 (arc_add): Change count parameter to unsigned long.
741 * source.h (Source_File): Change ncalls field to unsigned long.
742 * symtab.h (Sym): Change fields ncalls, bb_calls, and
743 cg.self_calls to unsigned long.
744 * Many files: Update accordingly.
745
746 * configure, Makefile.in, aclocal.m4: Rebuild with current tools.
747
748 Fri Jul 10 17:29:49 1998 Stan Cox <scox@equinox.cygnus.com>
749
750 * configure.in (BSD44_FORMAT): Define for cygwin32, win32, mingw32
751 * configure: Rebuild.
752
753 Fri Jun 12 13:40:05 1998 Tom Tromey <tromey@cygnus.com>
754
755 * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
756 ($(PACKAGE).pot): Unconditionally depend on POTFILES.
757
758 Sun May 10 22:35:33 1998 Jeffrey A Law (law@cygnus.com)
759
760 * po/Make-in (install-info): New target.
761
762 Tue May 5 18:28:40 1998 Tom Tromey <tromey@cygnus.com>
763
764 * gprof.h (_): Undefine BFD's version.
765
766 Tue Apr 28 19:17:33 1998 Tom Tromey <tromey@cygnus.com>
767
768 * gprof.c (main): Conditionally call setlocale.
769 * gprof.h: Include <locale.h> if HAVE_LOCALE_H.
770 (LC_MESSAGES): Now can be defined even when ENABLE_NLS.
771
772 Tue Apr 28 19:50:09 1998 Ian Lance Taylor <ian@cygnus.com>
773
774 * corefile.c: Rename from core.c.
775 * corefile.h: Rename from core.h.
776 * Many .c files: Include corefile.h rather than core.h.
777 * Makefile.am (sources): Change core.c to corefile.c.
778 (noinst_HEADERS): Change core.h to corefile.h.
779 ($(OBJECTS)): Depend upon corefile.h rather than core.h.
780 (corefile.o): Rename target from core.o, depend upon corefile.c.
781 * Makefile.in, po/POTFILES.in: Rebuild.
782
783 Mon Apr 27 16:50:40 1998 Ian Lance Taylor <ian@cygnus.com>
784
785 * configure.in: Change version number to 2.9.4
786 * configure: Rebuild.
787
788 Wed Apr 22 16:01:17 1998 Tom Tromey <tromey@cygnus.com>
789
790 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
791
792 Wed Apr 22 00:00:22 1998 Tom Tromey <tromey@scribbles.cygnus.com>
793
794 * gprof.h: Added includes and defines for gettext.
795 * configure.in (ALL_LINGUAS): New macro.
796 Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile.
797 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
798 HAVE_LC_MESSAGES): Define.
799 * gprof.c (main): Call setlocale, bindtextdomain, textdomain.
800 * Makefile.am (SUBDIRS): New macro.
801 (INCLUDES): Look in intl dirs for headers. Define LOCALEDIR.
802 (gprof_DEPENDENCIES): Added INTLDEPS.
803 (gprof_LDADD): Added INTLLLIBS.
804 (POTFILES): New macro.
805 (po/POTFILES.in): New target.
806 * Many files: Wrap user-visible strings with gettext invocation.
807
808 Tue Apr 7 12:43:37 1998 Ian Lance Taylor <ian@cygnus.com>
809
810 From hjl@lucon.org <H.J. Lu>:
811 * Makefile.am (diststuff): New target.
812 * Makefile.in: Rebuild.
813
814 Mon Mar 30 12:47:48 1998 Ian Lance Taylor <ian@cygnus.com>
815
816 * configure.in: Set version to 2.9.1.
817 * configure: Rebuild.
818
819 * Branched binutils 2.9.
820
821 Sat Mar 28 23:09:08 1998 Ian Lance Taylor <ian@cygnus.com>
822
823 Fix some gcc -Wall warnings:
824 * cg_arcs.c (num_cycles): Change to unsigned int.
825 (numarcs): Likewise.
826 (arc_add): Change maxarcs to unsigned int.
827 (cg_assemble): Change index to unsigned int.
828 * cg_arcs.h (num_cycles, numarcs): Update declarations.
829 * cg_print.c (cg_print): Change index to unsigned int.
830 (cg_print_index): Change index, nnames, todo, i, and j to unsigned
831 int.
832 (cg_print_file_ordering): Change symbol_count and index2 to
833 unsigned int.
834 * core.c (symbol_map_count): Change to unsigned int.
835 (core_create_function_syms): Change j to unsigned int.
836 (core_create_line_syms): Add cast to avoid warning.
837 * hist.c (hist_assign_samples): Change j to unsigned int.
838 (hist_print): Change index to unsigned i nt. Add cast to avoid
839 warning.
840 * sym_ids.c (parse_spec): Add casts to avoid warning.
841 * symtab.c (symtab_finalize): Change j to unsigned int.
842 (sym_lookup): Update printf format strings.
843 * symtab.h (Sym_Table): Change len to unsigned int.
844 * tahoe.c (tahoe_reladdr): Add casts to avoid warnings.
845
846 Tue Mar 24 19:00:11 1998 Ian Lance Taylor <ian@cygnus.com>
847
848 Add --demangle and --no-demangle options:
849 * gprof.h (demangle): Declare.
850 * gprof.c (demangle): New global variable.
851 (OPTION_DEMANGLE, OPTION_NO_DEMANGLE): Define.
852 (long_options): Add "demangle" and "no-demangle".
853 (usage): Mention --demangle and --no-demangle.
854 (main): Handle OPTION_DEMANGLE and OPTION_NO_DEMANGLE.
855 * utils.c (print_name_only): Only demangle symbol name if demangle
856 is true.
857 * gprof.texi (Output Options): Document new options.
858
859 Fri Mar 20 19:21:56 1998 Ian Lance Taylor <ian@cygnus.com>
860
861 * Makefile.in: Rebuild with automake 1.2e.
862 * aclocal.m4, configure: Rebuild with libtool 1.2.
863
864 Thu Feb 12 14:36:05 1998 Ian Lance Taylor <ian@cygnus.com>
865
866 * gprof.c (usage): Update bug-gnu-utils address.
867
868 Sat Feb 7 15:43:12 1998 Ian Lance Taylor <ian@cygnus.com>
869
870 * configure, aclocal.m4: Rebuild with new libtool.
871
872 Fri Feb 6 12:02:28 1998 Ian Lance Taylor <ian@cygnus.com>
873
874 * alpha.c (alpha_Instruction): Use int, not signed.
875
876 Fri Feb 6 02:00:19 1998 Jeffrey A Law (law@cygnus.com)
877
878 * core.c (core_init): Adding missing "break".
879
880 Thu Feb 5 12:49:37 1998 Ian Lance Taylor <ian@cygnus.com>
881
882 * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
883
884 Tue Feb 3 14:25:25 1998 Brent Baccala <baccala@freesoft.org>
885
886 * bbconv.pl: New file.
887 * Makefile.am (EXTRA_DIST): Add bbconv.pl.
888 * Makefile.in: Rebuild.
889
890 * gprof.texi: Extensive additions to document all arguments and
891 output formats.
892
893 * symtab.c (symtab_finalize): Prefer function symbols over line
894 symbols.
895 (dbg_sym_lookup): Correct debugging messages.
896
897 * gprof.c (main): --sum implies --line.
898
899 * cg_print.c (cg_print): When doing line by line profiling, don't
900 use a non-function as a main listing item.
901
902 * call_graph.c (cg_tally): When using line by line profiling, use
903 the function symbol as the child.
904
905 * symtab.h (NBBS): Define.
906 (Sym): Add bb_addr and bb_calls fields.
907 * basic_blocks.c (bb_read_rec): Save multiple basic blocks per
908 symbol.
909 (bb_write_blocks): Adjust for multiple basic blocks per symbol.
910 (print_exec_counts): Don't check whether a symbol is the start of
911 a basic block. Print all basic blocks for a symbol.
912 (annotate_with_count): Rewrite to print all basic block counts and
913 to pay attention to width argument.
914 (print_annotated_source): Don't check whether symbol is the start
915 of a basic block.
916
917 Make it possible to build a cross gprof, although a few cases are
918 still not handled:
919 * configure.in: Don't set MY_TARGET.
920 * gprof.h: Don't include MACHINE_H. Don't define FOPEN_RB or
921 FOPEN_WB; just get them from sysdep.h.
922 * core.h (min_insn_size, offset_to_code): Declare.
923 * core.c (MIN_INSN_SIZE): Don't define.
924 (min_insn_size, offset_to_code): New variables.
925 (core_init): Initialize min_insn_size and offset_to_code.
926 (find_call): New function.
927 (core_create_line_syms): Don't use min_dist. Set is_static in
928 pass 2.
929 * hist.c (UNITS_TO_CODE): Define.
930 * gprof.c (default_excluded_list): Add "__mcount_internal".
931 * gmon.h: Change TARGET_alpha to __alpha__.
932 * hertz.h: Ifdef MACH, define hertz as HZ.
933 * alpha.c (alpha_Instruction): Rename from Instruction. Change
934 all references.
935 (alpha_find_call): Rename from find_call.
936 * alpha.h: Remove.
937 * dummy.c, dummy.h: Remove.
938 * i386.c (i386_iscall): Rename from iscall. Change all
939 references. Check for call instruction, not jump or lcall.
940 (i386_find_call): Rename from find_call. Correct for VMA.
941 Correct call destination computation. Don't dereference symbol if
942 it is NULL.
943 * i386.h: Remove.
944 * ns532.c, ns532.h: Remove.
945 * sparc.c (CALL): Define.
946 (sparc_find_call): Rename from find_call.
947 * sparc.h: Remove.
948 * tahoe.c: Include cg_arcs.h, core.h, hist.h, and symtab.h. Don't
949 include time_host.h.
950 (CALLF, PC): Define.
951 (enum tahoe_opermodes, tahoe_operandenum): Define. Rename all
952 references to opermodes or operandenum to these.
953 (tahoe_operandmode): Rename from operandmode. Call abort if
954 switch does not return.
955 (tahoe_operandname): Rename from operandname. Call abort if
956 switch does not return.
957 (tahoe_operandlength): Rename from operandlength. Call abort if
958 switch does not return.
959 (tahoe_reladdr): Rename from reladdr.
960 (tahoe_find_call): Rename from find_call. Use core_text_space
961 rather than textspace.
962 * tahoe.h: Remove.
963 * vax.c (CALLS, PC): Define.
964 (enum opermodes, operandenum, struct modebyte): Define.
965 (vax_operandmode): Rename from operandmode. Call abort if switch
966 does not return.
967 (vax_operandname): Rename from operandname. Call abort if switch
968 does not return.
969 (vax_operandlength): Rename from operandlength. Call abort if
970 switch does not return.
971 (vax_reladdr): Rename from reladdr.
972 (vax_find_call): Rename from find_call.
973 * vax.h: Remove.
974 * Makefile.am (AUTOMAKE_OPTIONS): Set to cygnus.
975 (MY_TARGET): Remove.
976 (INCLUDES): Remove -DTARGET_$(MY_TARGET) and -DMACHINE_H=
977 \"$(MY_TARGET).h\".
978 (gprof_SOURCES): Add i386.c, alpha.c, vax.c, tahoe.c, sparc.c.
979 (gprof_DEPENDENCIES): Remove $(MY_TARGET).o.
980 (gprof_LDADD): Likewise.
981 (noinst_HEADERS): Remove alpha.h, i386.h, ns532.h, sparc.h,
982 tahoe.h, vax.h, dummy.h.
983 (EXTRA_DIST): Remove alpha.c, i386.c, ns532.c, sparc.c, tahoe.c,
984 vax.c, dummy.c.
985 ($(OBJECTS)): Don't depend upon $(MY_TARGET).h.
986 ($(MY_TARGET).o): Remove target.
987 (i386.o, alpha.o, vax.o, tahoe.o, sparc.o): New targets.
988 * configure, Makefile.in, aclocal.m4: Rebuild.
989
990 Mon Dec 29 14:17:08 1997 Ian Lance Taylor <ian@cygnus.com>
991
992 * core.c (core_sym_class): Treat weak symbols as text symbols.
993 From Dean Gaudet <dgaudet@arctic.org>.
994
995 Wed Sep 24 11:35:43 1997 Ian Lance Taylor <ian@cygnus.com>
996
997 * aclocal.m4: Rebuild with new libtool.
998 * Makefile.in: Rebuild with current automake.
999 * configure: Rebuild.
1000
1001 Sat Aug 9 16:25:01 1997 Ian Lance Taylor <ian@cygnus.com>
1002
1003 * configure.in: Change version number to 2.8.2. Call
1004 AM_PROG_LIBTOOL. Remove shared library handling; now handled by
1005 libtool. Add AM_CONFIG_HEADER. Change AC_PROG_INSTALL to
1006 AM_PROG_INSTALL. Add AM_EXEEXT.
1007 * Makefile.am (LINK): Remove.
1008 (gprof_LDFLAGS): Remove
1009 (gprof_DEPENDENCIES): Change libbfd.a to libbfd.la.
1010 (gprof_LDADD): Likewise.
1011 ($(OBJECTS)): Depend upon gconfig.h and ../bfd/config.h.
1012 * gprof.h: Undefine PACKAGE and VERSION after including BFD
1013 sysdep.h file, then include new gconfig.h file.
1014 * gprof.c (VERSION): Don't define.
1015 * acconfig.h: New file.
1016 * stamp-h.in: New file.
1017 * gconfig.in: New file, created by autoheader.
1018 * Makefile.in, configure, aclocal.m4: Rebuild.
1019
1020 Sat Jun 28 23:20:42 1997 Ian Lance Taylor <ian@cygnus.com>
1021
1022 * aclocal.m4, configure, Makefile.in: Rebuild with automake 1.2.
1023
1024 Mon Jun 16 15:31:39 1997 Ian Lance Taylor <ian@cygnus.com>
1025
1026 * Makefile.am (INCLUDES): Add -DDEBUG.
1027 * Makefile.in: Rebuild.
1028
1029 Tue Apr 15 14:19:30 1997 Ian Lance Taylor <ian@cygnus.com>
1030
1031 Change to use automake:
1032 * Makefile.am: New file.
1033 * configure.in: Run AM_INIT_AUTOMAKE, AM_MAINTAINER_MODE, and
1034 AM_CYGWIN32.
1035 * aclocal.m4: New file, created by aclocal.
1036 * Makefile.in: Replace with file created by automake --cygnus.
1037 * configure: Rebuild.
1038
1039 Thu Apr 3 13:21:25 1997 Ian Lance Taylor <ian@cygnus.com>
1040
1041 * gprof.c (VERSION): Define as "2.8.1".
1042
1043 * Branched binutils 2.8.
1044
1045 Thu Mar 27 17:15:23 1997 Ian Lance Taylor <ian@cygnus.com>
1046
1047 * gprof.c (main): Correct copyright message.
1048
1049 Mon Mar 24 11:12:26 1997 Ian Lance Taylor <ian@cygnus.com>
1050
1051 * Makefile.in (.c.o): Define TARGET_$(MY_TARGET) when compiling.
1052 * gmon.h: Use bytes counts rather than sizeof in struct raw_phdr
1053 and struct raw_arc.
1054
1055 Mon Mar 17 10:54:47 1997 David Mosberger-Tang <davidm@azstarnet.com>
1056
1057 * cg_arcs.c (arc_add): memset() newly alloced arc to ensure
1058 all fields are initialized with 0.
1059
1060 Sat Mar 15 19:17:31 1997 H.J. Lu <hjl@lucon.org>
1061
1062 * symtab.h (find_call): Declare.
1063 * cg_arcs.c (cg_assemble): Don't declare find_call.
1064 * hist.c (scale_and_align_entries): Declare.
1065
1066 Thu Feb 27 12:46:53 1997 Ian Lance Taylor <ian@cygnus.com>
1067
1068 * configure.in: Define BSD44_FORMAT if the target looks like a
1069 BSD4.4 derived system.
1070 * configure: Rebuild.
1071 * Makefile.in (.c.o): Add @DEFS@.
1072 * gmon_io.c (gmon_out_read): In BSD44_FORMAT code, get profrate
1073 from profrate field, not version field.
1074
1075 Thu Jan 16 17:42:54 1997 Ian Lance Taylor <ian@cygnus.com>
1076
1077 * dummy.c (find_call): Clear ignore_direct_calls.
1078
1079 Tue Dec 31 15:44:10 1996 Ian Lance Taylor <ian@cygnus.com>
1080
1081 * Makefile.in (.c.o): Add -D_GNU_SOURCE. Put $(CFLAGS) at the
1082 end.
1083 (gprof): Put $(CFLAGS) after the other options.
1084
1085 Tue Nov 26 17:08:38 1996 Ian Lance Taylor <ian@cygnus.com>
1086
1087 * configure: Rebuild with autoconf 2.12.
1088
1089 Wed Oct 2 15:23:16 1996 Ian Lance Taylor <ian@cygnus.com>
1090
1091 * sparc.c (find_call): Align p_lowpc to avoid bus error.
1092
1093 Tue Oct 1 15:58:10 1996 Ian Lance Taylor <ian@cygnus.com>
1094
1095 * gprof.c (usage): Print bug report address.
1096 (main): Change version printing to match current GNU standards.
1097
1098 Fri Aug 30 12:16:11 1996 Ian Lance Taylor <ian@cygnus.com>
1099
1100 * gmon.h: Replace #elif with #else/#endif.
1101
1102 Thu Aug 29 17:04:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1103
1104 * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
1105 * configure: Regenerate.
1106
1107 Thu Aug 22 17:12:30 1996 Ian Lance Taylor <ian@cygnus.com>
1108
1109 * configure.in: Set and substitute HLDENV.
1110 * configure: Rebuild.
1111 * Makefile.in (HLDENV): New variable.
1112 (gprof): Use $(HLDENV).
1113
1114 Wed Aug 7 14:43:51 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
1115
1116 * core.c (read_function_mappings): Cast xmalloc return.
1117
1118 Thu Jul 4 12:01:42 1996 Ian Lance Taylor <ian@cygnus.com>
1119
1120 * gprof.c (VERSION): Define as "2.7.1".
1121
1122 * Released binutils 2.7.
1123
1124 * bb_exit_func.c: Rename from __bb_exit_func.c, so that it can be
1125 stored on a System V file system.
1126
1127 Thu Jun 27 11:36:22 1996 Ian Lance Taylor <ian@cygnus.com>
1128
1129 * configure.in: Call AC_ISC_POSIX.
1130 * configure: Rebuild.
1131 * Makefile.in (gprof): Pass $(CFLAGS) during link.
1132 * hertz.c: Don't include <sys/time.h>; let sysdep.h handle that.
1133 If HAVE_SETITIMER is not defined, try using sysconf.
1134
1135 Mon Jun 24 18:27:28 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1136
1137 * Makefile.in (exec_prefix, bindir, libdir, mandir, infodir, datadir,
1138 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1139 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1140 (AC_PROG_INSTALL): added.
1141 * configure: Rebuilt.
1142
1143 Mon Jun 24 12:03:09 1996 Ian Lance Taylor <ian@cygnus.com>
1144
1145 * configure.in: On alpha*-*-osf*, link against libbfd.a if not
1146 using shared libraries.
1147 * configure: Rebuild with autoconf 2.10.
1148
1149 Tue Jun 18 17:35:58 1996 Ian Lance Taylor <ian@cygnus.com>
1150
1151 * core.c (core_create_line_syms): Use xstrdup rather than strdup.
1152 * source.c (source_file_lookup_path): Likewise.
1153
1154 Mon Apr 8 14:44:33 1996 Ian Lance Taylor <ian@cygnus.com>
1155
1156 * configure.in: Permit --enable-shared to specify a list of
1157 directories.
1158 * configure: Rebuild.
1159
1160 Thu Mar 21 17:18:25 1996 Ian Lance Taylor <ian@cygnus.com>
1161
1162 * core.c (core_create_function_syms): Move filename and func_name
1163 inside ifdef where they are used.
1164
1165 * core.c (core_sym_class): Parenthesize && within ||.
1166 * symtab.c (symtab_finalize): Correct parenthesization.
1167
1168 * cg_print.h (cg_print_file_ordering): Declare.
1169 (cg_print_function_ordering): Declare.
1170
1171 * __bb_exit_func.c (__bb_exit_func): Replace bcopy with memcpy.
1172 * cg_arcs.c (arc_add): Likewise.
1173 * cg_print.c (cg_print_function_ordering): Likewise.
1174
1175 Thu Mar 21 17:02:02 1996 David Mosberger-Tang <davidm@azstarnet.com>
1176
1177 * gprof.c (default_excluded_list): Add "__mcount".
1178
1179 * gprof.c (main): Change ifdef __osf__ to __alpha__.
1180
1181 * gmon_io.c (gmon_out_read): If BSD44_FORMAT is defined, get the
1182 profiling rate from the header.
1183
1184 * gmon.h (struct raw_phdr): Only include pad if both __alpha__ and
1185 __osf__ are defined. Add new fields if BSD44_FORMAT is defined.
1186
1187 * alpha.h (MIN_INSN_SIZE): Define.
1188 * core.c (MIN_INSN_SIZE): If not defined, define as 1.
1189 (core_sym_class): Ignore debugging symbols.
1190 (core_create_line_syms): Use MIN_INSN_SIZE when gathering line
1191 information.
1192
1193 Wed Mar 20 18:15:47 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1194
1195 * cg_print.c (cg_print_function_ordering): Fix __GNUC__ misspelled
1196 as __GNU_C__.
1197 (order_and_dump_functions_by_arcs): Likewise.
1198
1199 Tue Mar 12 12:19:50 1996 Ian Lance Taylor <ian@cygnus.com>
1200
1201 * configure: Rebuild with autoconf 2.8.
1202
1203 Sun Feb 18 15:06:18 1996 Ian Lance Taylor <ian@cygnus.com>
1204
1205 * configure.in: Check for 'do not mix' from native linker before
1206 trying to use -rpath.
1207 * configure: Rebuild.
1208
1209 Tue Feb 13 15:32:53 1996 Ian Lance Taylor <ian@cygnus.com>
1210
1211 * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
1212 * configure: Rebuild.
1213
1214 Wed Feb 7 14:03:17 1996 Ian Lance Taylor <ian@cygnus.com>
1215
1216 * configure.in: Don't set CC. Look for --enable-shared. Set
1217 BFDLIB and HLDFLAGS and substitute them.
1218 * configure: Rebuild.
1219 * Makefile.in (LIBS): Use @BFDLIB@.
1220 (HLDFLAGS): New variable.
1221 (gprof): Use $(HLDFLAGS).
1222
1223 Mon Feb 5 16:34:44 1996 Ian Lance Taylor <ian@cygnus.com>
1224
1225 Support for building bfd and opcodes as shared libraries, based on
1226 patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
1227 * Makefile.in (LIBDEPS): New variable.
1228 (LIBS): Use -L../bfd -lbfd.
1229 (gprof): Depend upon $(LIBDEPS) rather than $(LIBS).
1230
1231 Sat Dec 30 10:11:03 1995 Jeffrey A Law (law@cygnus.com)
1232
1233 * gprof.c (long_options): Add "--function-ordering" and
1234 "--file-ordering" options.
1235 (usage): Add new options to usage message.
1236 (main): Handle new options.
1237 * gprof.h (STYLE_FUNCTION_ORDER): Define.
1238 (STYLE_FILE_ORDER): Define.
1239 (function_mapping_file): Declare.
1240 * cg_arcs.c (arcs, numarcs): New globals.
1241 (arc_add): Put new arcs into the arc array so the function/file
1242 ordering code can examine them.
1243 * cg_arcs.h (struct arc): New field "has_been_placed".
1244 (arcs, numarcs): Declare new globals.
1245 * core.c (symbol_map, symbol_map_count): New globals.
1246 (read_function_mappings): New function to read in a function
1247 to object map file.
1248 (core_init): Call read_function_mappings if a function mapping
1249 file exists.
1250 (core_create_function_syms): Handle function to object file
1251 mappings.
1252 * symtab.h (struct sym): New fields "mapped", "has_been_placed",
1253 "nuses", "prev".
1254 * cg_print.c (cmp_arc_count): New function for sorting arcs.
1255 (cmp_fun_nuses): Likewise for functions.
1256 (cg_print_function_ordering): New function to print a suggested
1257 function ordering.
1258 (cg_print_file_ordering): Likewise for ordering .o files.
1259 (order_and_dump_functions_by_arcs): Helper function for function
1260 and object file ordering code.
1261
1262 Sun Dec 24 21:32:27 1995 Jeffrey A Law (law@cygnus.com)
1263
1264 * core.c (core_sym_class): Ignore symbols without BSF_FUNCTION
1265 set if ignore_non_function is set.
1266 * gprof.h (ignore_non_functions): Declare.
1267 * gprof.c (ignore_non_functions): Define.
1268 (long_options): Add "ignore-non-functions".
1269 (usage): Add new options.
1270 (main): Recognize "-D" and "--ignore-non-functions" option.
1271
1272 Tue Nov 21 13:24:39 1995 Ken Raeburn <raeburn@cygnus.com>
1273
1274 * Makefile.in (.m.c): Strip out directory name from function
1275 name.
1276
1277 * hist.c (scale_and_align_entries): Don't use DEFUN_VOID. Do
1278 UNITS_TO_CODE adjustment unconditionally; compiler can optimize
1279 away zero-offset case. Refer to scaled_addr, not aligned_addr.
1280
1281 * vax.c: Don't include vax.h here.
1282
1283 Thu Nov 16 03:41:37 1995 Ken Raeburn <raeburn@cygnus.com>
1284
1285 Version 2.6 released.
1286
1287 Wed Nov 8 11:40:04 1995 Ian Lance Taylor <ian@cygnus.com>
1288
1289 * gprof.c (main): Cast getenv return value.
1290
1291 Mon Nov 6 15:05:00 1995 Ken Raeburn <raeburn@cygnus.com>
1292
1293 * Makefile.in (TAGS): New target.
1294
1295 Wed Nov 1 12:51:21 1995 Per Bothner <bothner@kalessin.cygnus.com>
1296
1297 * Makefile.in (DISTSTUFF): Rename to GEN_FILES, to avoid confusion.
1298 (all): Depend on $(GEN_FILES), not diststuff (which also depends
1299 on info).
1300
1301 Wed Nov 1 15:23:15 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
1302
1303 * sym_ids.c: Include <ctype.h>.
1304
1305 Wed Oct 25 13:24:31 1995 Per Bothner <bothner@kalessin.cygnus.com>
1306
1307 * Makefile.in (diststuff): Also make info.
1308 (mostlyclean): Don't remove gprof.info*.
1309 (maintainer-clean realclean): Also remove *.info*.
1310
1311 Fri Oct 6 16:25:32 1995 Ken Raeburn <raeburn@cygnus.com>
1312
1313 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1314
1315 * Makefile.in: Add dependecies for $(OBJS) on header files.
1316
1317 * cg_print.c (print_cycle, print_members, cg_print_index): Fix new
1318 style output format to make it consistent.
1319 * dummy.c (find_call): Fix typo in error message.
1320
1321 Wed Sep 20 13:21:02 1995 Ian Lance Taylor <ian@cygnus.com>
1322
1323 * Makefile.in (maintainer-clean): New target, synonym for
1324 realclean.
1325
1326 Fri Sep 8 14:38:08 1995 Ian Lance Taylor <ian@cygnus.com>
1327
1328 * Makefile.in (install): Don't install in $(tooldir).
1329
1330 Fri Aug 25 15:30:05 1995 Ken Raeburn <raeburn@cygnus.com>
1331
1332 NS32K changes from Ian Dall:
1333 * configure.in: Use ns32k, not ns532.
1334 * ns532.c: Include symtab.h.
1335 (find_call): Renamed from findcall. Print a message.
1336 * ns532.h: Remove dummy.h comments.
1337
1338 Tue Aug 22 10:00:45 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1339
1340 * Makefile.in (install): Remove "brokensed" hack, unnecessary now
1341 that we're using autoconf.
1342
1343 Wed Jul 19 18:46:13 1995 Fred Fish <fnf@cygnus.com>
1344
1345 * core.c (get_src_info): Cast arg 7 of bfd_find_nearest_line
1346 to proper type of "unsigned int *".
1347
1348 Fri Jun 16 15:29:36 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1349
1350 * configure.in: Use changequote around use of [].
1351
1352 Mon Jun 12 12:14:52 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1353
1354 * Makefile.in (distclean, realclean): Remove config.cache and
1355 config.log.
1356
1357 Wed May 17 17:56:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1358
1359 * Makefile.in (Makefile): Added config.status to dependency list.
1360 (config.status): New target.
1361 (SHELL): New definition.
1362
1363 Tue Apr 25 21:11:12 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1364
1365 * Makefile.in (install): Depend on "all".
1366
1367 Thu Apr 20 17:29:07 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1368
1369 * Makefile.in: Change all references to MY_MACHINE to MY_TARGET,
1370 to match configure script.
1371
1372 Wed Apr 19 11:19:37 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1373
1374 * gen-c-prog.awk: Changed reference to "make-c-prog.awk" in
1375 comment emitted by this script to gen-c-prog.awk.
1376
1377 * Makefile.in, configure.in: Converted to use autoconf.
1378 * configure: New file, generated with autoconf 2.3.
1379 * config/{mt-alpha, mt-dummy, mt-i386, mt-ns532, mt-sparc,
1380 mt-tahoe, mt-vax}: Removed.
1381
1382 Mon Mar 13 21:44:24 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1383
1384 * __bb_exit_func.c: New file, from David Mosberger-Tang.
1385
1386 Thu Feb 9 16:56:07 1995 David Mosberger-Tang <davidm@piston.cs.arizona.edu>
1387
1388 * All *.c: More cleanup towards GNU format.
1389
1390 * gmon_out.h (struct gmon_hist_hdr, struct gmon_cg_arc_record):
1391 replaced sizeof (bfd_vma) by size (char*) because Ken tells me
1392 that bfd_vma is only guaranteed to be at least as big as a pointer.
1393
1394 (GMON_Record_tag): added explicit enumeration values to ensure
1395 compatibility across compilers.
1396
1397 * gmon_io.c (get_vma, put_vma): replaced sizeof(bfd_vma) by
1398 sizeof(char*).
1399
1400 Tue Feb 7 17:24:12 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1401
1402 * All *.c and *.h files: Ran "indent -gnu". Cleaned up a couple
1403 of constructs GNU indent couldn't handle. Block comments not yet
1404 rewritten in GNU format.
1405
1406 * gprof.c (VERSION): Changed to 2.6, to get in sync for next
1407 binutils release.
1408
1409 Sun Feb 5 16:19:46 1995 David Mosberger-Tang <davidm@piston.cs.arizona.edu>
1410
1411 * symtab.c (symtab_finalize): ensure globals symbols really
1412 are favored over static ones---even if their name looks less
1413 preferable; this is important for HP-UX; for example, there
1414 is a static label Ltext_something that aliases the global
1415 symbol _start
1416
1417 * hist.c (hist_print): auto-scaling is now in effect for FSF-style
1418 output only; also, auto-scaling is now performed based on
1419 per-call, rather than total execution time, which is what it was
1420 meant to be.
1421
1422 * gprof.h (File_Format): new type.
1423
1424 * gprof.c (VERSION): upped to 2.7---seems to be completely out of
1425 sync with Cygnus version numbers though...
1426
1427 (long_options): renamed --gmon-info to --file-info, --width added,
1428 renamed --old-file-format to --file-format
1429 (main): dito; also added support to read prof files, but as
1430 mon_out_read() is not implemented, it's #ifdef'd out for now
1431
1432 (usage): update to reflect new options.
1433
1434 * gmon_io.c: replaced "old_file_format" by more general
1435 "file_format" option
1436
1437 * gmon.h (struct raw_phdr): fixed declaration for OSF/1.
1438
1439 * core.c (core_sym_class): added back check for __gnu_compiled and
1440 ___gnu_compiled for the benefit of systems without
1441 bfd_find_nearest_line() support
1442
1443 (get_src_info): now the libbfd is fixed, invoke bfd_find_nearest_line()
1444 with section-relative addresses
1445
1446 (core_create_function_syms): get_src_info() calls are currently
1447 enabled for OSF/1 only. It appears to work allright for SunOS
1448 4.1.x as well, but on SPARCs it gets painfully slow with the
1449 current implementation of aout_32_find_nearest_line();
1450 unfortunately, this means that static functions will not have their
1451 filename printed in the call-graph function index; line-level
1452 profiling should still work, but requires some patience
1453
1454 * cg_print.c (cg_print_index): sanitised printing of index when
1455 using FSF-style output; in particular, output width is now controlled
1456 via option --width and the function tries hard to keep columns
1457 aligned even in the presence of (occasional) long names
1458
1459 * NOTES: a first shot at updating the documentation.
1460
1461 Wed Feb 1 19:07:44 1995 David Mosberger-Tang <davidm@piston.cs.arizona.edu>
1462
1463 * core.c (core_create_function_syms): fixed computation of min_vma
1464 and max_vma.
1465
1466 * *.c: removed rcsid.
1467
1468 Tue Jan 31 16:18:18 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1469
1470 * Lots of changes from David Mosberger-Tang:
1471
1472 Tue Oct 25 19:20:14 1994 David Mosberger-Tang <davidm@piston.cs.arizona.edu>
1473
1474 * gprof.c (main): put parentheses around & within &&.
1475
1476 * basic_blocks.c (bb_read_rec): print warning message (once) when
1477 ignoring basic-block execution counts.
1478
1479 * source.c (source_file_lookup_name): corrected second argument to
1480 strcmp().
1481
1482 * hist.c (print_header): merged Fri Oct 21 18:58:02 1994 change by
1483 Ken Raeburn <raeburn@cujo.cygnus.com> from binutils-2.5.1.
1484
1485 * gmon_io.c (gmon_out_read): the output stule STYLE_GMON_INFO is now
1486 supported both for old and new (versioned) gmon.out files. Old
1487 files are identified as version 0.
1488
1489 * gmon.h (struct raw_arc): count field is now sizeof(long) bytes
1490 long (instead of 4) because that is what OSF/1 v3.0 uses.
1491
1492 * core.c: minor fixes and debugging info changes.
1493
1494 Sun Sep 11 18:47:47 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1495
1496 * core.c (core_init): if .text cannot be found, try $CODE$ (the
1497 name of the text-section under HP-UX).
1498
1499 * hist.c (hist_assign_samples): fixed off-by-one bug: highpc
1500 points one past the last sampling bin, so hist_scale should be
1501 computed as "hist_scale /= hist_num_bins", not "hist_scale /=
1502 hist_num_bins - 1".
1503
1504 * gmon_io.c, hist.c, hist.h: renamed hist_num_samples to
1505 hist_num_bins.
1506
1507 * configure.in: added alpha-*-*) for per-target config.
1508
1509 * alpha.c, alpha.h: created.
1510
1511 * gprof.c (default_excluded_list): <locore>, <hicore> added.
1512
1513 * core.c (core_create_function_syms, core_create_line_syms):
1514 explicitly keep two sentinels "<locore>" and "<hicore>" that catch
1515 all addresses outside the text-space. Thus, sym_lookup(&symtab,
1516 addr) continues to guarantee not to return 0 on any address. It
1517 also avoids incorrectly crediting the first/last symbol in the
1518 text-space.
1519
1520 * core.c (core_create_line_syms): always create function symbols
1521 first, then merge in line symbols; this is so that if parts of the
1522 program were compiled without -g, function-level symbols are
1523 available still.
1524
1525 * utils.c (print_name_only): support for print_path added.
1526
1527 * symtab.c (cmp_addr): also use is_func flag in comparison.
1528 (symtab_finalize): return immediately when table empty; now
1529 more careful about getting rid of the right duplicate symbol.
1530
1531 * sparc.c (find_call): many fixes---this function was rather
1532 botched in binutils-2.4 already; it should work again.
1533
1534 * source.c (source_file_lookup_path): PATH is now strdup'ed (it is
1535 not good to rely on get_src_info() to return distinct string
1536 pointers).
1537
1538 * search_list.c (search_list_append): added cast for xmalloc().
1539
1540 * hist.c: added explicit initialization to some of the global
1541 variables; fixed SItab (scales were off by a factor of 10).
1542
1543 * hist.h: include of bfd.h added.
1544
1545 * gprof.c, gprof.h (print_path): added.
1546
1547 * gprof.h (MAX): fixed.
1548
1549 * gmon_out.h: renamed gmon_time_hist_hdr to gmon_hist_hdr.
1550
1551 * gmon_io.c: added some casts to (long) so we can always print as %lx
1552
1553 * core.c (core_get_text_space): fixed to make it work.
1554
1555 * cg_print.c (cg_print_index): added support for print_path option.
1556
1557 * cg_dfn.h (cg_dfn): wrap prototype in PARAMS().
1558
1559 * call_graph.c, gmon_io.c, hist.c: avoid taking address of array
1560 as some compilers complain (e.g., DEC's OSF/1 compiler)
1561
1562 * basic_blocks.c, gmon_io.c, hist.c, source.c, sym_ids.c,
1563 symtab.c: calls to memset() had 2nd and 3rd args reversed.
1564
1565 Sat Sep 10 21:53:13 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1566
1567 * gprof.c: added "_mcount" to default_excluded_list.
1568 (main): if output_style==0 and there is either a histogram or a
1569 call-graph, always generate flat and call-graph, no matter what
1570 line_granularity is set to.
1571
1572 * source.c (source_file_lookup_name): if searching for sf->name
1573 fails, try again with filename obtained after stripping off any
1574 partial path from sf->name.
1575
1576 * gprof.h (SRCDEBUG): added.
1577
1578 * search_list.c (search_list_append): directories were added in wrong
1579 order.
1580
1581 * reimplemented selection mechanism from ground up; it is now possible
1582 to accurately control what gets included/excluded in each of the
1583 output styles; a "symbol-specification" (spec) is the basic means
1584 to select a set of symbols; a spec has the syntax:
1585
1586 spec == (FILENAME:(FUNCNAME|LINE_NUM) | NAME).
1587 arc == spec/spec.
1588
1589 any of the terminal symbols can be empty, in which case they
1590 match anything (wildcards). NAME is interpreted as a FILENAME
1591 if it contains a dot (e.g., foo.c), as LINE_NUM if it starts
1592 with a digit, and as FUNCNAME otherwise.
1593
1594 For example, to get a call-graph display that ignores arcs
1595 from foo() to bar(), you'd say "--no-graph=foo/bar"; to
1596 show only arcs into bar() (no matter what the caller),
1597 you'd say "--graph=/bar"; and to get a call-graph without
1598 any arc info, you'd say "--graph=/"; similarly, to
1599 get a flat profile without mcount, you'd say "--no-flat=mcount"
1600 and to get a flat profile that shows includes all functions
1601 you'd say "--flat=""" (i.e., an empty spec)
1602
1603 * hist.c (hist_print): top_time wasn't initialized to 0.0.
1604
1605 Fri Sep 9 01:10:21 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1606
1607 * gmon_out.h: all headers now declared in terms of characters
1608 to avoid getting into trouble with different compilers introducing
1609 different amount of padding; the code already accessed the fields
1610 through bfd functions, so that didn't have to change.
1611
1612 * hist.c (hist_read_rec, hist_write_rec): added support for
1613 collection pc histograms measuring quantities other than time;
1614 the histogram header now includes a field that specifies the
1615 dimension of the quantity measured by the histogram bins
1616 (normally, this is "seconds", but other meaningful dimensions
1617 include such things as "I-cache misses", "instruction issue stalls"
1618 etc.); there is also a field to specify a one-character
1619 abbreviation for the dimension; in the case of time, this would
1620 be 's'; in most other cases it probably would be '1' (not a physical
1621 dimension).
1622
1623 Thu Sep 8 16:05:08 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1624
1625 * gprof.c, gmon_io.[ch]: BSD_COMPATIBLE is gone and new_file_version
1626 has become old_file_version; gmon_io.c now always supports old-style
1627 gmon.out files; it first tries to read gmon.out as a new version
1628 file, if that fails, it tries to read it in the old format;
1629 although not very likely, it is possible for gprof to mistake an
1630 old-style file as a new one (the first 4 bytes would have to
1631 be "gmon"---including the trailing '\0'); in that case, it is
1632 necessary to specify --old-file-version
1633
1634 * gprof.h: removed dependency on SYSV; the code now always uses
1635 strrchr(), memset(), and memcpy() and does not include either
1636 of string.h or strings.h; this should make gprof compile on
1637 any (Unix) system without configuration (per suggestion of
1638 raeburn@cygnus.com)
1639
1640 * gprof.c (usage): fixed location of --new-file-format option.
1641
1642 * cg_arcs.c (propagate_flags): fixed typo in declaration.
1643
1644 * flat_bl.m: removed formfeed at end of file; the form-feed
1645 is now printed cg_print.c only when necessary.
1646
1647 * major rewrite of gprof---too many changes to mention all of
1648 them. new features:
1649
1650 + -l now requests profiling at the line level (as opposed
1651 to function level); in this mode, gprof creates a "symbol"
1652 (aka name-list entry) for each line of source code, instead
1653 of one per function)
1654
1655 + support for a new gmon.out file format; the new format
1656 consists of a header with a magic and a version number,
1657 followed by a sequence of profile data; profile data
1658 can any of: (a) PC histogram, (b) call-graph arcs, or
1659 (c) basic-block execution counts; the version number makes
1660 it possible to extend gmon.out in a backwards compatible
1661 fashion
1662
1663 + support for tcov style annotated output: if the gmon.out file
1664 contains basic-block execution counts, the user can request
1665 the generation of annotated source files, much like Sun's
1666 tcov used to do
1667
1668 + long options
1669
1670 + new scheme to suppress symbols that aren't function names
1671 (e.g., avoids mistaking a goto label as a function)
1672
1673 + reorganized source code to make it more managable; as a
1674 side effect, gprof now compiles cleanly with "gcc -Wall"
1675
1676 Thu Sep 1 15:46:49 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1677
1678 * gprof.c (funcsymbol): bfd_find_nearest_line() is now used as a
1679 final cross-check to determine whether a static symbol should be
1680 considered as a function-name.
1681
1682 Fri Aug 5 19:32:36 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1683
1684 * gmon_io.c (gmon_out_read): recognize "-" as the filename for
1685 stdin; this is useful if you wanna keep gmon.out files compressed;
1686 this way you can "gzcat" the compressed file into gprof.
1687
1688 * gprof.c: flag_min_count now initialized with 1 instead of 0.
1689
1690 * basic_blocks.c (bb_annotate_source): added support for creating
1691 .tcov files when option flag_annotate_make_files is TRUE.
1692 (annotate_with_count): all counts less than the minimum count
1693 specified by -m are now annotated with hash-marks.
1694
1695 * gprof.c (main): -A is now followed by a string of option chars.
1696
1697 * basic_blocks.c (annotate_with_count): replaced b->count with
1698 cnt.
1699
1700 * source.c: flag_annotate_source replaced by source_lock_map.
1701
1702 * source.h: source_lock_map added.
1703
1704 * gprof.c (main): new command-line syntax: -S simply specifies
1705 which source-files user is interested in; -A requests annotated
1706 source files and -AA requests that all lines in a source file
1707 are annotated.
1708
1709 Thu Aug 4 23:27:03 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1710
1711 * basic_blocks.c (PATH_MAX): if undefined, define as 1024.
1712
1713 * sparc.c, i386.c, tahoe.c, vax.c: added include of "time_hist.h"
1714 so s_lowpc etc. get declared.
1715
1716 * arcs.h (doarcs): created.
1717
1718 * arcs.c: reordered static functions such that they get defined
1719 before use.
1720
1721 * gprof.c (main): added options:
1722 -A: request annotation of all source lines (with -S)
1723 -m: minimum execution count (with default basic-block display)
1724 -N: force new file format (only if BSD_COMPATIBLE is defined)
1725 -S: annotate source file
1726 -t: set table length (with -S)
1727
1728 * Makefile.am (OBJS): added basic_blocks.o call_graph.o gmon_io.o
1729 source.o time_hist.o
1730
1731 Fri Jul 1 15:23:50 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1732
1733 * gprof.c (asgnsamples): computation of "pcl" and "pch" depended
1734 on the fact being able to store a long in a double without loss of
1735 precision; this does not hold on machines with 64 bit longs and 64
1736 bit doubles.
1737
1738 Fri Oct 21 18:58:02 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1739
1740 * printgprof.c (flatprofheader): Always set totime to 1.0 if not
1741 greater than 0.0. Suggested by Harold Assink
1742 <carlo@sg.tn.tudelft.nl>.
1743
1744 Fri Sep 23 15:06:45 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1745
1746 * printgprof.c (printprof): Use free, not cfree.
1747 (printgprof, printindex): Ditto.
1748
1749 Thu Sep 1 10:40:45 1994 Jeff Law (law@snake.cs.utah.edu)
1750
1751 * gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): Make
1752 decls extern to keep native HP compiler quiet.
1753
1754 Tue Aug 30 11:12:13 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1755
1756 * gprof.c (funcsymbol): Ignore ___gnu_compiled as well as
1757 __gnu_compiled, for the benefit of systems which add a leading
1758 underscore.
1759
1760 Wed Aug 24 12:49:13 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1761
1762 * configure.in: Change i386-*-* to i[345]86-*-*.
1763
1764 Sun Jul 10 00:35:31 1994 Ian Dall (dall@hfrd.dsto.gov.au)
1765
1766 * ns532.c, ns532.h: New Files. ns532 support.
1767
1768 * config/mt-ns532: New File. ns532 support.
1769
1770 * gprof.c: user register int i instead of defaulting the int.
1771 Allows compilation with -Dregister= for debugging.
1772
1773 * configure.in: Add ns532 support.
1774
1775 Thu Jun 23 11:22:41 1994 Jeff Law (law@snake.cs.utah.edu)
1776
1777 * Makefile.in (gprof): Depend on $(LIBS).
1778
1779 Fri May 27 12:24:57 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1780
1781 From binutils-2.4 release:
1782
1783 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
1784
1785 * configure.bat: [new] build makefile from makefile.in (dos)
1786 * hertz.c: allow static HERTZ (msdos needs it)
1787 * gprof.c: allow target to select "r" or "rb" for fopen
1788 * gprof.c: ignore __gnu_compiled symbols
1789 * i386.h: dfine FOPEN_RB to "rb" for dos.
1790
1791 Tue May 17 15:30:22 1994 E. Michael Smith (ems@cygnus.com)
1792
1793 * Makefile.in (.m.c:): Added .SUFFIXES : .m
1794 so flat_bl.c would make from flat_bl.m file.
1795
1796 Thu May 5 19:23:24 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1797
1798 * Makefile.in (install-info): Check for gprof.info in build dir,
1799 fall back to srcdir. Depend on it.
1800
1801 * gprof.h (TRUE, FALSE): Always use undef before defining them.
1802
1803 Mon Apr 4 23:47:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1804
1805 * Makefile.in (MY_MACHINE): Renamed from MACHINE to avoid losing
1806 makes (osf1) in which the value of MACHINE can not be changed.
1807 * config/*.mt: Changed appropriately.
1808
1809 Wed Mar 30 16:12:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1810
1811 * gprof.c (getsymtab): Change nosyms to long. Rename
1812 get_symtab_upper_bound to bfd_get_symtab_upper_bound. Check for
1813 errors from bfd_get_symtab_upper_bound and
1814 bfd_canonicalize_symtab.
1815
1816 Tue Mar 22 10:50:52 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1817
1818 * gprof.c (funcsymbol): Use bfd_get_symbol_info instead of
1819 bfd_decode_symclass.
1820
1821 Sun Mar 20 15:40:21 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1822
1823 * Makefile.in: Avoid bug in hpux sed.
1824
1825 Wed Dec 15 20:16:40 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
1826
1827 * gprof.texi (Invoking): add text about -v flag
1828
1829 * gprof.1: add text about -v flag
1830
1831 Wed Dec 8 16:55:06 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
1832
1833 * gprof.c (VERSION): defined a version macro, print the value
1834 when the -v option is used
1835
1836 Tue Jul 6 10:11:56 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1837
1838 * Makefile.in: Install correctly.
1839
1840 Thu Jun 24 14:43:22 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1841
1842 * gprof.c (main): Get whoami from argv, instead of hardcoding.
1843 Use it in usage message. Split usage message to fit in 80 cols.
1844
1845 Sun Jun 20 20:58:02 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
1846
1847 * Makefile.in: Undo 15 June change.
1848
1849 Wed Jun 16 12:54:53 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1850
1851 * gmon.h, gprof.h: structs of chars used to hold external
1852 representations.
1853 * gprof.c (getpfile, openpfile, readsamples): Swap data in using
1854 new structures.
1855
1856 Tue Jun 15 23:09:17 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1857
1858 * Makefile.in (.c.o): Look in ../include, not ../bfd, for bfd.h.
1859
1860 Mon Jun 14 16:22:59 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
1861
1862 * Makefile.in: remove parentdir support
1863
1864 Mon Jun 7 12:56:17 1993 Per Bothner (bothner@rtl.cygnus.com)
1865
1866 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
1867 * configure.in: No longer need to configure to get sysdep.h.
1868
1869 Tue May 18 21:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1870
1871 * Makefile.in (install): should not depend on install-info
1872
1873 Mon Apr 26 12:37:46 1993 Ian Lance Taylor (ian@cygnus.com)
1874
1875 * gprof.h: Include ansidecl.h before sysdep.h. Undefine hz.
1876
1877 Tue Apr 13 16:14:03 1993 Per Bothner (bothner@cygnus.com)
1878
1879 * Makefile.in: Add -g to CFLAGS.
1880 Ads LDFLAGS and use in place of CFLAGS where appropriate.
1881 * configure.in: Make a sysdep.hlink in the same way other
1882 bfd-based directories do.
1883 * gprof.h (UNIT): Replace non-standard 'u_short' by 'unsigned
1884 short'.
1885 * gprof.h: #include sysdep.h instead of a bunch of stuff.
1886 * gprof.c (main): Fix typo gproff->gprof.
1887
1888 Thu Mar 25 19:00:37 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1889
1890 * gprof.texi: add INFO-DIR-ENTRY
1891
1892 Tue Mar 23 00:03:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1893
1894 * Makefile.in: add installcheck target
1895
1896 Sat Feb 27 18:17:10 1993 Per Bothner (bothner@rtl.cygnus.com)
1897
1898 * gprof.c (funcsymbol): Invert test for aflag.
1899
1900 Thu Feb 25 16:01:50 1993 Per Bothner (bothner@rtl.cygnus.com)
1901
1902 * printgprof (xmalloc, xrealloc): Cast results of malloc
1903 and realloc to PTR.
1904
1905 Wed Feb 3 13:55:33 1993 Jeffrey Osier (jeffrey@fowanton.cygnus.com)
1906
1907 * Makefile.in: created info, install-info, dvi
1908
1909 Wed Jan 6 00:58:09 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1910
1911 * Makefile.in: fix install rule for $(PROG)
1912
1913 Fri Oct 9 11:25:41 1992 Mark Eichin (eichin@cygnus.com)
1914
1915 * gprof.1: updated SYNOPSIS to match actual behavior.
1916
1917 Mon Oct 5 17:50:16 1992 Per Bothner (bothner@cygnus.com)
1918
1919 * gen-c-prog.awk: New awk script, lightly changed from
1920 previously deleted make-c-prog.awk. Converts a text file
1921 to a c function that prints that text.
1922 * flat_bl.m, fsf_callg_bl.m, bsd_callg_bl.m: New files.
1923 Inputs to gen-c-prog.awk, containing text describing
1924 gprof output.
1925 * blurbs.c: Removed. Use *_bl.c instead.
1926 * Makefile.in: Use gen-cprog.awk to generate *_bl.c files
1927 from *_bl.m files. Also, improve *clean rules.
1928 * printgprof.c (printgprof): Usw new function names from *_bl.c.
1929
1930
1931 Sun Aug 30 19:54:53 1992 Per Bothner (bothner@rtl.cygnus.com)
1932
1933 * gprof.h, gprof.c, printfgprof.c: Add support for two
1934 output styles: The default is similar to the old FSF gprof,
1935 while -T sets the variable bsd_style_output, which causes
1936 output matching Berkeley's gprof. The biggest differences
1937 are that with the FSF style output, the flat profile comes
1938 before the call graph; numbers come before explanations;
1939 and there is less gratuitous white space.
1940 * gprof.h, gprof.c, printfgprof.c: New discard_underscores
1941 variable causes discarding of initial underscores when
1942 printing symbol names. It is set unless there is a "main"
1943 symbol (without an underscore).
1944 * printfgprof.c: New function printnameonly(), called
1945 by printname(). It handles stripping of initial '_',
1946 as well as C++ name-demangling.
1947 * gprof.callg, gprof.flat, make-c-prog.awk: Removed.
1948 It is just as convenient to edit blurbs.c directly.
1949 * Makefile.in: Removed rule for making blurbs.c.
1950 * blurbs.c: This is now a true source file (as opposed
1951 to being generated from gprof.callg and gprof.flat).
1952 Change style to use one long string literal, instead of
1953 one literal per output line. Add FSF-style blurb for call graph.
1954
1955 Wed Aug 19 14:36:39 1992 Ian Lance Taylor (ian@cygnus.com)
1956
1957 * Makefile.in: always create installation directories.
1958
1959 Wed Aug 12 15:14:14 1992 Mark Eichin (eichin@cygnus.com)
1960
1961 * Makefile.in: change ${MACHINE} to $(MACHINE).
1962
1963 Sun Jul 19 17:34:01 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1964
1965 * Makefile.in: removed installation of the now useless
1966 call.{flag,callg} files.
1967
1968 * gprof.1: now uses the standard man macros instead of the new BSD
1969 mandoc macros.
1970
1971 Sun Jul 12 19:06:00 1992 John Gilmore (gnu at cygnus.com)
1972
1973 * configure.in: Remove host section, expand target section.
1974 * config/mt-{tahoe,vax}: Add, to match existing support files.
1975 * config/tmake-*: Remove leftover crud.
1976
1977 * blurbs.c: New file, created from gprof.flat and gprof.callg by
1978 * make-c-prog.awk: which processes text files into C programs.
1979 * printgprof.c (flatprofheader, gprofheader): Call new functions
1980 to print blurbs.
1981 (printblurb): Remove.
1982 * Makefile.in: Infrastructure to build blurbs.
1983 * pathnames.h: has been removed. Gprof now has no filename
1984 dependencies in it.
1985 * gprof.c: Lint.
1986
1987 Sat Jul 11 18:07:21 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1988
1989 * Makefile.in: define man1dir and install the man page
1990
1991 Fri Jul 10 21:14:08 1992 david d `zoo' zuhn (zoo@cygnus.com)
1992
1993 * Makefile.in: added dummy info and install-info targets
1994
1995 Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com)
1996
1997 * lookup.c: fixed fencepost in nllookup and added dbg_nllookup for
1998 help in debugging the problem (with -DDEBUG)
1999 * gprof.c: symbol values are now real values, don't add the vma
2000 anymore. (done for solaris; should verify this on other platforms)