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