aboutsummaryrefslogtreecommitdiff
path: root/gprof
AgeCommit message (Collapse)AuthorFilesLines
2005-09-30asintl.h/bucomm.h/ld.h: Prevent the inclusion of <libintl.h> from the SolarisNick Clifton2-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.
2005-05-09Update the address of the FSFNick Clifton26-67/+77
2005-04-25 * corefile.h (core_num_syms): Remove unused extern declaration.Ben Elliston2-3/+6
(core_syms): Likewise. (min_insn_size): Likewise.
2005-04-23 * corefile.c (core_num_syms): Make static.Ben Elliston5-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.
2005-04-14 * corefile.c (core_init): Call bfd_get_synthetic_symtab.Alan Modra2-1/+25
2005-04-14bfd/Alan Modra7-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.
2005-04-06po/rw.po: New translation: KinyarwandaNick Clifton4-2/+579
configure.in (ALL_LINGUAS): Add rw
2005-04-04Add a check for <unistd.h> providing a prototype for getopt() which is ↵Nick Clifton4-0/+82
compatible with the one in include/getopt.h. If so then define HAVE_DECL_GETOPT.
2005-03-29Updated German translation.Nick Clifton2-112/+128
2005-03-17Updated Vietnamese translation.Nick Clifton2-105/+121
2005-03-16Rename switch to enable/disable -Werror to --enable-werror/--disable-werrorNick Clifton3-14/+14
for compatibility with gcc.
2005-03-16Enable -Werror by defaultNick Clifton3-1/+46
2005-03-15Step through the sorted array of basic blocks.Nick Clifton2-0/+7
2005-03-15Commit new Spanish translation.Alan Modra2-84/+98
2005-03-14Commit new French translation.Alan Modra2-81/+97
2005-03-14 * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.Alan Modra2-0/+7
2005-03-14Commit new Turkish translation.Alan Modra2-85/+101
2005-03-05Regenerate .pot filesAlan Modra2-60/+64
2005-03-03update copyright datesAlan Modra23-23/+28
2005-02-22 * basic_blocks.c: Warning fixes.Alan Modra5-22/+30
* gmon_io.c: Likewise. * hist.c: Likewise. * hist.h: Likewise.
2005-01-312005-01-31 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-5/+11
* gettext.m4: Only set ENABLE_NLS when gettext is present.
2005-01-31Add Vietnamese translation.Nick Clifton4-2/+560
2005-01-272005-01-27 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-3/+9
* gettext.m4: Don't use NONE as a default for CATOBJEXT.
2005-01-20 * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.Ben Elliston4-63/+80
2004-11-30Change LOCALEDIR to $(datadir)/share.Nick Clifton4-5/+10
2004-09-17 * aclocal.m4: Regenerate.Alan Modra1-33/+145
2004-09-17 * Makefile.in: Regenerate.Alan Modra4-97/+156
* aclocal.m4: Regenerate. * configure: Regenerate. * po/gprof.pot: Regenerate.
2004-07-13 * gprof.c (main): For line-by-line profiling, there is no need toBen Elliston2-8/+5
specially exclude the default function set from the flat profile.
2004-06-28* Makefile.in: Regenerate to clean up breakage.Maciej W. Rozycki2-12/+17
2004-06-15 * configure.in: Run through autoupdate.Ben Elliston6-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.
2004-06-15 * corefile.c (core_init): Use bfd_get_section_sizeAlan Modra4-87/+94
instead of bfd_get_section_size_before_reloc or _raw_size. * symtab.c (symtab_finalize): Likewise.
2004-05-262004-05-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-1/+7
* 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 Elliston2-41/+26
2004-05-26 * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,Ben Elliston38-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.
2004-05-26 * corefile.c (core_init): Use a separate local variable,Ben Elliston4-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.
2004-05-17 * gprof.texi (Output Options): Correct last patch to use @itemx, notBen Elliston2-2/+7
@item, for options with long option alternatives.
2004-05-17 * gprof.texi (Introduction): Update synopsis.Ben Elliston2-2/+21
(Output Options): Document -r and -R. (Analysis Options): Document -t, --table-length. (Miscellaneous Options): Document -h, --help.
2004-05-13Updated French translationsNick Clifton2-2/+7
2004-03-19 * po/sv.po: Updated.Alan Modra2-98/+101
2004-03-19 * Makefile.am: Run "make dep-am".Alan Modra5-14/+41
* Makefile.in: Regenerate. * gconfig.in: Regenerate. * po/gprof.pot: Regenerate.
2004-01-02Split ChangeLog files.Alan Modra2-2130/+2146
2003-11-06Fix 'the the' typoNick Clifton2-1/+5
2003-10-31Minor text correctionsNick Clifton2-4/+41
2003-10-29Update documentationNick Clifton2-8/+37
2003-10-11Fix bugus mail addressAlan Modra1-34/+34
2003-10-11 * corefile.c (core_create_function_syms): Don't refer directly toAlan Modra2-4/+15
_cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
2003-08-26Add German translationNick Clifton7-417/+1015
2003-08-21Updated translationsNick Clifton2-49/+53
2003-08-14 * dep-in.sed: Remove libintl.h.Alan Modra4-3/+10
* Makefile.am (POTFILES.in): Unset LC_COLLATE. * Makefile.in: Regenerate.
2003-07-24Updated French translationsNick Clifton2-45/+49