summaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2013-01-02 17:06:29 +0000
committerH.J. Lu <hjl.tools@gmail.com>2013-01-02 17:06:29 +0000
commitad27c946612428e5a831c62f25e40eda9589917a (patch)
tree78f1dc5a9cbaa0b280c08743ef2234b7c524da36 /gprof
parent5ee269c5e8e2add2bf7b53c1ef0c70693cfdaf8f (diff)
downloadbinutils-redhat-ad27c946612428e5a831c62f25e40eda9589917a.tar.gz
Rotate binutils ChangeLog for 2013
Diffstat (limited to 'gprof')
-rw-r--r--gprof/ChangeLog79
-rw-r--r--gprof/ChangeLog-201289
2 files changed, 91 insertions, 77 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index cc7f23c082..847c75f3c2 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,81 +1,6 @@
-2012-12-17 Nick Clifton <nickc@redhat.com>
-
- * MAINTAINERS: Add copyright notice.
- * Makefile.am: Likewise.
- * README: Likewise.
- * TODO: Likewise.
- * bsd_callg_bl.m: Likewise.
- * cg_arcs.h: Likewise.
- * cg_dfn.h: Likewise.
- * configure.in: Likewise.
- * flat_bl.m: Likewise.
- * fsf_callg_bl.m: Likewise.
- * hertz.h: Likewise.
- * utils.h: Likewise.
- * Makefile.in: Regenerate.
-
-2012-09-20 Joe Seymour <jseymour@codesourcery.com>
-
- * corefile.c (core_sym_class): Allow for ".constprop.N" cloned
- functions.
-
-2012-09-14 David Edelsohn <dje.gcc@gmail.com>
-
- * configure: Regenerate.
-
-2012-09-11 Molly Heidecker <tworoses1@gmail.com>
-
- PR gprof/13836
- * fsf_callg_bl.m: Fix typo.
-
-2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
-
- * configure: Regenerated.
-
-2012-08-09 Nick Clifton <nickc@redhat.com>
-
- * po/vi.po: Updated Vietnamese translation.
-
-2012-08-07 Nick Clifton <nickc@redhat.com>
-
- * po/ja.po: Updated Japanese translation.
-
-2012-07-30 Nick Clifton <nickc@redhat.com>
-
- * po/gprof.pot: Updated template.
- * po/bg.po: Updated Bulgarian translation.
- * po/es.po: Updated Spanish translation.
-
-2012-07-29 Alan Modra <amodra@gmail.com>
-
- * gprof.h: Don't include gconfig.h twice. Undef conflicting
- PACKAGE_* defines.
-
-2012-07-27 Mike Frysinger <vapier@gentoo.org>
-
- * configure.in (BFD_VERSION): Run bfd/configure --version and
- parse the output of that.
- * configure: Regenerate.
-
-2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
-
- * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix.
- * Makefile.in: Regenerate.
-
-2012-03-06 Tristan Gingold <gingold@adacore.com>
-
- * corefile.c (core_create_function_syms): Do not call bsearch if
- symbol_map_count is 0.
-
-2012-02-06 Nick Clifton <nickc@redhat.com>
-
- * po/sr.po: New Serbian translation.
- * configure.in (ALL_LINGUAS): Add sr.
- * configure: Regenerate.
-
-For older changes see ChangeLog-2011
+For older changes see ChangeLog-2012
-Copyright (C) 2012 Free Software Foundation, Inc.
+Copyright (C) 2013 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gprof/ChangeLog-2012 b/gprof/ChangeLog-2012
new file mode 100644
index 0000000000..cc7f23c082
--- /dev/null
+++ b/gprof/ChangeLog-2012
@@ -0,0 +1,89 @@
+2012-12-17 Nick Clifton <nickc@redhat.com>
+
+ * MAINTAINERS: Add copyright notice.
+ * Makefile.am: Likewise.
+ * README: Likewise.
+ * TODO: Likewise.
+ * bsd_callg_bl.m: Likewise.
+ * cg_arcs.h: Likewise.
+ * cg_dfn.h: Likewise.
+ * configure.in: Likewise.
+ * flat_bl.m: Likewise.
+ * fsf_callg_bl.m: Likewise.
+ * hertz.h: Likewise.
+ * utils.h: Likewise.
+ * Makefile.in: Regenerate.
+
+2012-09-20 Joe Seymour <jseymour@codesourcery.com>
+
+ * corefile.c (core_sym_class): Allow for ".constprop.N" cloned
+ functions.
+
+2012-09-14 David Edelsohn <dje.gcc@gmail.com>
+
+ * configure: Regenerate.
+
+2012-09-11 Molly Heidecker <tworoses1@gmail.com>
+
+ PR gprof/13836
+ * fsf_callg_bl.m: Fix typo.
+
+2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
+
+ * configure: Regenerated.
+
+2012-08-09 Nick Clifton <nickc@redhat.com>
+
+ * po/vi.po: Updated Vietnamese translation.
+
+2012-08-07 Nick Clifton <nickc@redhat.com>
+
+ * po/ja.po: Updated Japanese translation.
+
+2012-07-30 Nick Clifton <nickc@redhat.com>
+
+ * po/gprof.pot: Updated template.
+ * po/bg.po: Updated Bulgarian translation.
+ * po/es.po: Updated Spanish translation.
+
+2012-07-29 Alan Modra <amodra@gmail.com>
+
+ * gprof.h: Don't include gconfig.h twice. Undef conflicting
+ PACKAGE_* defines.
+
+2012-07-27 Mike Frysinger <vapier@gentoo.org>
+
+ * configure.in (BFD_VERSION): Run bfd/configure --version and
+ parse the output of that.
+ * configure: Regenerate.
+
+2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
+
+ * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix.
+ * Makefile.in: Regenerate.
+
+2012-03-06 Tristan Gingold <gingold@adacore.com>
+
+ * corefile.c (core_create_function_syms): Do not call bsearch if
+ symbol_map_count is 0.
+
+2012-02-06 Nick Clifton <nickc@redhat.com>
+
+ * po/sr.po: New Serbian translation.
+ * configure.in (ALL_LINGUAS): Add sr.
+ * configure: Regenerate.
+
+For older changes see ChangeLog-2011
+
+Copyright (C) 2012 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.
+
+Local Variables:
+mode: change-log
+left-margin: 8
+fill-column: 74
+version-control: never
+End: