summaryrefslogtreecommitdiff
path: root/gprof
Commit message (Collapse)AuthorAgeFilesLines
* split changelogsAlan Modra2006-01-163-245/+261
|
* * Makefile.am (Makefile): Remove dependency.Alan Modra2005-12-275-391/+262
| | | | | | * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * gconfig.in: Regenerate.
* * doc/binutils.texi: Include config.texi and @file documentationMark Mitchell2005-11-173-3/+18
| | | | | | | | | | | | | for manual pages. * Makefile.am (gprof.info, gprof.1): Depend on config.texi. (config.texi): New file. * Makefile.in: Regenerated. * Makefile.am (configdoc.texi): Set top_srcdir in configdoc.texi.. * Makefile.in: Regenerated. * ld.texinfo: Include configdoc.texi and ldver.texi in man pages. Add @file documentation.
* * configure: Regenerate after modifying bfd/warning.m4.Steve Ellcey2005-11-072-6/+16
|
* * as.c (show_usage): Document "@FILE".Mark Mitchell2005-10-302-3/+3
| | | | | | * gprof.c (usage): Document "@FILE". * lexsup.c (help): Document "@FILE".
* RegenerateAlan Modra2005-10-252-46/+50
|
* oops - delayed commit of addition of Irish translationNick Clifton2005-10-032-2/+2
|
* oops - delayed commit for addtion of Irish translation for gprof and opcodesNick Clifton2005-10-032-0/+566
|
* * addr2line.c (main): Likewise.Mark Mitchell2005-09-302-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | * ar.c (main): Likewise. * coffdump.c (main): Likewise. * cxxfilt.c (main): Likewise. * dlltool.c (main): Likewise. * dllwrap.c (main): Likewise. * nlmconv.c (main): Likewise. * nm.c (main): Likewise. * objcopy.c (main): Likewise. * objdump.c (main): Likewise. * readelf.c (main): Likewise. * size.c (main): Likeiwse. * srcconv.c (main): Likewise. * strings.c (main): Likewise. * sysdump.c (main): Likewise. * sysinfo.c (main): Likewise. * windres.c (main): Likewise. * ldmain.c (main): Use expandargv. * gprof.c (main): Use expandargv. * as.c (main): Use expandargv.
* asintl.h/bucomm.h/ld.h: Prevent the inclusion of <libintl.h> from the SolarisNick Clifton2005-09-302-0/+7
| | | | | | version of <locale.h> when ENABLE_NLS is not defined. gprof.c (main):Only invoke bindtextdomain() and textdomain() if ENABLE_NLS is defined.
* Update the address of the FSFNick Clifton2005-05-0926-67/+77
|
* * corefile.h (core_num_syms): Remove unused extern declaration.Ben Elliston2005-04-252-3/+6
| | | | | (core_syms): Likewise. (min_insn_size): Likewise.
* * corefile.c (core_num_syms): Make static.Ben Elliston2005-04-235-9/+18
| | | | | | | | | | (core_syms): Likewise. (min_insn_size): Likewise. * gprof.c (abfd): Remove unused variable. * hist.c (hist_dimension): Make static. (hist_dimension_abbrev): Likewise. * sym_ids.c (id_list): Likewise. (table_name): Likewise.
* * corefile.c (core_init): Call bfd_get_synthetic_symtab.Alan Modra2005-04-142-1/+25
|
* bfd/Alan Modra2005-04-147-59/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (NO_WERROR): Define. * warning.m4: New file * acinclude.m4: Include warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * configure: Regenerate. bfd/doc/ * Makefile.in: Regenerate. binutils/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * configure.in: Include ../bfd/warning.m4 contents. * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. gas/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * acinclude.m4: Include ../bfd/warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. gprof/ * Makefile.am (NO_WERROR): Define. * acinclude.m4: Include ../bfd/warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate. ld/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * configure.in: Include ../bfd/warning.m4 contents. * Makefile.in: Regenerate. * configure: Regenerate. opcodes/ * Makefile.am (NO_WERROR): Define. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate.
* po/rw.po: New translation: KinyarwandaNick Clifton2005-04-064-2/+579
| | | | configure.in (ALL_LINGUAS): Add rw
* Add a check for <unistd.h> providing a prototype for getopt() which is ↵Nick Clifton2005-04-044-0/+82
| | | | | | compatible with the one in include/getopt.h. If so then define HAVE_DECL_GETOPT.
* Updated German translation.Nick Clifton2005-03-292-112/+128
|
* Updated Vietnamese translation.Nick Clifton2005-03-172-105/+121
|
* Rename switch to enable/disable -Werror to --enable-werror/--disable-werrorNick Clifton2005-03-163-14/+14
| | | | for compatibility with gcc.
* Enable -Werror by defaultNick Clifton2005-03-163-1/+46
|
* Step through the sorted array of basic blocks.Nick Clifton2005-03-152-0/+7
|
* Commit new Spanish translation.Alan Modra2005-03-152-84/+98
|
* Commit new French translation.Alan Modra2005-03-142-81/+97
|
* * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.Alan Modra2005-03-142-0/+7
|
* Commit new Turkish translation.Alan Modra2005-03-142-85/+101
|
* Regenerate .pot filesAlan Modra2005-03-052-60/+64
|
* update copyright datesAlan Modra2005-03-0323-23/+28
|
* * basic_blocks.c: Warning fixes.Alan Modra2005-02-225-22/+30
| | | | | | * gmon_io.c: Likewise. * hist.c: Likewise. * hist.h: Likewise.
* 2005-01-31 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-01-312-5/+11
| | | | * gettext.m4: Only set ENABLE_NLS when gettext is present.
* Add Vietnamese translation.Nick Clifton2005-01-314-2/+560
|
* 2005-01-27 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-01-272-3/+9
| | | | * gettext.m4: Don't use NONE as a default for CATOBJEXT.
* * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.Ben Elliston2005-01-204-63/+80
|
* Change LOCALEDIR to $(datadir)/share.Nick Clifton2004-11-304-5/+10
|
* * aclocal.m4: Regenerate.Alan Modra2004-09-171-33/+145
|
* * Makefile.in: Regenerate.Alan Modra2004-09-174-97/+156
| | | | | | * aclocal.m4: Regenerate. * configure: Regenerate. * po/gprof.pot: Regenerate.
* * gprof.c (main): For line-by-line profiling, there is no need toBen Elliston2004-07-132-8/+5
| | | | specially exclude the default function set from the flat profile.
* * Makefile.in: Regenerate to clean up breakage.Maciej W. Rozycki2004-06-282-12/+17
|
* * configure.in: Run through autoupdate.Ben Elliston2004-06-156-3288/+9024
| | | | | | | | * 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.
* * corefile.c (core_init): Use bfd_get_section_sizeAlan Modra2004-06-154-87/+94
| | | | | instead of bfd_get_section_size_before_reloc or _raw_size. * symtab.c (symtab_finalize): Likewise.
* 2004-05-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-05-262-1/+7
| | | | | * corefile.c (core_create_line_syms): Per ISO C '90, move vma_high's declaration to the function's start.
* * gprof.c (main): Clean up some more.Ben Elliston2004-05-262-41/+26
|
* * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,gprof-post-ansify-2004-05-26Ben Elliston2004-05-2638-394/+236
| | | | | | | | | 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.
* * corefile.c (core_init): Use a separate local variable,gprof-pre-ansify-2004-05-26Ben Elliston2004-05-264-78/+47
| | | | | | | | | | | 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.
* * gprof.texi (Output Options): Correct last patch to use @itemx, notBen Elliston2004-05-172-2/+7
| | | | @item, for options with long option alternatives.
* * gprof.texi (Introduction): Update synopsis.Ben Elliston2004-05-172-2/+21
| | | | | | (Output Options): Document -r and -R. (Analysis Options): Document -t, --table-length. (Miscellaneous Options): Document -h, --help.
* Updated French translationsNick Clifton2004-05-132-2/+7
|
* * po/sv.po: Updated.Alan Modra2004-03-192-98/+101
|
* * Makefile.am: Run "make dep-am".Alan Modra2004-03-195-14/+41
| | | | | | * Makefile.in: Regenerate. * gconfig.in: Regenerate. * po/gprof.pot: Regenerate.
* Split ChangeLog files.Alan Modra2004-01-022-2130/+2146
|