summaryrefslogtreecommitdiff
path: root/gprof
Commit message (Collapse)AuthorAgeFilesLines
* Configury changes: update src repository (binutils, gdb, and rda) to useDaniel Jacobowitz2006-05-317-2705/+536
| | | | | config/gettext-sister.m4 instead of the old gettext.m4. Regenerate all affected autotools files. Include intl in gdb releases again.
* Update Spanish translationNick Clifton2006-05-302-51/+55
|
* Remove ChangeLog entries, since the template files were already up to date.Nick Clifton2006-05-221-4/+0
|
* Update translation templatesNick Clifton2006-05-221-0/+4
|
* Avoid confusing error message for trivial profiled testcase.Jim Wilson2006-05-022-1/+11
| | | | | * gprof.c (main): When setting default output_style, add separate checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.
* PR 2587Nick Clifton2006-04-253-1/+14
| | | | | | * Makefile.am: Add empty rule for .m -> .o build in order to work around bug in gmake shipped by Apple. * Makefile.in: Regenerate.
* bfd/Alan Modra2006-04-192-2/+6
| | | | | | | | | | | | | | | | * warning.m4 (--enable-werror, -build-warnings): Format help messages. * configure: Regenerate. binutils/ * configure: Regenerate. gas/ * configure.in (--enable-targets): Indent help message. * configure: Regenerate. gprof/ * configure: Regenerate. ld/ * configure: Regenerate. opcodes/ * configure: Regenerate.
* 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>Carlos O'Donell2006-04-066-11/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.tpl: Add install-html target. * Makefile.def: Add install-html target. * Makefile.in: Regenerate. * configure.in: Add --with-datarootdir, --with-docdir, and --with-htmldir options. * configure: Regenerate. bfd/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir htmldir. Add install-html and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST for datarootdir, docdir and htmldir. * configure: Regenerate. bfd/doc/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html and install-html-am targets. Define datarootdir, docdir and htmldir. * Makefile.in: Regenerate. binutils/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Add install-html and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir and htmldir. * configure: Regenerate. * doc/Makefile.am: Add install-html and install-html-am targets. * doc/Makefile.in: Regenerate. etc/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add install-html target. Add htmldir, docdir and datarootdir. * configure.texi: Document install-html target. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. gas/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Add install-html and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. * doc/Makefile.am: Add install-html and install-html-am targets. * doc/Makefile.in: Regenerate. gprof/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Add install-html, install-html-am and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. intl/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * intl/Makefile.in: Add html info and dvi and install-html to .PHONY Add install-html target. ld/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html, install-html-am, and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. * po/Make-in: Add install-html target. opcodes/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html target. * Makefile.in: Regenerate.
* * corefile.c (core_init): Report that the executable is not in theBen Elliston2006-03-222-1/+6
| | | | expected executable format rather than "a.out" format.
* Update Swedish translationsNick Clifton2006-03-092-84/+101
|
* bfd/doc/Carlos O'Donell2006-02-272-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-10-14 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add html target. * Makefile.in: Regenerate. bfd/ 2006-10-14 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add html target. binutils/ 2006-10-14 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add html target. gas/ 2006-10-14 Carlos O'Donell <carlos@codesourcery.com> * doc/Makefile.am: Add html target. * doc/Makefile.in: Regenerate. * po/Make-in: Add html target. gprof/ 2006-10-14 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add html target. ld/ 2006-10-14 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add html target. * Makefile.in: Regenerate. * po/Make-in: Add html target. opcodes/ 2006-10-14 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add html target. etc/ 2006-10-14 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: TEXI2HTML uses makeinfo. Define HTMLFILES. Add html targets. * configure.texi: Use ifnottex. Add alternative image format specifier as jpg. * standards.texi: Use ifnottex. intl/ 2006-10-14 Carlos O'Donell <carlos@codesourcery.com> * intl/Makefile.in: Add html target.
* 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.