1 2004-11-30 Tero Niemela <tero_niemela (a] yahoo.com> 2 3 * Makefile.am: Change LOCALEDIR to $(datadir)/share. 4 * Makefile.in: Regenerate. 5 6 2004-09-17 Alan Modra <amodra (a] bigpond.net.au> 7 8 * Makefile.in: Regenerate. 9 * aclocal.m4: Regenerate. 10 * configure: Regenerate. 11 * po/gprof.pot: Regenerate. 12 13 2004-07-13 Ben Elliston <bje (a] 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 18 2004-06-28 Maciej W. Rozycki <macro (a] linux-mips.org> 19 20 * Makefile.in: Regenerate to clean up breakage. 21 22 2004-06-15 Ben Elliston <bje (a] 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 31 2004-06-15 Alan Modra <amodra (a] 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 37 2004-05-26 Andrew Cagney <cagney (a] 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 42 2004-05-26 Ben Elliston <bje (a] 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 54 2004-05-26 Ben Elliston <bje (a] 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 66 2004-05-17 Ben Elliston <bje (a] 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 71 2004-05-17 Ben Elliston <bje (a] 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 78 2004-05-13 Nick Clifton <nickc (a] redhat.com> 79 80 * po/fr.po: Updated French translation. 81 82 2004-03-19 Alan Modra <amodra (a] 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 91 For older changes see ChangeLog-9203 92 94 Copyright (C) 2004 Free Software Foundation, Inc. 95 96 Copying and distribution of this file, with or without modification, 97 are permitted in any medium without royalty provided the copyright 98 notice and this notice are preserved. 99 100 Local Variables: 101 mode: change-log 102 left-margin: 8 103 fill-column: 74 104 version-control: never 105 End: 106