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