ChangeLog-2005 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. 2005-12-27 Alan Modra <amodra@bigpond.net.au>
  2. * Makefile.am (Makefile): Remove dependency.
  3. * Makefile.in: Regenerate.
  4. * aclocal.m4: Regenerate.
  5. * gconfig.in: Regenerate.
  6. 2005-11-16 Mark Mitchell <mark@codesourcery.com>
  7. * Makefile.am (gprof.info, gprof.1): Depend on config.texi.
  8. (config.texi): New file.
  9. * Makefile.in: Regenerated.
  10. 2005-11-07 Steve Ellcey <sje@cup.hp.com>
  11. * configure: Regenerate after modifying bfd/warning.m4.
  12. 2005-10-30 Mark Mitchell <mark@codesourcery.com>
  13. * gprof.c (usage): Document "@FILE".
  14. 2005-09-30 Nick Clifton <nickc@redhat.com>
  15. * po/ga.po: New Irish translation.
  16. * configure.in (ALL_LINGUAS): Add "ga".
  17. * configure: Regenerate.
  18. 2005-09-30 Mark Mitchell <mark@codesourcery.com>
  19. * gprof.c (main): Use expandargv.
  20. 2005-09-30 Matthias Kurz <mk@baerlap.north.de>
  21. * gprof.c (main):Only invoke bindtextdomain() and textdomain() if
  22. ENABLE_NLS is defined.
  23. 2005-05-09 Nick Clifton <nickc@redhat.com>
  24. * Update the address and phone number of the FSF organization in
  25. the GPL notices in the following files:
  26. aclocal.m4, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
  27. bbconv.pl, call_graph.c, call_graph.h, cg_print.c, cg_print.h,
  28. corefile.c, corefile.h, gmon_io.c, gmon_io.h, gmon_out.h,
  29. gprof.texi, hist.c, hist.h, search_list.c, search_list.h,
  30. source.c, source.h, sym_ids.c, sym_ids.h, symtab.c, symtab.h
  31. 2005-04-25 Ben Elliston <bje@au.ibm.com>
  32. * corefile.h (core_num_syms): Remove unused extern declaration.
  33. (core_syms): Likewise.
  34. (min_insn_size): Likewise.
  35. 2005-04-24 Ben Elliston <bje@au.ibm.com>
  36. * corefile.c (core_num_syms): Make static.
  37. (core_syms): Likewise.
  38. (min_insn_size): Likewise.
  39. * gprof.c (abfd): Remove unused variable.
  40. * hist.c (hist_dimension): Make static.
  41. (hist_dimension_abbrev): Likewise.
  42. * sym_ids.c (id_list): Likewise.
  43. (table_name): Likewise.
  44. 2005-04-14 Alan Modra <amodra@bigpond.net.au>
  45. * corefile.c (core_init): Call bfd_get_synthetic_symtab.
  46. 2005-04-14 Alan Modra <amodra@bigpond.net.au>
  47. * Makefile.am (NO_WERROR): Define.
  48. * acinclude.m4: Include ../bfd/warning.m4.
  49. * configure.in: Invoke AM_BINUTILS_WARNINGS.
  50. * Makefile.in: Regenerate.
  51. * aclocal.m4: Regenerate.
  52. * configure: Regenerate.
  53. 2005-04-06 Nick Clifton <nickc@redhat.com>
  54. * po/rw.po: New translation: Kinyarwanda
  55. * configure.in (ALL_LINGUAS): Add rw
  56. * configure: Regenerate.
  57. 2005-04-04 Nick Clifton <nickc@redhat.com>
  58. * configure.in: Add a check for <unistd.h> providing a prototype
  59. for getopt() which is compatible with the one in
  60. include/getopt.h. If so then define HAVE_DECL_GETOPT.
  61. * configure: Regenerate.
  62. * gconfig.in (HAVE_DECL_GETOPT): Add.
  63. 2005-03-29 Nick Clifton <nickc@redhat.com>
  64. * po/de.po: Updated German translation.
  65. 2005-03-17 Nick Clifton <nickc@redhat.com>
  66. * po/vi.po: Updated Vietnamese translation.
  67. 2005-03-16 Nick Clifton <nickc@redhat.com>
  68. Ben Elliston <bje@au.ibm.com>
  69. * configure.in (werror): New switch: Add -Werror to the
  70. compiler command line. Enabled by default. Disable via
  71. --disable-werror.
  72. * configure: Regenerate.
  73. 2005-03-15 Nick Clifton <nickc@redhat.com>
  74. * basic_blocks.c (print_exec_counts): Step through sorted array of
  75. basic blocks.
  76. 2005-03-15 Alan Modra <amodra@bigpond.net.au>
  77. * po/es.po: Commit new Spanish translation.
  78. * po/fr.po: Commit new French translation.
  79. 2005-03-14 Alan Modra <amodra@bigpond.net.au>
  80. * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.
  81. 2005-03-14 Alan Modra <amodra@bigpond.net.au>
  82. * po/tr.po: Commit new Turkish translation.
  83. 2005-03-05 Alan Modra <amodra@bigpond.net.au>
  84. * po/gprof.pot: Regenerate.
  85. 2005-02-22 Alan Modra <amodra@bigpond.net.au>
  86. * basic_blocks.c: Warning fixes.
  87. * gmon_io.c: Likewise.
  88. * hist.c: Likewise.
  89. * hist.h: Likewise.
  90. 2005-01-31 Andrew Cagney <cagney@gnu.org>
  91. * configure: Regenerate to track ../gettext.m4.
  92. 2005-01-31 Nick Clifton <nickc@redhat.com>
  93. * po/vi/po: New file: Vietnamese translation.
  94. * configure.in: (ALL_LINGUAS): Add vi.
  95. * configure: Regenerate.
  96. 2005-01-27 Andrew Cagney <cagney@gnu.org>
  97. * configure: Regenerate to track ../gettext.m4 change.
  98. 2005-01-21 Ben Elliston <bje@au.ibm.com>
  99. * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
  100. For older changes see ChangeLog-2004
  101. Copyright (C) 2005 Free Software Foundation, Inc.
  102. Copying and distribution of this file, with or without modification,
  103. are permitted in any medium without royalty provided the copyright
  104. notice and this notice are preserved.
  105. Local Variables:
  106. mode: change-log
  107. left-margin: 8
  108. fill-column: 74
  109. version-control: never
  110. End: