Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-07-13 | * gprof.c (main): For line-by-line profiling, there is no need to | Ben Elliston | 1 | -0/+5 | |
specially exclude the default function set from the flat profile. | |||||
2004-06-28 | * Makefile.in: Regenerate to clean up breakage. | Maciej W. Rozycki | 1 | -0/+4 | |
2004-06-15 | * configure.in: Run through autoupdate. | Ben Elliston | 1 | -0/+9 | |
* configure: Regenerate with autoconf 2.59. * Makefile.am (install-local): Rename from this .. (install-data-local): .. to this. * Makefile.in: Regenerate with automake 1.8.5. * aclocal.m4: Regenerate with aclocal 1.8.5. | |||||
2004-06-15 | * corefile.c (core_init): Use bfd_get_section_size | Alan Modra | 1 | -0/+6 | |
instead of bfd_get_section_size_before_reloc or _raw_size. * symtab.c (symtab_finalize): Likewise. | |||||
2004-05-26 | 2004-05-26 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -0/+5 | |
* corefile.c (core_create_line_syms): Per ISO C '90, move vma_high's declaration to the function's start. | |||||
2004-05-26 | * gprof.c (main): Clean up some more. | Ben Elliston | 1 | -0/+2 | |
2004-05-26 | * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c, | Ben Elliston | 1 | -0/+10 | |
call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c, cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h, gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h, i386.c, mips.c, search_list.c, search_list.h, source.c, source.h, sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c, utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C. | |||||
2004-05-26 | * corefile.c (core_init): Use a separate local variable, | Ben Elliston | 1 | -0/+12 | |
core_sym_bytes, to make the units from bfd_get_symtab_upper_bound more obvious. (core_create_function_syms): Discard cbfd argument. Eliminate `offset' variable and calculate VMA directly. Update all users. * corefile.h (core_create_function_syms): Update prototype. (core_create_line_syms): Likewise. * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code. Tidy. | |||||
2004-05-17 | * gprof.texi (Output Options): Correct last patch to use @itemx, not | Ben Elliston | 1 | -0/+5 | |
@item, for options with long option alternatives. | |||||
2004-05-17 | * gprof.texi (Introduction): Update synopsis. | Ben Elliston | 1 | -0/+7 | |
(Output Options): Document -r and -R. (Analysis Options): Document -t, --table-length. (Miscellaneous Options): Document -h, --help. | |||||
2004-05-13 | Updated French translations | Nick Clifton | 1 | -0/+4 | |
2004-03-19 | * po/sv.po: Updated. | Alan Modra | 1 | -0/+2 | |
2004-03-19 | * Makefile.am: Run "make dep-am". | Alan Modra | 1 | -0/+6 | |
* Makefile.in: Regenerate. * gconfig.in: Regenerate. * po/gprof.pot: Regenerate. | |||||
2004-01-02 | Split ChangeLog files. | Alan Modra | 1 | -2130/+8 | |
2003-11-06 | Fix 'the the' typo | Nick Clifton | 1 | -0/+4 | |
2003-10-31 | Minor text corrections | Nick Clifton | 1 | -1/+8 | |
2003-10-29 | Update documentation | Nick Clifton | 1 | -0/+9 | |
2003-10-11 | Fix bugus mail address | Alan Modra | 1 | -34/+34 | |
2003-10-11 | * corefile.c (core_create_function_syms): Don't refer directly to | Alan Modra | 1 | -0/+5 | |
_cooked_size and vma; Use bfd_section_size and bfd_get_section_vma. | |||||
2003-08-26 | Add German translation | Nick Clifton | 1 | -0/+9 | |
2003-08-21 | Updated translations | Nick Clifton | 1 | -0/+4 | |
2003-08-14 | * dep-in.sed: Remove libintl.h. | Alan Modra | 1 | -0/+6 | |
* Makefile.am (POTFILES.in): Unset LC_COLLATE. * Makefile.in: Regenerate. | |||||
2003-07-24 | Updated French translations | Nick Clifton | 1 | -0/+4 | |
2003-07-19 | 2003-07-20 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -0/+5 | |
* po/Make-in (.po.gmo): Do check if the .gmo file is writable before generating it. | |||||
2003-07-17 | Update translations | Nick Clifton | 1 | -0/+4 | |
2003-07-11 | Update pot files. | Alan Modra | 1 | -0/+4 | |
2003-06-11 | bfd/ | H.J. Lu | 1 | -0/+6 | |
2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. binutils/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. gas/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. gprof/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. ld/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. opcodes/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. | |||||
2003-03-31 | 2003-03-31 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 1 | -0/+8 | |
* gmon_io.c (enum gmon_ptr_size, enum gmon_ptr_signedness): New. (gmon_get_ptr_size, gmon_get_ptr_signedness): New. (gmon_io_read_vma, gmon_io_write_vma, gmon_read_raw_arc) (gmon_write_raw_arc, gmon_out_read, gmon_out_write): Adjust to use new functions and enums. | |||||
2003-02-21 | Check for a NULL sentinel value before using it. | Nick Clifton | 1 | -0/+5 | |
2002-12-02 | Add Brazillian Portugese translation. | Nick Clifton | 1 | -0/+6 | |
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -0/+8 | |
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting. | |||||
2002-11-12 | Add new/updated Danish translations | Nick Clifton | 1 | -0/+6 | |
2002-08-22 | Turn off default excluded functions in FLAT profile. | Nick Clifton | 1 | -0/+5 | |
2002-08-20 | * gmon_io.c (gmon_io_read_64, gmon_io_write_64): Define only if | Alan Modra | 1 | -0/+6 | |
BFD_HOST_U_64_BIT is defined. (gmon_io_read_vma, gmon_io_write_vma): Add ifdefs. | |||||
2002-07-30 | Updated Translations | Nick Clifton | 1 | -0/+4 | |
2002-07-30 | Update copyright notice | Nick Clifton | 1 | -0/+6 | |
2002-07-30 | (Executing the Program): Add documentation on how to use bbconv.pl. | Ulrich Drepper | 1 | -0/+5 | |
2002-07-25 | New translations | Nick Clifton | 1 | -4/+9 | |
2002-07-24 | 2002-07-24 Dave Brolley <brolley@redhat.com> | Dave Brolley | 1 | -0/+5 | |
* corefile.c (core_create_function_syms): Use the end of the section containing the symbol to compute max_vma. | |||||
2002-07-24 | Update Spanish and Swedish translations | Nick Clifton | 1 | -1/+6 | |
2002-07-24 | Fix a typo. | H.J. Lu | 1 | -1/+1 | |
2002-07-23 | update translations. | Nick Clifton | 1 | -0/+7 | |
2002-05-02 | Do not attempt to create a .gmo file if the sources are read-only. | Nick Clifton | 1 | -0/+5 | |
2002-04-04 | * dep-in.sed: Cope with absolute paths. | Alan Modra | 1 | -0/+7 | |
* Makefile.am (dep.sed): Subst TOPDIR. Run "make dep-am". * Makefile.in: Regenerate. | |||||
2002-03-21 | * Makefile.am: Run "make dep-am". | Alan Modra | 1 | -0/+5 | |
* Makefile.in: Regenerate. | |||||
2002-03-18 | Updated French translations | Nick Clifton | 1 | -0/+4 | |
2002-03-13 | Updated French translations | Nick Clifton | 1 | -0/+4 | |
2002-03-08 | 2002-03-07 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 1 | -0/+4 | |
* gprof.texi: Wrap @menu in @ifnottex, not @ifinfo. | |||||
2002-02-19 | 2002-02-19 Frank Ch. Eigler <fche@redhat.com> | Frank Ch. Eigler | 1 | -0/+4 | |
* hist.c (hist_print): Rewrite log_scale calculation loop. | |||||
2002-02-11 | * Makefile.am: "make dep-am". | Alan Modra | 1 | -0/+5 | |
* Makefile.in: Regenerate. |