xref: /netbsd-src/external/gpl3/binutils.old/dist/gprof/ChangeLog-2013 (revision 75fd0b742a7e4a64301bc6c44e9bc5240c58bb92)
1*75fd0b74Schristos2013-11-21  Conrad Hoffmann  <ch@bitfehler.net>
2*75fd0b74Schristos
3*75fd0b74Schristos	* gprof.c (inline_file_names): New variable.
4*75fd0b74Schristos	(OPTION_INLINE_FILE_NAMES): Define.
5*75fd0b74Schristos	(long_options): Add --inline-file-names.
6*75fd0b74Schristos	(usage): Likewise.
7*75fd0b74Schristos	(main): Process --inline-file-names.
8*75fd0b74Schristos	* gprof.h: Add prototype for inline_file_names.
9*75fd0b74Schristos	* utils.c (print_name_only): Handle inline_file_names.
10*75fd0b74Schristos	* gprof.texi: Document new command line option.
11*75fd0b74Schristos
12*75fd0b74Schristos2013-11-02  Alan Modra  <amodra@gmail.com>
13*75fd0b74Schristos
14*75fd0b74Schristos	* Makefile.am (.m.c): Fix input and output file specification.
15*75fd0b74Schristos	* Makefile.in: Regenerate.
16*75fd0b74Schristos
17*75fd0b74Schristos2013-10-09  Nick Clifton  <nickc@redhat.com>
18*75fd0b74Schristos
19*75fd0b74Schristos	PR gprof/16027
20*75fd0b74Schristos	* source.c (annotate_source): Close ifp.
21*75fd0b74Schristos	* corefile.c (read_function_mappings): Close file.
22*75fd0b74Schristos
23*75fd0b74Schristos2013-09-20  Alan Modra  <amodra@gmail.com>
24*75fd0b74Schristos
25*75fd0b74Schristos	* configure: Regenerate.
26*75fd0b74Schristos
27*75fd0b74Schristos2013-08-05  John Tytgat  <john@bass-software.com>
28*75fd0b74Schristos
29*75fd0b74Schristos	* po/POTFILES.in: Regenerate.
30*75fd0b74Schristos
31*75fd0b74Schristos2013-05-24  Alan Modra  <amodra@gmail.com>
32*75fd0b74Schristos
33*75fd0b74Schristos	* aarch64.c (aarch64_find_call): Promote to bfd_vma before sign
34*75fd0b74Schristos	extending.
35*75fd0b74Schristos
36*75fd0b74Schristos2013-05-22  Venkataramanan Kumar  <Venkataramanan.kumar@linaro.org>
37*75fd0b74Schristos
38*75fd0b74Schristos	* aarch64.c: New file.
39*75fd0b74Schristos	* corefile.c (find_call): Call aarch64_find_call for bfd_arch_aarch64.
40*75fd0b74Schristos	* Makefile.am (sources): Add aarch64.c.
41*75fd0b74Schristos	* Makefile.in: Regenerate.
42*75fd0b74Schristos
43*75fd0b74SchristosFor older changes see ChangeLog-2012
44*75fd0b74Schristos
45*75fd0b74SchristosCopyright (C) 2013 Free Software Foundation, Inc.
46*75fd0b74Schristos
47*75fd0b74SchristosCopying and distribution of this file, with or without modification,
48*75fd0b74Schristosare permitted in any medium without royalty provided the copyright
49*75fd0b74Schristosnotice and this notice are preserved.
50*75fd0b74Schristos
51*75fd0b74SchristosLocal Variables:
52*75fd0b74Schristosmode: change-log
53*75fd0b74Schristosleft-margin: 8
54*75fd0b74Schristosfill-column: 74
55*75fd0b74Schristosversion-control: never
56*75fd0b74SchristosEnd:
57