12004-11-30 Tero Niemela <tero_niemela@yahoo.com> 2 3 * Makefile.am: Change LOCALEDIR to $(datadir)/share. 4 * Makefile.in: Regenerate. 5 62004-09-17 Alan Modra <amodra@bigpond.net.au> 7 8 * Makefile.in: Regenerate. 9 * aclocal.m4: Regenerate. 10 * configure: Regenerate. 11 * po/gprof.pot: Regenerate. 12 132004-07-13 Ben Elliston <bje@au.ibm.com> 14 15 * gprof.c (main): For line-by-line profiling, there is no need to 16 specially exclude the default function set from the flat profile. 17 182004-06-28 Maciej W. Rozycki <macro@linux-mips.org> 19 20 * Makefile.in: Regenerate to clean up breakage. 21 222004-06-15 Ben Elliston <bje@au.ibm.com> 23 24 * configure.in: Run through autoupdate. 25 * configure: Regenerate with autoconf 2.59. 26 * Makefile.am (install-local): Rename from this .. 27 (install-data-local): .. to this. 28 * Makefile.in: Regenerate with automake 1.8.5. 29 * aclocal.m4: Regenerate with aclocal 1.8.5. 30 312004-06-15 Alan Modra <amodra@bigpond.net.au> 32 33 * corefile.c (core_init): Use bfd_get_section_size 34 instead of bfd_get_section_size_before_reloc or _raw_size. 35 * symtab.c (symtab_finalize): Likewise. 36 372004-05-26 Andrew Cagney <cagney@gnu.org> 38 39 * corefile.c (core_create_line_syms): Per ISO C '90, move 40 vma_high's declaration to the function's start. 41 422004-05-26 Ben Elliston <bje@au.ibm.com> 43 44 * gprof.c (main): Clean up some more. 45 46 * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c, 47 call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c, 48 cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h, 49 gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h, 50 i386.c, mips.c, search_list.c, search_list.h, source.c, source.h, 51 sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c, 52 utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C. 53 542004-05-26 Ben Elliston <bje@au.ibm.com> 55 56 * corefile.c (core_init): Use a separate local variable, 57 core_sym_bytes, to make the units from bfd_get_symtab_upper_bound 58 more obvious. 59 (core_create_function_syms): Discard cbfd argument. Eliminate 60 `offset' variable and calculate VMA directly. Update all users. 61 * corefile.h (core_create_function_syms): Update prototype. 62 (core_create_line_syms): Likewise. 63 * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code. 64 Tidy. 65 662004-05-17 Ben Elliston <bje@au.ibm.com> 67 68 * gprof.texi (Output Options): Correct last patch to use @itemx, not 69 @item, for options with long option alternatives. 70 712004-05-17 Ben Elliston <bje@au.ibm.com> 72 73 * gprof.texi (Introduction): Update synopsis. 74 (Output Options): Document -r and -R. 75 (Analysis Options): Document -t, --table-length. 76 (Miscellaneous Options): Document -h, --help. 77 782004-05-13 Nick Clifton <nickc@redhat.com> 79 80 * po/fr.po: Updated French translation. 81 822004-03-19 Alan Modra <amodra@bigpond.net.au> 83 84 * po/sv.po: Updated. 85 86 * Makefile.am: Run "make dep-am". 87 * Makefile.in: Regenerate. 88 * gconfig.in: Regenerate. 89 * po/gprof.pot: Regenerate. 90 91For older changes see ChangeLog-9203 92 93Copyright (C) 2004 Free Software Foundation, Inc. 94 95Copying and distribution of this file, with or without modification, 96are permitted in any medium without royalty provided the copyright 97notice and this notice are preserved. 98 99Local Variables: 100mode: change-log 101left-margin: 8 102fill-column: 74 103version-control: never 104End: 105