ChangeLog-2016 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. 2016-12-23 Tristan Gingold <gingold@adacore.com>
  2. * configure: Regenerate.
  3. 2016-12-23 Tristan Gingold <gingold@adacore.com>
  4. * po/gprof.pot: Regenerate.
  5. 2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
  6. * basic_blocks.c: Fix spelling in comments.
  7. * cg_arcs.c: Fix spelling in comments.
  8. * cg_print.c: Fix spelling in comments.
  9. * corefile.c: Fix spelling in comments.
  10. 2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
  11. * configure: Regenerate.
  12. 2016-10-06 Tom Tromey <tromey@sourceware.org>
  13. PR gprof/20656
  14. * source.c (annotate_source): Delete redundant assignment to
  15. new_line.
  16. 2016-10-06 Alan Modra <amodra@gmail.com>
  17. * gprof.c: Add missing fall through comments.
  18. 2016-09-26 Vlad Zakharov <vzakhar@synopsys.com>
  19. * Makefile.in: Regenerate.
  20. * configure: Likewise.
  21. 2016-08-30 Nick Clifton <nickc@redhat.com>
  22. PR gprof/20499
  23. * corefile.c (num_of_syms_in): Return an unsigned int.
  24. Fail if the count exceeds the maximum possible allocatable size.
  25. (core_create_syms_from): Exit early if num_of_syms_in returns a
  26. failure code.
  27. 2016-08-23 Nick Clifton <nickc@redhat.com>
  28. PR gprof/20499
  29. * corefile.c (BUFSIZE): Define.
  30. (STR_BUFSIZE): Define.
  31. (read_function_mappings): Use BUFSIZE and STR)BUFSIZE.
  32. (num_of_syms_in): Move buf, address and name arrays out of
  33. function and declare as static BUFSIZE arrays.
  34. Use STR_BUFSIZE when scanning for name and address.
  35. (core_create_syms_from): Revert previous delta. Instead
  36. short circuit the parsing of a symbol if all three fields
  37. could not be found.
  38. 2016-08-22 Nick Clifton <nickc@redhat.com>
  39. PR gprof/20499
  40. * corefile.c (core_create_syms_from): Avoid walking off the end of
  41. the symbol table.
  42. 2016-07-21 H.J. Lu <hongjiu.lu@intel.com>
  43. * configure: Regenerated.
  44. 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
  45. * basic_blocks.c: Update old style function definitions.
  46. * cg_arcs.c: Likewise.
  47. * cg_print.c: Likewise.
  48. * gen-c-prog.awk: Likewise.
  49. * gmon_io.c: Likewise.
  50. * hertz.c: Likewise.
  51. * hist.c: Likewise.
  52. * sym_ids.c: Likewise.
  53. 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
  54. * Makefile.in: Regenerated with automake 1.11.6.
  55. * aclocal.m4: Likewise.
  56. 2016-03-22 Nick Clifton <nickc@redhat.com>
  57. * configure: Regenerate.
  58. 2016-01-17 Alan Modra <amodra@gmail.com>
  59. * configure: Regenerate.
  60. 2016-01-01 Alan Modra <amodra@gmail.com>
  61. Update year range in copyright notice of all files.
  62. For older changes see ChangeLog-2015
  63. Copyright (C) 2016 Free Software Foundation, Inc.
  64. Copying and distribution of this file, with or without modification,
  65. are permitted in any medium without royalty provided the copyright
  66. notice and this notice are preserved.
  67. Local Variables:
  68. mode: change-log
  69. left-margin: 8
  70. fill-column: 74
  71. version-control: never
  72. End: