diff options
author | Alan Modra <amodra@gmail.com> | 2006-01-16 23:15:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-01-16 23:15:07 +0000 |
commit | e88d958a4fc35cc37c9a26edefed424fce2785eb (patch) | |
tree | 13edae90fd6e16d45cd07e346946e71dbe10ceed /gprof | |
parent | 00164b66e9ff0f5f7edbe8b52a443d9d98bc1120 (diff) | |
download | gdb-e88d958a4fc35cc37c9a26edefed424fce2785eb.zip gdb-e88d958a4fc35cc37c9a26edefed424fce2785eb.tar.gz gdb-e88d958a4fc35cc37c9a26edefed424fce2785eb.tar.bz2 |
split changelogs
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 246 | ||||
-rw-r--r-- | gprof/ChangeLog-2004 | 98 | ||||
-rw-r--r-- | gprof/ChangeLog-2005 | 162 |
3 files changed, 261 insertions, 245 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index ddf2ef3..5ec05a6 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,248 +1,4 @@ -2005-12-27 Alan Modra <amodra@bigpond.net.au> - - * Makefile.am (Makefile): Remove dependency. - * Makefile.in: Regenerate. - * aclocal.m4: Regenerate. - * gconfig.in: Regenerate. - -2005-11-16 Mark Mitchell <mark@codesourcery.com> - - * Makefile.am (gprof.info, gprof.1): Depend on config.texi. - (config.texi): New file. - * Makefile.in: Regenerated. - -2005-11-07 Steve Ellcey <sje@cup.hp.com> - - * configure: Regenerate after modifying bfd/warning.m4. - -2005-10-30 Mark Mitchell <mark@codesourcery.com> - - * gprof.c (usage): Document "@FILE". - -2005-09-30 Nick Clifton <nickc@redhat.com> - - * po/ga.po: New Irish translation. - * configure.in (ALL_LINGUAS): Add "ga". - * configure: Regenerate. - -2005-09-30 Mark Mitchell <mark@codesourcery.com> - - * gprof.c (main): Use expandargv. - -2005-09-30 Matthias Kurz <mk@baerlap.north.de> - - * gprof.c (main):Only invoke bindtextdomain() and textdomain() if - ENABLE_NLS is defined. - -2005-05-09 Nick Clifton <nickc@redhat.com> - - * Update the address and phone number of the FSF organization in - the GPL notices in the following files: - aclocal.m4, basic_blocks.c, basic_blocks.h, bb_exit_func.c, - bbconv.pl, call_graph.c, call_graph.h, cg_print.c, cg_print.h, - corefile.c, corefile.h, gmon_io.c, gmon_io.h, gmon_out.h, - gprof.texi, hist.c, hist.h, search_list.c, search_list.h, - source.c, source.h, sym_ids.c, sym_ids.h, symtab.c, symtab.h - -2005-04-25 Ben Elliston <bje@au.ibm.com> - - * corefile.h (core_num_syms): Remove unused extern declaration. - (core_syms): Likewise. - (min_insn_size): Likewise. - -2005-04-24 Ben Elliston <bje@au.ibm.com> - - * corefile.c (core_num_syms): Make static. - (core_syms): Likewise. - (min_insn_size): Likewise. - * gprof.c (abfd): Remove unused variable. - * hist.c (hist_dimension): Make static. - (hist_dimension_abbrev): Likewise. - * sym_ids.c (id_list): Likewise. - (table_name): Likewise. - -2005-04-14 Alan Modra <amodra@bigpond.net.au> - - * corefile.c (core_init): Call bfd_get_synthetic_symtab. - -2005-04-14 Alan Modra <amodra@bigpond.net.au> - - * Makefile.am (NO_WERROR): Define. - * acinclude.m4: Include ../bfd/warning.m4. - * configure.in: Invoke AM_BINUTILS_WARNINGS. - * Makefile.in: Regenerate. - * aclocal.m4: Regenerate. - * configure: Regenerate. - -2005-04-06 Nick Clifton <nickc@redhat.com> - - * po/rw.po: New translation: Kinyarwanda - * configure.in (ALL_LINGUAS): Add rw - * configure: Regenerate. - -2005-04-04 Nick Clifton <nickc@redhat.com> - - * configure.in: Add a check for <unistd.h> providing a prototype - for getopt() which is compatible with the one in - include/getopt.h. If so then define HAVE_DECL_GETOPT. - * configure: Regenerate. - * gconfig.in (HAVE_DECL_GETOPT): Add. - -2005-03-29 Nick Clifton <nickc@redhat.com> - - * po/de.po: Updated German translation. - -2005-03-17 Nick Clifton <nickc@redhat.com> - - * po/vi.po: Updated Vietnamese translation. - -2005-03-16 Nick Clifton <nickc@redhat.com> - Ben Elliston <bje@au.ibm.com> - - * configure.in (werror): New switch: Add -Werror to the - compiler command line. Enabled by default. Disable via - --disable-werror. - * configure: Regenerate. - -2005-03-15 Nick Clifton <nickc@redhat.com> - - * basic_blocks.c (print_exec_counts): Step through sorted array of - basic blocks. - -2005-03-15 Alan Modra <amodra@bigpond.net.au> - - * po/es.po: Commit new Spanish translation. - - * po/fr.po: Commit new French translation. - -2005-03-14 Alan Modra <amodra@bigpond.net.au> - - * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size. - -2005-03-14 Alan Modra <amodra@bigpond.net.au> - - * po/tr.po: Commit new Turkish translation. - -2005-03-05 Alan Modra <amodra@bigpond.net.au> - - * po/gprof.pot: Regenerate. - -2005-02-22 Alan Modra <amodra@bigpond.net.au> - - * basic_blocks.c: Warning fixes. - * gmon_io.c: Likewise. - * hist.c: Likewise. - * hist.h: Likewise. - -2005-01-31 Andrew Cagney <cagney@gnu.org> - - * configure: Regenerate to track ../gettext.m4. - -2005-01-31 Nick Clifton <nickc@redhat.com> - - * po/vi/po: New file: Vietnamese translation. - * configure.in: (ALL_LINGUAS): Add vi. - * configure: Regenerate. - -2005-01-27 Andrew Cagney <cagney@gnu.org> - - * configure: Regenerate to track ../gettext.m4 change. - -2005-01-21 Ben Elliston <bje@au.ibm.com> - - * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks. - -2004-11-30 Tero Niemela <tero_niemela@yahoo.com> - - * Makefile.am: Change LOCALEDIR to $(datadir)/share. - * Makefile.in: Regenerate. - -2004-09-17 Alan Modra <amodra@bigpond.net.au> - - * Makefile.in: Regenerate. - * aclocal.m4: Regenerate. - * configure: Regenerate. - * po/gprof.pot: Regenerate. - -2004-07-13 Ben Elliston <bje@au.ibm.com> - - * gprof.c (main): For line-by-line profiling, there is no need to - specially exclude the default function set from the flat profile. - -2004-06-28 Maciej W. Rozycki <macro@linux-mips.org> - - * Makefile.in: Regenerate to clean up breakage. - -2004-06-15 Ben Elliston <bje@au.ibm.com> - - * configure.in: Run through autoupdate. - * configure: Regenerate with autoconf 2.59. - * Makefile.am (install-local): Rename from this .. - (install-data-local): .. to this. - * Makefile.in: Regenerate with automake 1.8.5. - * aclocal.m4: Regenerate with aclocal 1.8.5. - -2004-06-15 Alan Modra <amodra@bigpond.net.au> - - * corefile.c (core_init): Use bfd_get_section_size - instead of bfd_get_section_size_before_reloc or _raw_size. - * symtab.c (symtab_finalize): Likewise. - -2004-05-26 Andrew Cagney <cagney@gnu.org> - - * corefile.c (core_create_line_syms): Per ISO C '90, move - vma_high's declaration to the function's start. - -2004-05-26 Ben Elliston <bje@au.ibm.com> - - * gprof.c (main): Clean up some more. - - * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c, - call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c, - cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h, - gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h, - i386.c, mips.c, search_list.c, search_list.h, source.c, source.h, - sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c, - utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C. - -2004-05-26 Ben Elliston <bje@au.ibm.com> - - * corefile.c (core_init): Use a separate local variable, - core_sym_bytes, to make the units from bfd_get_symtab_upper_bound - more obvious. - (core_create_function_syms): Discard cbfd argument. Eliminate - `offset' variable and calculate VMA directly. Update all users. - * corefile.h (core_create_function_syms): Update prototype. - (core_create_line_syms): Likewise. - * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code. - Tidy. - -2004-05-17 Ben Elliston <bje@au.ibm.com> - - * gprof.texi (Output Options): Correct last patch to use @itemx, not - @item, for options with long option alternatives. - -2004-05-17 Ben Elliston <bje@au.ibm.com> - - * gprof.texi (Introduction): Update synopsis. - (Output Options): Document -r and -R. - (Analysis Options): Document -t, --table-length. - (Miscellaneous Options): Document -h, --help. - -2004-05-13 Nick Clifton <nickc@redhat.com> - - * po/fr.po: Updated French translation. - -2004-03-19 Alan Modra <amodra@bigpond.net.au> - - * po/sv.po: Updated. - - * Makefile.am: Run "make dep-am". - * Makefile.in: Regenerate. - * gconfig.in: Regenerate. - * po/gprof.pot: Regenerate. - -For older changes see ChangeLog-9203 +For older changes see ChangeLog-2005 Local Variables: mode: change-log diff --git a/gprof/ChangeLog-2004 b/gprof/ChangeLog-2004 new file mode 100644 index 0000000..df25358 --- /dev/null +++ b/gprof/ChangeLog-2004 @@ -0,0 +1,98 @@ +2004-11-30 Tero Niemela <tero_niemela@yahoo.com> + + * Makefile.am: Change LOCALEDIR to $(datadir)/share. + * Makefile.in: Regenerate. + +2004-09-17 Alan Modra <amodra@bigpond.net.au> + + * Makefile.in: Regenerate. + * aclocal.m4: Regenerate. + * configure: Regenerate. + * po/gprof.pot: Regenerate. + +2004-07-13 Ben Elliston <bje@au.ibm.com> + + * gprof.c (main): For line-by-line profiling, there is no need to + specially exclude the default function set from the flat profile. + +2004-06-28 Maciej W. Rozycki <macro@linux-mips.org> + + * Makefile.in: Regenerate to clean up breakage. + +2004-06-15 Ben Elliston <bje@au.ibm.com> + + * configure.in: Run through autoupdate. + * configure: Regenerate with autoconf 2.59. + * Makefile.am (install-local): Rename from this .. + (install-data-local): .. to this. + * Makefile.in: Regenerate with automake 1.8.5. + * aclocal.m4: Regenerate with aclocal 1.8.5. + +2004-06-15 Alan Modra <amodra@bigpond.net.au> + + * corefile.c (core_init): Use bfd_get_section_size + instead of bfd_get_section_size_before_reloc or _raw_size. + * symtab.c (symtab_finalize): Likewise. + +2004-05-26 Andrew Cagney <cagney@gnu.org> + + * corefile.c (core_create_line_syms): Per ISO C '90, move + vma_high's declaration to the function's start. + +2004-05-26 Ben Elliston <bje@au.ibm.com> + + * gprof.c (main): Clean up some more. + + * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c, + call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c, + cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h, + gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h, + i386.c, mips.c, search_list.c, search_list.h, source.c, source.h, + sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c, + utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C. + +2004-05-26 Ben Elliston <bje@au.ibm.com> + + * corefile.c (core_init): Use a separate local variable, + core_sym_bytes, to make the units from bfd_get_symtab_upper_bound + more obvious. + (core_create_function_syms): Discard cbfd argument. Eliminate + `offset' variable and calculate VMA directly. Update all users. + * corefile.h (core_create_function_syms): Update prototype. + (core_create_line_syms): Likewise. + * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code. + Tidy. + +2004-05-17 Ben Elliston <bje@au.ibm.com> + + * gprof.texi (Output Options): Correct last patch to use @itemx, not + @item, for options with long option alternatives. + +2004-05-17 Ben Elliston <bje@au.ibm.com> + + * gprof.texi (Introduction): Update synopsis. + (Output Options): Document -r and -R. + (Analysis Options): Document -t, --table-length. + (Miscellaneous Options): Document -h, --help. + +2004-05-13 Nick Clifton <nickc@redhat.com> + + * po/fr.po: Updated French translation. + +2004-03-19 Alan Modra <amodra@bigpond.net.au> + + * po/sv.po: Updated. + + * Makefile.am: Run "make dep-am". + * Makefile.in: Regenerate. + * gconfig.in: Regenerate. + * po/gprof.pot: Regenerate. + +For older changes see ChangeLog-9203 + +Local Variables: +mode: change-log +left-margin: 8 +fill-column: 74 +version-control: never +End: diff --git a/gprof/ChangeLog-2005 b/gprof/ChangeLog-2005 new file mode 100644 index 0000000..389fdae --- /dev/null +++ b/gprof/ChangeLog-2005 @@ -0,0 +1,162 @@ +2005-12-27 Alan Modra <amodra@bigpond.net.au> + + * Makefile.am (Makefile): Remove dependency. + * Makefile.in: Regenerate. + * aclocal.m4: Regenerate. + * gconfig.in: Regenerate. + +2005-11-16 Mark Mitchell <mark@codesourcery.com> + + * Makefile.am (gprof.info, gprof.1): Depend on config.texi. + (config.texi): New file. + * Makefile.in: Regenerated. + +2005-11-07 Steve Ellcey <sje@cup.hp.com> + + * configure: Regenerate after modifying bfd/warning.m4. + +2005-10-30 Mark Mitchell <mark@codesourcery.com> + + * gprof.c (usage): Document "@FILE". + +2005-09-30 Nick Clifton <nickc@redhat.com> + + * po/ga.po: New Irish translation. + * configure.in (ALL_LINGUAS): Add "ga". + * configure: Regenerate. + +2005-09-30 Mark Mitchell <mark@codesourcery.com> + + * gprof.c (main): Use expandargv. + +2005-09-30 Matthias Kurz <mk@baerlap.north.de> + + * gprof.c (main):Only invoke bindtextdomain() and textdomain() if + ENABLE_NLS is defined. + +2005-05-09 Nick Clifton <nickc@redhat.com> + + * Update the address and phone number of the FSF organization in + the GPL notices in the following files: + aclocal.m4, basic_blocks.c, basic_blocks.h, bb_exit_func.c, + bbconv.pl, call_graph.c, call_graph.h, cg_print.c, cg_print.h, + corefile.c, corefile.h, gmon_io.c, gmon_io.h, gmon_out.h, + gprof.texi, hist.c, hist.h, search_list.c, search_list.h, + source.c, source.h, sym_ids.c, sym_ids.h, symtab.c, symtab.h + +2005-04-25 Ben Elliston <bje@au.ibm.com> + + * corefile.h (core_num_syms): Remove unused extern declaration. + (core_syms): Likewise. + (min_insn_size): Likewise. + +2005-04-24 Ben Elliston <bje@au.ibm.com> + + * corefile.c (core_num_syms): Make static. + (core_syms): Likewise. + (min_insn_size): Likewise. + * gprof.c (abfd): Remove unused variable. + * hist.c (hist_dimension): Make static. + (hist_dimension_abbrev): Likewise. + * sym_ids.c (id_list): Likewise. + (table_name): Likewise. + +2005-04-14 Alan Modra <amodra@bigpond.net.au> + + * corefile.c (core_init): Call bfd_get_synthetic_symtab. + +2005-04-14 Alan Modra <amodra@bigpond.net.au> + + * Makefile.am (NO_WERROR): Define. + * acinclude.m4: Include ../bfd/warning.m4. + * configure.in: Invoke AM_BINUTILS_WARNINGS. + * Makefile.in: Regenerate. + * aclocal.m4: Regenerate. + * configure: Regenerate. + +2005-04-06 Nick Clifton <nickc@redhat.com> + + * po/rw.po: New translation: Kinyarwanda + * configure.in (ALL_LINGUAS): Add rw + * configure: Regenerate. + +2005-04-04 Nick Clifton <nickc@redhat.com> + + * configure.in: Add a check for <unistd.h> providing a prototype + for getopt() which is compatible with the one in + include/getopt.h. If so then define HAVE_DECL_GETOPT. + * configure: Regenerate. + * gconfig.in (HAVE_DECL_GETOPT): Add. + +2005-03-29 Nick Clifton <nickc@redhat.com> + + * po/de.po: Updated German translation. + +2005-03-17 Nick Clifton <nickc@redhat.com> + + * po/vi.po: Updated Vietnamese translation. + +2005-03-16 Nick Clifton <nickc@redhat.com> + Ben Elliston <bje@au.ibm.com> + + * configure.in (werror): New switch: Add -Werror to the + compiler command line. Enabled by default. Disable via + --disable-werror. + * configure: Regenerate. + +2005-03-15 Nick Clifton <nickc@redhat.com> + + * basic_blocks.c (print_exec_counts): Step through sorted array of + basic blocks. + +2005-03-15 Alan Modra <amodra@bigpond.net.au> + + * po/es.po: Commit new Spanish translation. + + * po/fr.po: Commit new French translation. + +2005-03-14 Alan Modra <amodra@bigpond.net.au> + + * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size. + +2005-03-14 Alan Modra <amodra@bigpond.net.au> + + * po/tr.po: Commit new Turkish translation. + +2005-03-05 Alan Modra <amodra@bigpond.net.au> + + * po/gprof.pot: Regenerate. + +2005-02-22 Alan Modra <amodra@bigpond.net.au> + + * basic_blocks.c: Warning fixes. + * gmon_io.c: Likewise. + * hist.c: Likewise. + * hist.h: Likewise. + +2005-01-31 Andrew Cagney <cagney@gnu.org> + + * configure: Regenerate to track ../gettext.m4. + +2005-01-31 Nick Clifton <nickc@redhat.com> + + * po/vi/po: New file: Vietnamese translation. + * configure.in: (ALL_LINGUAS): Add vi. + * configure: Regenerate. + +2005-01-27 Andrew Cagney <cagney@gnu.org> + + * configure: Regenerate to track ../gettext.m4 change. + +2005-01-21 Ben Elliston <bje@au.ibm.com> + + * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks. + +For older changes see ChangeLog-2004 + +Local Variables: +mode: change-log +left-margin: 8 +fill-column: 74 +version-control: never +End: |