diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-01-08 05:32:12 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-01-08 05:32:12 -0800 |
commit | 5fb776a6371f2122e891467a8fe9b4d7b8b5c6a4 (patch) | |
tree | 6b476146d2c5d9e4aa4da01c993c7fe8ab12eb8a /gprof | |
parent | b7bba0015567c096541d62f2637b9818b1634a59 (diff) | |
download | binutils-5fb776a6371f2122e891467a8fe9b4d7b8b5c6a4.tar.gz binutils-5fb776a6371f2122e891467a8fe9b4d7b8b5c6a4.tar.bz2 binutils-5fb776a6371f2122e891467a8fe9b4d7b8b5c6a4.zip |
New Year - binutils ChangeLog rotation
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 46 | ||||
-rw-r--r-- | gprof/ChangeLog-2013 | 56 |
2 files changed, 58 insertions, 44 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index d08636fa74d..dfe7d09ad04 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,48 +1,6 @@ -2013-11-21 Conrad Hoffmann <ch@bitfehler.net> - - * gprof.c (inline_file_names): New variable. - (OPTION_INLINE_FILE_NAMES): Define. - (long_options): Add --inline-file-names. - (usage): Likewise. - (main): Process --inline-file-names. - * gprof.h: Add prototype for inline_file_names. - * utils.c (print_name_only): Handle inline_file_names. - * gprof.texi: Document new command line option. - -2013-11-02 Alan Modra <amodra@gmail.com> - - * Makefile.am (.m.c): Fix input and output file specification. - * Makefile.in: Regenerate. - -2013-10-09 Nick Clifton <nickc@redhat.com> - - PR gprof/16027 - * source.c (annotate_source): Close ifp. - * corefile.c (read_function_mappings): Close file. - -2013-09-20 Alan Modra <amodra@gmail.com> - - * configure: Regenerate. - -2013-08-05 John Tytgat <john@bass-software.com> - - * po/POTFILES.in: Regenerate. - -2013-05-24 Alan Modra <amodra@gmail.com> - - * aarch64.c (aarch64_find_call): Promote to bfd_vma before sign - extending. - -2013-05-22 Venkataramanan Kumar <Venkataramanan.kumar@linaro.org> - - * aarch64.c: New file. - * corefile.c (find_call): Call aarch64_find_call for bfd_arch_aarch64. - * Makefile.am (sources): Add aarch64.c. - * Makefile.in: Regenerate. - -For older changes see ChangeLog-2012 +For older changes see ChangeLog-2013 -Copyright (C) 2013 Free Software Foundation, Inc. +Copyright (C) 2014 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-2013 b/gprof/ChangeLog-2013 new file mode 100644 index 00000000000..d08636fa74d --- /dev/null +++ b/gprof/ChangeLog-2013 @@ -0,0 +1,56 @@ +2013-11-21 Conrad Hoffmann <ch@bitfehler.net> + + * gprof.c (inline_file_names): New variable. + (OPTION_INLINE_FILE_NAMES): Define. + (long_options): Add --inline-file-names. + (usage): Likewise. + (main): Process --inline-file-names. + * gprof.h: Add prototype for inline_file_names. + * utils.c (print_name_only): Handle inline_file_names. + * gprof.texi: Document new command line option. + +2013-11-02 Alan Modra <amodra@gmail.com> + + * Makefile.am (.m.c): Fix input and output file specification. + * Makefile.in: Regenerate. + +2013-10-09 Nick Clifton <nickc@redhat.com> + + PR gprof/16027 + * source.c (annotate_source): Close ifp. + * corefile.c (read_function_mappings): Close file. + +2013-09-20 Alan Modra <amodra@gmail.com> + + * configure: Regenerate. + +2013-08-05 John Tytgat <john@bass-software.com> + + * po/POTFILES.in: Regenerate. + +2013-05-24 Alan Modra <amodra@gmail.com> + + * aarch64.c (aarch64_find_call): Promote to bfd_vma before sign + extending. + +2013-05-22 Venkataramanan Kumar <Venkataramanan.kumar@linaro.org> + + * aarch64.c: New file. + * corefile.c (find_call): Call aarch64_find_call for bfd_arch_aarch64. + * Makefile.am (sources): Add aarch64.c. + * Makefile.in: Regenerate. + +For older changes see ChangeLog-2012 + +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 +notice and this notice are preserved. + +Local Variables: +mode: change-log +left-margin: 8 +fill-column: 74 +version-control: never +End: |