summaryrefslogtreecommitdiffstats
path: root/gprof
Commit message (Collapse)AuthorAgeFilesLines
* Updated Spanish translations.Nick Clifton2009-03-062-34/+39
|
* missing from make dep-am commitAlan Modra2009-03-041-0/+5
|
* make dep-am and regenAlan Modra2009-03-032-52/+44
| | | | | | opcodes/ * Makefile.am (HFILES): Move lm32-desc.h and lm32-opc.h from.. (CFILES): ..here.
* Backport from git Libtool:Ralf Wildenhues2009-03-012-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-19 Robert Millan <rmh@aybabtu.com> Support GNU/kOpenSolaris. * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS) (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize GNU/kOpenSolaris. binutils/ * configure: Regenerate. opcodes/ * configure: Regenerate. bfd/ * configure: Regenerate. gas/ * configure: Regenerate. gprof/ * configure: Regenerate. ld/ * configure: Regenerate.
* * corefile.c (core_create_function_syms): Remove "<locore>" andAlan Modra2009-02-129-96/+89
| | | | | | | | | | | "<hicore>" sentinels. * gprof.c: Likewise. * cg_print.c (cg_print_function_ordering): Likewise. * alpha.c (alpha_find_call): Add check for return value of sym_lookup. * mips.c (mips_find_call): Likewise. * sparc.c (sparc_find_call): Likewise. * tahoe.c (tahoe_find_call): Likewise. * vax.c (vax_find_call): Likewise.
* bfd:Joseph Myers2009-02-036-2/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-03 Carlos O'Donell <carlos@codesourcery.com> * configure.in: AC_SUBST pdfdir. * Makefile.am: Add install-pdf, install-pdf-am and install-pdf-recursive targets. Define pdfdir. * doc/Makefile.am: Define pdf__strip_dir. Add install-pdf and install-pdf-am targets. * po/Make-in: Add install-pdf target. * configure: Regenerate. * Makefile.in: Regenerate * doc/Makefile.in: Regenerate. binutils: 2009-02-03 Carlos O'Donell <carlos@codesourcery.com> * configure.in: AC_SUBST pdfdir. * Makefile.am: Add install-pdf, install-pdf-am, and install-pdf-recursive targets. * doc/Makefile.am: Define pdf__strip_dir. Add install-pdf and install-pdf-am targets. * po/Make-in: Add install-pdf target. * configure: Regenerate. * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. etc: 2009-02-03 Carlos O'Donell <carlos@codesourcery.com> * configure.in: AC_SUBST pdfdir. * configure: Regenerate. gas: 2009-02-03 Carlos O'Donell <carlos@codesourcery.com> * configure.in: AC_SUBST pdfdir. * Makefile.am: Add install-pdf, install-pdf-am, and install-pdf-recursive targets. * doc/Makefile.am: Define pdf__strip_dir. Add install-pdf and install-pdf-am targets. * po/Make-in: Add install-pdf target. * configure: Regenerate. * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. gprof: 2009-02-03 Carlos O'Donell <carlos@codesourcery.com> * configure.in: AC_SUBST pdfdir. * Makefile.am: Add install-pdf, install-pdf-am, and install-pdf-recursive targets. Define pdf__strip_dir. * po/Make-in: Add install-pdf target. * configure: Regenerate. * Makefile.in: Regenerate. ld: 2009-02-03 Carlos O'Donell <carlos@codesourcery.com> * configure.in: AC_SUBST pdfdir. * Makefile.am: Add install-pdf, install-pdf-am, and install-pdf-recursive targets. Define pdf__strip_dir. * po/Make-in: Add install-pdf target. * configure: Regenerate. * Makefile.in: Regenerate. opcodes: 2009-02-03 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-pdf target. * po/Make-in: Add install-pdf target. * Makefile.in: Regenerate.
* PR 7099Nick Clifton2009-01-032-0/+20
| | | | | * gprof.texi (Compiling): Mention the need for using -static-libgcc on shared library systems.
* po/id.po: Updated Indonesian translation.Nick Clifton2009-01-022-119/+172
|
* Add missing ChangeLog entries for my last commit.Ralf Wildenhues2008-12-211-0/+4
|
* Backport link test fix from upstream Libtool:Ralf Wildenhues2008-12-181-39/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS): Add cache variables to tests that require the linker to work. For shlibpath_overrides_runpath, this also changes the semantics to let the result from the C compiler take precedence. compiler take precedence. binutils/ * configure: Regenerate. opcodes/ * configure: Regenerate. bfd/ * configure: Regenerate. gas/ * configure: Regenerate. gprof/ * configure: Regenerate. ld/ * configure: Regenerate.
* Change documentation license to FDL v1.3Nick Clifton2008-11-193-371/+519
|
* * configure: Regenerate for new libtool.Steve Ellcey2008-09-294-340/+1150
| | | | | * aclocal.m4: Ditto. * Makefile.in: Ditto.
* * po/vi.po: Updated Vietnamese translation.Nick Clifton2008-09-292-40/+42
| | | | * po/fr.po: Updated French translation.
* bfd/Jan Kratochvil2008-09-114-0/+378
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix loading large elf64 binaries on 32bit hosts. * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate. binutils/ Fix loading large elf64 binaries on 32bit hosts. * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate. gas/ * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate. gprof/ * configure.in: Call AC_SYS_LARGEFILE. * gconfig.in: Regenerate. * configure: Regenerate. ld/ * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate. libiberty/ * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate.
* Updated translation versionsAlan Modra2008-09-112-0/+552
|
* * gmon_io.h: Don't include sysdep.h here.Alan Modra2008-08-255-201/+164
| | | | | | | | (O_BINARY, SET_BINARY): Don't define here. * gmon_io.c: Include "binary-io.h". (gmon_out_read): Remove #ifdef SET_BINARY. * Makefile.am: Run "make dep-am" * Makefile.in: Regenerate.
* Update a number of obsolete autoconf macros.Alan Modra2008-08-242-2/+6
|
* PR 6526Alan Modra2008-08-156-507/+793
| | | | * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
* * gmon_io.c (gmon_out_read): When reading old format gmon.out,Brian Dessent2008-08-052-0/+8
| | | | set num_histograms and hist_scale.
* Set LC_ALL=C rather than unsetting LC_COLLATE for sort.Alan Modra2008-08-043-2/+7
|
* Silence gcc printf warningsAlan Modra2008-07-303-6/+13
|
* * basic_blocks.c: Always include "gprof.h" first.Andreas Schwab2008-06-1911-10/+23
| | | | | | | | | | | | * cg_arcs.c: Likewise. * cg_dfn.c: Likewise. * cg_print.c: Likewise. * corefile.c: Likewise. * gprof.c: Likewise. * hist.c: Likewise. * search_list.c: Likewise. * sym_ids.c: Likewise. * utils.c: Likewise.
* * configure: Regenerate.Ralf Wildenhues2008-06-172-26/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config/ * override.m4: Use m4_version_prereq throughout. (_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE): Backport from git Autoconf: output pwd along with fatal errors, so the right config.log file is hinted at more prominently. (PARSE_ARGS): Push setting of ac_pwd in this diversion. (_GCC_AUTOCONF_VERSION): New, define to 2.59 if not defined. (_GCC_AUTOCONF_VERSION_CHECK): New macro, require use of Autoconf version _GCC_AUTOCONF_VERSION throughout the tree. (m4_wrap): New override, fix for Posix semantics of m4wrap. binutils/ * configure: Regenerate. opcodes/ * configure: Regenerate. bfd/ * configure: Regenerate. gas/ * configure: Regenerate. gprof/ * configure: Regenerate. ld/ * config.in: Regenerate. * configure: Regenerate.
* * po/nl.po: New file: Dutch translationNick Clifton2008-06-044-2/+620
| | | | | * configure.in (ALL_LINGUAS): Add nl. * configure: Regenerate.
* update dependenciesAlan Modra2008-05-142-6/+12
|
* bfd/H.J. Lu2008-04-233-20/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-23 Paolo Bonzini <bonzini@gnu.org> * aclocal.m4: Regenerate. * configure: Regenerate. binutils/ 2008-04-23 Paolo Bonzini <bonzini@gnu.org> * aclocal.m4: Regenerate. * configure: Regenerate. gas/ 2008-04-23 Paolo Bonzini <bonzini@gnu.org> * aclocal.m4: Regenerate. * configure: Regenerate. gold/ 2008-04-23 Paolo Bonzini <bonzini@gnu.org> * aclocal.m4: Regenerate. * configure: Regenerate. gprof/ 2008-04-23 Paolo Bonzini <bonzini@gnu.org> * aclocal.m4: Regenerate. * configure: Regenerate. ld/ 2008-04-23 Paolo Bonzini <bonzini@gnu.org> * aclocal.m4: Regenerate. * configure: Regenerate. opcodes/ 2008-04-23 Paolo Bonzini <bonzini@gnu.org> * aclocal.m4: Regenerate. * configure: Regenerate.
* Updated French translations.Nick Clifton2008-03-312-129/+168
|
* * configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues2008-03-174-24/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure: Regenerate. config/ * proginstall.m4: New file, with fixed AC_PROG_INSTALL. bfd/ * aclocal.m4: Regenerate. * configure: Likewise. * Makefile.in: Likewise. bfd/doc/ * Makefile.in: Regenerate. intl/ * aclocal.m4: Regenerate. * configure: Likewise. gas/ * aclocal.m4: Regenerate. * configure: Likewise. * Makefile.in: Likewise. * doc/Makefile.in: Likewise. ld/ * aclocal.m4: Regenerate. * configure: Likewise. * Makefile.in: Likewise. opcodes/ * aclocal.m4: Regenerate. * configure: Likewise. * Makefile.in: Likewise. binutils/ * aclocal.m4: Regenerate. * configure: Likewise. * Makefile.in: Likewise. * doc/Makefile.in: Likewise. gprof/ * aclocal.m4: Regenerate. * configure: Likewise. * Makefile.in: Likewise.
* bfd/Alan Modra2008-03-132-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * po/SRC-POTFILES.in: Regenerate. bfd/doc/ * Makefile.in: Regenerate. binutils/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. * configure: Regenerate. gas/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * configure: Regenerate. gprof/ * configure: Regenerate. ld/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * configure: Regenerate. opcodes/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * configure: Regenerate.
* Updated Malasian translation.Nick Clifton2008-02-062-61/+97
|
* 2008-02-04 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2008-02-042-0/+15
| | | | | PR 5715 * configure: Regenerated.
* gas/H.J. Lu2007-10-243-834/+839
| | | | | | | | | | | | | | | | | | | | | 2007-10-24 H.J. Lu <hongjiu.lu@intel.com> * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE. * configure: Regenerated. gprof/ 2007-10-24 H.J. Lu <hongjiu.lu@intel.com> * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE. * configure: Regenerated. ld/ 2007-10-24 H.J. Lu <hongjiu.lu@intel.com> * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE. * configure: Regenerated.
* missed from last commitAlan Modra2007-10-241-0/+8
|
* * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.Alan Modra2007-10-245-3814/+3255
| | | | | | | * configure.in: Invoke AC_GNU_SOURCE. * Makefile.in: Regenerate. * configure: Regenerate. * gconfig.in: Regenerate.
* PR gprof/5147Nick Clifton2007-10-123-3152/+3860
| | | | | * configure.in: Add check for fabs() being in libm. * configure: Regenerate.
* * cg_print.c (sort_members): Include the final member on the list in the sort.Nick Clifton2007-09-252-1/+6
|
* Updated Spanish translationNick Clifton2007-09-172-67/+106
|
* Updated Finnish translationNick Clifton2007-08-302-33/+37
|
* Translation updates.Daniel Jacobowitz2007-08-242-90/+129
|
* * po/Make-in: Add --msgid-bugs-address to xgettext invocation.Alan Modra2007-08-172-0/+5
|
* * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): IncludeDaniel Jacobowitz2007-08-133-4/+10
| | | | | $(top_srcdir)/../../bfd/doc. * doc/Makefile.in: Regenerate.
* * configure.in (ALL_LINGUAS): Add fi.Daniel Jacobowitz2007-08-124-2/+606
| | | | | * po/fi.po: New file. * configure: Regenerated.
* Updated Finnish, Irish and Vietnamese translationsNick Clifton2007-08-103-143/+218
|
* Update German translationNick Clifton2007-08-072-83/+122
|
* Updated Vietnamese and Dutch translationsNick Clifton2007-07-122-143/+171
|
* Add support for building on a 64-bit Windows host.Nick Clifton2007-07-123-2/+7
|
* CHange FSF sources over to GPLv3Nick Clifton2007-07-0624-166/+186
|
* Opps - forgot to include change to Makefile.am in the ChangeLog entryNick Clifton2007-07-051-0/+2
|
* * corefile.c (core_sym_class): Do not discard nested subprograms.Nick Clifton2007-07-054-9/+21
|
* Regenerate files.Alan Modra2007-07-026-6521/+165
|
OpenPOWER on IntegriCloud