aboutsummaryrefslogtreecommitdiff
path: root/gprof
AgeCommit message (Collapse)AuthorFilesLines
2002-02-01Run "make dep-am"Alan Modra3-153/+158
2002-02-01 * basic_blocks.c: Replace bool with boolean, TRUE with true andAlan Modra19-109/+123
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 fromJason Thorpe1-3/+0
the host architectures pointer size. (Nick missed this file when he committed the patch.)
2002-01-31Deal with target architecture that have a pointer size that is different fromNick Clifton9-368/+488
the host architectures pointer size.
2002-01-31 * alpha.c (alpha_Instruction): Don't use.Alan Modra34-175/+204
(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 Jacobowitz2-147/+163
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 Henderson4-13/+19
* 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 Nilsson3-0/+13
* Makefile.in: Regenerate.
2002-01-26* mips.c: New file.Jason Thorpe5-5/+131
* 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 Clifton2-66/+93
2002-01-25Updated Spanish translationNick Clifton2-67/+94
2002-01-17Regenerate .pot and .po filesNick Clifton2-64/+90
2002-01-07Add spanish translation filesNick Clifton4-2/+474
2002-01-03Remove use of ngettext()Nick Clifton2-6/+14
2002-01-02Fix spelling typo.Nick Clifton3-8/+15
Reformat messages to ease translation into other languages.
2001-12-21Import Swedish translationNick Clifton4-2/+496
2001-12-04fix typoNick Clifton1-1/+1
2001-12-03Import new turkish translations from Translation Project's website.Nick Clifton4-2/+498
2001-11-28Add .cvsignore files to skip .gmo filesNick Clifton1-0/+1
2001-11-02Add translationsNick Clifton4-189/+661
2001-10-03Regenerate configure to include the gettext.m4 change. UpdateAlan Modra2-1/+5
opcodes/po/POTFILES.in
2001-10-02 * Makefile.am (Makefile): Depend on bfd/configure.inAlan Modra3-63/+92
Run "make dep-am" * Makefile.in: Regenerate.
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu3-4/+12
2001-09-18 * sparc.c (sparc_find_call): Warning fix.Alan Modra3-3/+8
* alpha.c (alpha_find_call): Likewise.
2001-08-09 * alpha.c: Add missing prototypes.Alan Modra6-1/+27
* sparc.c: Likewise. * tahoe.c: Likewise. * vax.c: Likewise. * i386.c: Likewise. (i386_iscall): Don't use DEFUN.
2001-07-19Change bug reporting email address.Nick Clifton2-3/+11
2001-06-19Remove auot generated man pagesNick Clifton4-610/+23
2001-06-13Rebuild after recent change to gprof.texiNick Clifton1-200/+74
2001-06-12Bytes stored in target order, not host order.Nick Clifton2-3/+8
2001-05-20* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,Alexandre Oliva1-184/+204
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number of subdir/configure scripts to use the new libtool.m4.
2001-05-16* gmon_io.c (gmon_io_read, gmon_io_write_vma,Alexandre Oliva2-5/+11
gmon_io_write_32, gmon_io_write_8, gmon_io_write): Adjust argument list for K&R C.
2001-04-06man page generation from gprof.texi by Stephane CarrezAlan Modra5-227/+846
2001-03-14David Mosberger's fixes for cross compiling gprof.Alan Modra34-544/+743
2001-03-13Fix typos in ChangeLog; fix dates in copyright noticesNick Clifton30-395/+453
2001-02-27Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra6-181/+197
and run "make dep-am".
2001-02-18Add PDP-11 supportNick Clifton1-12/+12
2001-01-27 * basic_blocks.c: #include <unistd.h> only if it exists.Michael Sokolov2-1/+7
2000-11-06Add GNU Free Documentation LicenseNick Clifton2-28/+384
2000-09-30* ltconfig, ltmain.sh, libtool.m4: Updated from libtoolAlexandre Oliva1-204/+194
multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts.
2000-09-072000-09-07 H.J. Lu <hjl@gnu.org>H.J. Lu3-398/+414
* configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM. * configure: Rebuild.
2000-09-06* aclocal.m4, configure: Rebuilt with new libtool.m4.Alexandre Oliva3-472/+134
2000-09-02Increase minor version number (to 2.10.91) to help tools detect the newNick Clifton6-10/+387
ability to support removal of duplciate DWARF@ debug information.
2000-09-02RegernateNick Clifton1-1/+1
2000-08-31* acinclude.m4: Include libtool and gettext macros from theAlexandre Oliva4-1021/+818
top level. * aclocal.m4, configure: Rebuilt.
2000-07-26Adssign copyright to FSFNick Clifton2-11/+31
2000-07-24File not needed - it is provided at the top levelNick Clifton2-342/+0
2000-07-24Add GPL copyright notices to uncopyrighted files.Nick Clifton24-1362/+1853
Add copy of GPL.
2000-07-20Add optional style argument to --demangle switch.Nick Clifton3-5/+28
2000-07-05add MAINTAINERS filesDJ Delorie2-0/+5
2000-07-01Fix 2000-06-22. grep after running dep.sedAlan Modra3-8/+16