Ben Elliston
3e8f6abf1e
* alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
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.
23 years ago
Ben Elliston
37b1bfcd81
* corefile.c (core_init): Use a separate local variable,
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.
23 years ago
Ben Elliston
242b25713e
* gprof.texi (Output Options): Correct last patch to use @itemx , not
@item , for options with long option alternatives.
23 years ago
Ben Elliston
a1c211325f
* gprof.texi (Introduction): Update synopsis.
(Output Options): Document -r and -R.
(Analysis Options): Document -t, --table-length.
(Miscellaneous Options): Document -h, --help.
23 years ago
Nick Clifton
9598fbe5d4
Updated French translations
23 years ago
Alan Modra
e5d10b6033
* po/sv.po: Updated.
23 years ago
Alan Modra
bfa36442db
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* gconfig.in: Regenerate.
* po/gprof.pot: Regenerate.
23 years ago
Alan Modra
c9e214e571
Split ChangeLog files.
23 years ago
Nick Clifton
1be5957932
Fix 'the the' typo
23 years ago
Nick Clifton
83b6e7e845
Minor text corrections
23 years ago
Nick Clifton
83aeabb6dd
Update documentation
23 years ago
Alan Modra
0f22be51ab
Fix bugus mail address
23 years ago
Alan Modra
c3fcc31e0e
* corefile.c (core_create_function_syms): Don't refer directly to
_cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
23 years ago
Nick Clifton
093872ec2e
Add German translation
23 years ago
Nick Clifton
3673a93e66
Updated translations
23 years ago
Alan Modra
68cdbb4a03
* dep-in.sed: Remove libintl.h.
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
* Makefile.in: Regenerate.
23 years ago
Nick Clifton
834d807bb8
Updated French translations
23 years ago
H.J. Lu
29d001d614
2003-07-20 H.J. Lu <hongjiu.lu@intel.com>
* po/Make-in (.po.gmo): Do check if the .gmo file is writable
before generating it.
23 years ago
Nick Clifton
6c37ac4d15
Update translations
23 years ago
Alan Modra
fce0080055
Update pot files.
23 years ago
H.J. Lu
3b4433739c
bfd/
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.
23 years ago
Chris Demetriou
9844bab202
2003-03-31 Chris Demetriou <cgd@broadcom.com>
* 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.
24 years ago
Nick Clifton
887933998a
Check for a NULL sentinel value before using it.
24 years ago
Nick Clifton
7be364cc86
Add Brazillian Portugese translation.
24 years ago
Alan Modra
b34976b65a
s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
24 years ago
Nick Clifton
cd24c22246
Add new/updated Danish translations
24 years ago
Nick Clifton
38f175eafb
Turn off default excluded functions in FLAT profile.
24 years ago
Alan Modra
e4c79bb232
* gmon_io.c (gmon_io_read_64, gmon_io_write_64): Define only if
BFD_HOST_U_64_BIT is defined.
(gmon_io_read_vma, gmon_io_write_vma): Add ifdefs.
24 years ago
Nick Clifton
83e1617e06
Updated Translations
24 years ago
Nick Clifton
5ec4a8f313
Update copyright notice
24 years ago
Ulrich Drepper
0c24a63fe3
(Executing the Program): Add documentation on how to use bbconv.pl.
24 years ago
Nick Clifton
219576a4db
New translations
24 years ago
Dave Brolley
8e1a114b75
2002-07-24 Dave Brolley <brolley@redhat.com>
* corefile.c (core_create_function_syms): Use the end of the section
containing the symbol to compute max_vma.
24 years ago
Nick Clifton
ff3063f557
Update Spanish and Swedish translations
24 years ago
H.J. Lu
d11032092d
Fix a typo.
24 years ago
Nick Clifton
0461a601af
update translations.
24 years ago
Nick Clifton
d3427997ad
Do not attempt to create a .gmo file if the sources are read-only.
25 years ago
Alan Modra
8e42bcb6b9
* dep-in.sed: Cope with absolute paths.
* Makefile.am (dep.sed): Subst TOPDIR.
Run "make dep-am".
* Makefile.in: Regenerate.
25 years ago
Alan Modra
3099538b4d
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
25 years ago
Nick Clifton
a1c259a138
Updated French translations
25 years ago
Nick Clifton
9ce88e60f3
Updated French translations
25 years ago
Daniel Jacobowitz
913b4d4b74
2002-03-07 Daniel Jacobowitz <drow@mvista.com>
* gprof.texi: Wrap @menu in @ifnottex , not @ifinfo .
25 years ago
Frank Ch. Eigler
be5523fb1f
2002-02-19 Frank Ch. Eigler <fche@redhat.com>
* hist.c (hist_print): Rewrite log_scale calculation loop.
25 years ago
Alan Modra
6f53ec68d9
* Makefile.am: "make dep-am".
* Makefile.in: Regenerate.
25 years ago
Daniel Jacobowitz
82fe033f4c
2002-02-10 Daniel Jacobowitz <drow@mvista.com>
* 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.
25 years ago
Alan Modra
66477e8783
* configure.in (build_warnings): Add -Wstrict-prototypes
-Wmissing-prototypes.
* aclocal.m4: Regenerate.
* gconfig.in: Regenerate.
* configure: Regenerate.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
25 years ago
Alan Modra
1355568ab4
* alpha.c (alpha_find_call): Warning fixes.
* 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.
25 years ago
Alan Modra
ba323545dd
Run "make dep-am"
25 years ago
Alan Modra
bde52789b2
* basic_blocks.c: Replace bool with boolean, TRUE with true and
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.
25 years ago
Nick Clifton
e7e2dd9226
Deal with target architecture that have a pointer size that is different from
the host architectures pointer size.
25 years ago