aboutsummaryrefslogtreecommitdiff
path: root/gprof
AgeCommit message (Collapse)AuthorFilesLines
2012-03-062012-03-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-8/+22
* corefile.c (core_create_function_syms): Do not call bsearch if symbol_map_count is 0.
2012-02-06 * po/sr.po: New Serbian translation.Nick Clifton4-2/+600
* configure.in (ALL_LINGUAS): Add sr. * configure: Regenerate.
2012-01-05Rotate ChangeLogsNick Clifton2-75/+84
2011-10-26 * hist.c (hist_assign_samples_1): Update comment.Nick Clifton2-2/+8
2011-10-25Oops - apply correct patch for previous delta.Nick Clifton1-9/+5
2011-10-25 PR gprof/13325Nick Clifton2-1/+12
* hist.c (hist_assign_samples_1): Make sure that inner loop iterator remains valid.
2011-10-24Updated Japanese translationNick Clifton4-2/+557
2011-10-18 * po/it.po: New Italian translation.Nick Clifton3-42/+642
* po/gprof.pot: Regenerate.
2011-10-10Updated Bulgarian, Spanish, Finnish, French, Russian and Ukranian translations.Nick Clifton5-56/+662
2011-08-26Updated Spanish translations.Nick Clifton2-50/+55
2011-06-07 * corefile.c (core_sym_class): Allow for multiple iterations ofNick Clifton2-9/+22
clone clones and subprograms.
2011-04-28 * cg_print.c (print_header): Add no-c-format comment to preventAlan Modra2-3/+11
confusion when translating "%time".
2011-04-27Updated Danish, Esperanto and French translations.Nick Clifton3-161/+173
2011-03-30 * po/eo.po: New Esperanto translation.Nick Clifton4-2/+601
* configure.in (ALL_LINGUAS): Add eo. * configure: Regenerate. * po/da.po: Updated Danish translation.
2011-02-282011-02-28 Kai Tietz <kai.tietz@onevision.com>Kai Tietz4-8/+21
* basic_blocks.c (cmp_bb): Use filename_(n)cmp. * cg_print.c (order_and_dump_functions_by_arcs): Likewise. (cg_print_file_ordering): Likewise. * corefile.c (read_function_mappings): Likewise. (core_create_line_syms): Likewise.
2011-02-13Remove freebsd1 from libtool.m4 macros and config.rpath.Ralf Wildenhues2-10/+6
/: Import from Libtool and gnulib: 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com> Prepare for supporting FreeBSD 10. * config.rpath: Remove handling of freebsd1* which soon would match FreeBSD 10.0. 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change) Remove support for FreeBSD 1.x. * libtool.m4 (_LT_LINKER_SHLIBS) (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which soon would incorrectly match FreeBSD 10.0. bfd/: * configure: Regenerate. gas/: * configure: Regenerate. ld/: * configure: Regenerate. opcodes/: * configure: Regenerate. binutils/: * configure: Regenerate. gprof/: * configure: Regenerate.
2011-02-06 PR gprof/12468Alan Modra2-2/+23
* corefile.c (core_create_function_syms): Set is_func for targets that have no BSF_FUNCTION syms.
2011-01-10 * po/da.po: Updated Danish translation.Nick Clifton2-115/+168
2011-01-01Rotate binutils ChangeLogs.H.J. Lu2-92/+100
2010-12-09bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignoreMike Frysinger2-0/+12
This seems to cover a few random targets as well as --enable-targets=all. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-11-25Update translationsAlan Modra3-72/+78
2010-11-10Updated translations.Nick Clifton2-0/+597
2010-11-05bfd/Tristan Gingold2-33/+37
2010-11-05 Tristan Gingold <gingold@adacore.com> * po/bfd.pot: Regenerate binutils/ 2010-11-05 Tristan Gingold <gingold@adacore.com> * po/binutils.pot: Regenerate gas/ 2010-11-05 Tristan Gingold <gingold@adacore.com> * po/gas.pot: Regenerate * po/POTFILES.in: Regenerate gprof/ 2010-11-05 Tristan Gingold <gingold@adacore.com> * po/gprof.pot: Regenerate ld/ 2010-11-05 Tristan Gingold <gingold@adacore.com> * po/ld.pot: Regenerate * po/POTFILES.in: Regenerate opcodes/ 2010-11-05 Tristan Gingold <gingold@adacore.com> * po/opcodes.pot: Regenerate
2010-10-29 * gprof.texi (Deprecated Options): Move introduction out of the table.Alan Modra2-2/+6
2010-10-28Add directory section for info document.Alan Modra2-6/+9
2010-09-27Fix unportable shell quoting.Ralf Wildenhues2-1/+5
/: Sync from GCC: PR bootstrap/44621 * configure.ac: Fix unportable shell quoting. * configure: Regenerate. config/: * po.m4 (AM_PO_SUBDIRS): Fix unportable shell quoting. bfd/: * configure: Regenerate. gas/: * configure: Regenerate. gold/: * configure: Regenerate. intl/: * configure: Regenerate. ld/: * configure: Regenerate. opcodes/: * configure: Regenerate. binutils/: * configure: Regenerate. gprof/: * configure: Regenerate.
2010-07-16 * corefile.c (core_sym_class): Fix handling of subprogram namesNick Clifton2-5/+18
and add support for cloned function names.
2010-06-16 * gmon_io.c (gmon_out_read): Remove double fclose of input file.Nick Clifton2-2/+4
2010-06-08 * gprof.texi (Sampling Error): Note that call counts and basicNick Clifton2-4/+14
block counts are only reliable for multi-threaded applications if the counting function itself is thread safe.
2010-06-08etc/ChangeLogNick Clifton2-2/+9
* standards.texi: Relicense under GFDL v1.3. * fdl.texi: Replace with v1.3 text. gas/ChangeLog * doc/as.texinfo: Replace abbreviated 20th century year numbers with full versions. gprof/ChangeLog * gprof.texi: Replace abbreviated 20th century year numbers with full versions. ld/ChangeLog * fdl.texi: Replace with v1.3 text. * ld.texinfo: Replace abbreviated 20th century year numbers with full versions. * ldint.texinfo: Likewise. Relicense under GFDL v1.3. Replace text of v1.1 FDL with an include of the fdl.texi file.
2010-05-07bfd/Tristan Gingold3-6/+11
2010-05-07 Tristan Gingold <gingold@adacore.com> * Makefile.in: Regenerate with automake 1.11.1. * aclocal.m4: Ditto. bfd/doc/ 2010-05-07 Tristan Gingold <gingold@adacore.com> * Makefile.in: Regenerate with automake 1.11.1. binutils/ 2010-05-07 Tristan Gingold <gingold@adacore.com> * Makefile.in: Regenerate with automake 1.11.1. * aclocal.m4: Ditto. * doc/Makefile.in: Ditto. gas/ 2010-05-07 Tristan Gingold <gingold@adacore.com> * Makefile.in: Regenerate with automake 1.11.1. * aclocal.m4: Ditto. * doc/Makefile.in: Ditto. gprof/ 2010-05-07 Tristan Gingold <gingold@adacore.com> * Makefile.in: Regenerate with automake 1.11.1. * aclocal.m4: Ditto. ld/ 2010-05-07 Tristan Gingold <gingold@adacore.com> * Makefile.in: Regenerate with automake 1.11.1. * aclocal.m4: Ditto. opcodes/ 2010-05-07 Tristan Gingold <gingold@adacore.com> * Makefile.in: Regenerate with automake 1.11.1. * aclocal.m4: Ditto.
2010-05-05Updated Spanish translations.Nick Clifton2-8/+12
2010-04-27 PR gprof/11524Nick Clifton2-3/+8
* corefile.c (core_create_syms_from): Use correct size of buffer.
2010-04-22Updated translation templates.Nick Clifton4-19/+25
Updated Bulgarian translation. Updated Finnish translations. Updated French translations. Updated Vietnamese translations.
2010-04-07 * configure: Regenerate.Alan Modra2-2/+18
2010-04-01* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.Andreas Schwab1-0/+5
* Makefile.in: Regenerate.
2010-03-30* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.Andreas Schwab2-0/+8
* Makefile.in: Regenerate.
2010-03-162010-03-16 Segher Boessenkool <segher@kernel.crashing.org>Segher Boessenkool2-0/+7
* gmon_io.c (gmon_out_read): Close file when done.
2010-02-15Updated Vietnamese translation.Nick Clifton2-4/+8
2010-01-09Sync Libtool from GCC.Ralf Wildenhues3-433/+560
/: * libtool.m4: Sync from git Libtool. * ltmain.sh: Likewise. * ltoptions.m4: Likewise. * ltversion.m4: Likewise. * lt~obsolete.m4: Likewise. sim/iq2000/: * configure: Regenerate. sim/d10v/: * configure: Regenerate. sim/m32r/: * configure: Regenerate. sim/frv/: * configure: Regenerate. sim/: * avr/configure: Regenerate. * cris/configure: Regenerate. * microblaze/configure: Regenerate. sim/h8300/: * configure: Regenerate. sim/mn10300/: * configure: Regenerate. sim/erc32/: * configure: Regenerate. sim/arm/: * configure: Regenerate. sim/m68hc11/: * configure: Regenerate. sim/lm32/: * configure: Regenerate. sim/sh64/: * configure: Regenerate. sim/v850/: * configure: Regenerate. sim/cr16/: * configure: Regenerate. sim/moxie/: * configure: Regenerate. sim/m32c/: * configure: Regenerate. sim/mips/: * configure: Regenerate. sim/mcore/: * configure: Regenerate. sim/sh/: * configure: Regenerate. gprof/: * Makefile.in: Regenerate. * configure: Regenerate. opcodes/: * Makefile.in: Regenerate. * configure: Regenerate. gas/: * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. ld/: * configure: Regenerate. gdb/testsuite/: * gdb.cell/configure: Regenerate. binutils/: * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. bfd/: * Makefile.in: Regenerate. * configure: Regenerate. bfd/doc/: * Makefile.in: Regenerate.
2010-01-01Move 2009 binutils ChangeLog to ChangeLog-2009.H.J. Lu2-208/+217
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton7-172/+171
Fix up all warnings generated by the addition of this switch.
2009-11-30config:Joseph Myers2-14/+23
* largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and AC_CANONICAL_TARGET. bfd: * configure: Regenerate. binutils: * configure: Regenerate. gas: * configure: Regenerate. gdb: * configure: Regenerate. gprof: * configure: Regenerate. ld: * configure: Regenerate.
2009-11-30Fix typo: "Dimitry" should be "Dmitry"Nick Clifton1-1/+1
2009-11-17 * po/bg.po: New Bulgarian translation.Nick Clifton4-2/+601
* configure.in (ALL_LINGUAS): Add bg.po. * configure: Regenerate.
2009-11-11Updated Indonesian translation.Nick Clifton2-48/+52
2009-11-11bfd/Jan Kratochvil4-15/+57
* configure.in: Call ACX_LARGEFILE. Stop calling AC_PLUGINS, AC_SYS_LARGEFILE and checking the Solaris largefile exception. * aclocal.m4: Regenerate. * configure: Regenerate. binutils/ * configure.in: Call ACX_LARGEFILE. Stop calling AC_PLUGINS, AC_SYS_LARGEFILE and checking the Solaris largefile exception. * aclocal.m4: Regenerate. * configure: Regenerate. gas/ * configure.in: Call ACX_LARGEFILE. Stop calling AC_SYS_LARGEFILE. * aclocal.m4: Regenerate. * configure: Regenerate. gdb/ * configure.ac: Call ACX_LARGEFILE. * aclocal.m4: Call m4_include for ../config/largefile.m4 and ../config/plugins.m4. * configure: Regenerate. * config.in: Regenerate. gprof/ * configure.in: Call ACX_LARGEFILE. Stop calling AC_SYS_LARGEFILE. * aclocal.m4: Regenerate. * configure: Regenerate. ld/ * configure.in: Call ACX_LARGEFILE. Stop calling AC_SYS_LARGEFILE. * aclocal.m4: Regenerate. * configure: Regenerate.
2009-09-25 PR 10656Nick Clifton3-4/+14
* readelf.c: Remove duplicate declaration of variable do_wide. * dwarf.h: Add export of do_wide. * hist.h: Move declaration of histograms and num_histograms variables from here to... * hist.c: ...here.
2009-09-23Updated French and Vietnamese translations.Nick Clifton2-50/+55
2009-09-18Updated Finnish and Vietnamese translationsNick Clifton2-72/+75