aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2003-10-11Fix bugus mail addressAlan Modra1-34/+34
2003-10-11 * corefile.c (core_create_function_syms): Don't refer directly toAlan Modra1-0/+5
_cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
2003-08-26Add German translationNick Clifton1-0/+9
2003-08-21Updated translationsNick Clifton1-0/+4
2003-08-14 * dep-in.sed: Remove libintl.h.Alan Modra1-0/+6
* Makefile.am (POTFILES.in): Unset LC_COLLATE. * Makefile.in: Regenerate.
2003-07-24Updated French translationsNick Clifton1-0/+4
2003-07-192003-07-20 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+5
* po/Make-in (.po.gmo): Do check if the .gmo file is writable before generating it.
2003-07-17Update translationsNick Clifton1-0/+4
2003-07-11Update pot files.Alan Modra1-0/+4
2003-06-11bfd/H.J. Lu1-0/+6
2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. binutils/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. gas/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. gprof/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. ld/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. opcodes/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise.
2003-03-312003-03-31 Chris Demetriou <cgd@broadcom.com>Chris Demetriou1-0/+8
* gmon_io.c (enum gmon_ptr_size, enum gmon_ptr_signedness): New. (gmon_get_ptr_size, gmon_get_ptr_signedness): New. (gmon_io_read_vma, gmon_io_write_vma, gmon_read_raw_arc) (gmon_write_raw_arc, gmon_out_read, gmon_out_write): Adjust to use new functions and enums.
2003-02-21Check for a NULL sentinel value before using it.Nick Clifton1-0/+5
2002-12-02Add Brazillian Portugese translation.Nick Clifton1-0/+6
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-0/+8
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
2002-11-12Add new/updated Danish translationsNick Clifton1-0/+6
2002-08-22Turn off default excluded functions in FLAT profile.Nick Clifton1-0/+5
2002-08-20 * gmon_io.c (gmon_io_read_64, gmon_io_write_64): Define only ifAlan Modra1-0/+6
BFD_HOST_U_64_BIT is defined. (gmon_io_read_vma, gmon_io_write_vma): Add ifdefs.
2002-07-30Updated TranslationsNick Clifton1-0/+4
2002-07-30Update copyright noticeNick Clifton1-0/+6
2002-07-30(Executing the Program): Add documentation on how to use bbconv.pl.Ulrich Drepper1-0/+5
2002-07-25New translationsNick Clifton1-4/+9
2002-07-242002-07-24 Dave Brolley <brolley@redhat.com>Dave Brolley1-0/+5
* corefile.c (core_create_function_syms): Use the end of the section containing the symbol to compute max_vma.
2002-07-24Update Spanish and Swedish translationsNick Clifton1-1/+6
2002-07-24Fix a typo.H.J. Lu1-1/+1
2002-07-23update translations.Nick Clifton1-0/+7
2002-05-02Do not attempt to create a .gmo file if the sources are read-only.Nick Clifton1-0/+5
2002-04-04 * dep-in.sed: Cope with absolute paths.Alan Modra1-0/+7
* Makefile.am (dep.sed): Subst TOPDIR. Run "make dep-am". * Makefile.in: Regenerate.
2002-03-21 * Makefile.am: Run "make dep-am".Alan Modra1-0/+5
* Makefile.in: Regenerate.
2002-03-18Updated French translationsNick Clifton1-0/+4
2002-03-13Updated French translationsNick Clifton1-0/+4
2002-03-082002-03-07 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-0/+4
* gprof.texi: Wrap @menu in @ifnottex, not @ifinfo.
2002-02-192002-02-19 Frank Ch. Eigler <fche@redhat.com>Frank Ch. Eigler1-0/+4
* hist.c (hist_print): Rewrite log_scale calculation loop.
2002-02-11 * Makefile.am: "make dep-am".Alan Modra1-0/+5
* Makefile.in: Regenerate.
2002-02-102002-02-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-0/+6
* gprof.c: Include "getopt.h" after other includes, so that the proper macros are defined. * gen-c-prog.awk: Emit a prototype for the generated function.
2002-02-01 * configure.in (build_warnings): Add -Wstrict-prototypesAlan Modra1-0/+8
-Wmissing-prototypes. * aclocal.m4: Regenerate. * gconfig.in: Regenerate. * configure: Regenerate. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate.
2002-02-01 * alpha.c (alpha_find_call): Warning fixes.Alan Modra1-0/+31
* mips.c (mips_find_call): Likewise. * sparc.c (sparc_find_call): Likewise. * basic_blocks.c: Warning fixes. Eliminate DEFUN. * call_graph.c: Likewise. * cg_arcs.c: Likewise. * cg_dfn.cp: Likewise. * gprof.c: Likewise. * gprof.h: Likewise. * hist.c: Likewise. * search_list.c: Likewise. * source.c: Likewise. * source.h: Likewise. * sym_ids.c: Likewise. * symtab.c: Likewise. * symtab.h: Likewise. * utils.c: Likewise. * cg_print.c: Likewise. (struct function_map, symbol_map, symbol_map_count): Move declaration to.. * corefile: ..here. * corefile.c: Warning fixes. Eliminate DEFUN. (struct function_map): Remove declaration. * gmon_io.c: Warning fixes. Eliminate DEFUN. (gmon_io_read_64): Make static. (gmon_io_write_64): Likewise. (gmon_read_raw_arc): Likewise. (gmon_write_raw_arc): Likewise. (gmon_io_write_8): Don't pass char, pass int param. * gmon_io.h (gmon_io_write_8): Likewise. and a few copyright dates that should have been done previously.
2002-02-01Run "make dep-am"Alan Modra1-0/+3
2002-02-01 * basic_blocks.c: Replace bool with boolean, TRUE with true andAlan Modra1-0/+24
FALSE with false throughout. * basic_blocks.h: Likewise. * cg_arcs.c: Likewise. * cg_dfn.c: Likewise. * cg_print.c: Likewise. * corefile.c: Likewise. * gmon_io.c: Likewise. * gprof.c: Likewise. * hist.c: Likewise. * mips.c: Likewise. * source.c: Likewise. * source.h: Likewise. * sym_ids.c: Likewise. * sym_ids.h: Likewise. * symtab.h: Likewise. * tahoe.c: Likewise. * vax.c: Likewise. * gprof.h: Likewise. (TRUE): Don't define. (FALSE): Don't define.
2002-01-31Deal with target architecture that have a pointer size that is different fromNick Clifton1-0/+38
the host architectures pointer size.
2002-01-31 * alpha.c (alpha_Instruction): Don't use.Alan Modra1-0/+55
(alpha_find_call): Avoid use of bitfields and casts between pointers and integers of different sizes. Avoid endian problems when cross-compiling. * vax.c (vax_find_call): Likewise. (struct modebyte): Don't use. (vax_operandmode): Pass in an unsigned char *. (vax_operandlength): Likewise. (vax_reladdr): Rename to vax_offset and return relative offset rather than address. * i386.c (i386_find_call): Avoid casts between pointers and integers of different sizes. * sparc.c (sparc_find_call): Likewise. Avoid endian problems. * tahoe.c (tahoe_find_call): Likewise. (tahoe_reladdr): Rename to tahoe_offset and return relative offset rather than address. * basic_blocks.h: Don't include headers here. * call_graph.h: Likewise. * cg_arcs.h: Likewise. * cg_print.h: Likewise. * corefile.h: Likewise. * gmon_io.h: Likewise. * gmon_out.h: Likewise. * hertz.h: Likewise. * hist.h: Likewise. * source.h: Likewise. * sym_ids.h: Likewise. * symtab.h: Likewise. * gprof.h: Don't include ansidecl.h, do include bfd.h. (bool): Don't typedef. * alpha.c: Adjust #include's for above header changes. * basic_blocks.c: Likewise. * call_graph.c: Likewise. * cg_arcs.c: Likewise. * cg_dfn.c: Likewise. * cg_print.c: Likewise. * corefile.c: Likewise. * gmon_io.c: Likewise. * gprof.c: Likewise. * hertz.c: Likewise. * hist.c: Likewise. * i386.c: Likewise. * mips.c: Likewise. * sparc.c: Likewise. * sym_ids.c: Likewise. * symtab.c: Likewise. * tahoe.c: Likewise. * utils.c: Likewise. * vax.c: Likewise. * po/POTFILES.in: Regenerate.
2002-01-282002-01-27 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-0/+4
From Steve Ellcey <sje@cup.hp.com>: * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI. (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd, lt_cv_file_magic_test_file): Set to appropriate values for HP-UX IA64. * ltcf-c.sh (archive_cmds, hardcode_*): Ditto. * ltconfig (shlibpath_*, dynamic_linker, library_names_spec, soname_spec, sys_lib_search_path_spec): Ditto. Various configure scripts regenerated.
2002-01-27 * i386.c (i386_iscall): Static.Richard Henderson1-0/+7
* tahoe.c (indirectchild, tahoe_operandmode): Static. (tahoe_operandlength, tahoe_reladdr): Static. * vax.c (indirectchild): Static.
2002-01-26 * Makefile.am (install): Depend on install-info.Hans-Peter Nilsson1-0/+5
* Makefile.in: Regenerate.
2002-01-26* mips.c: New file.Jason Thorpe1-0/+9
* Makefile.am (sources): Add mips.c. (mips.o): New rule. * Makefile.in: Regenerate. * corefile.c: Update copyright years. (find_call): Call mips_find_call for bfd_arch_mips.
2002-01-26Updated French translationNick Clifton1-0/+4
2002-01-25Updated Spanish translationNick Clifton1-0/+4
2002-01-17Regenerate .pot and .po filesNick Clifton1-0/+4
2002-01-07Add spanish translation filesNick Clifton1-0/+6
2002-01-03Remove use of ngettext()Nick Clifton1-0/+5
2002-01-02Fix spelling typo.Nick Clifton1-0/+7
Reformat messages to ease translation into other languages.