X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gprof%2FChangeLog;h=7df630e979669f1fbf359fa6a7e5078dd2374954;hb=34875e6487738a81c2b09979b804556bc8ea885b;hp=36ad792ed42b43caed32e34b585ba43af87bfde0;hpb=e87b2913a34b6a601214f3b3634e9c8949276526;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 36ad792ed4..7df630e979 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,61 @@ +2005-04-04 Nick Clifton + + * configure.in: Add a check for 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 + + * po/de.po: Updated German translation. + +2005-03-17 Nick Clifton + + * po/vi.po: Updated Vietnamese translation. + +2005-03-16 Nick Clifton + Ben Elliston + + * 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 + + * basic_blocks.c (print_exec_counts): Step through sorted array of + basic blocks. + +2005-03-15 Alan Modra + + * po/es.po: Commit new Spanish translation. + + * po/fr.po: Commit new French translation. + +2005-03-14 Alan Modra + + * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size. + +2005-03-14 Alan Modra + + * po/tr.po: Commit new Turkish translation. + +2005-03-05 Alan Modra + + * po/gprof.pot: Regenerate. + +2005-02-22 Alan Modra + + * basic_blocks.c: Warning fixes. + * gmon_io.c: Likewise. + * hist.c: Likewise. + * hist.h: Likewise. + +2005-01-31 Andrew Cagney + + * configure: Regenerate to track ../gettext.m4. + 2005-01-31 Nick Clifton * po/vi/po: New file: Vietnamese translation. @@ -75,7 +133,7 @@ * corefile.h (core_create_function_syms): Update prototype. (core_create_line_syms): Likewise. * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code. - Tidy. + Tidy. 2004-05-17 Ben Elliston