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