aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
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.
2001-12-21Import Swedish translationNick Clifton1-0/+6
2001-12-04fix typoNick Clifton1-1/+1
2001-12-03Import new turkish translations from Translation Project's website.Nick Clifton1-0/+6
2001-11-02Add translationsNick Clifton1-0/+6
2001-10-03Regenerate configure to include the gettext.m4 change. UpdateAlan Modra1-0/+4
opcodes/po/POTFILES.in
2001-10-02 * Makefile.am (Makefile): Depend on bfd/configure.inAlan Modra1-0/+6
Run "make dep-am" * Makefile.in: Regenerate.
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-0/+6
2001-09-18 * sparc.c (sparc_find_call): Warning fix.Alan Modra1-0/+5
* alpha.c (alpha_find_call): Likewise.
2001-08-09 * alpha.c: Add missing prototypes.Alan Modra1-0/+9
* 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 Clifton1-0/+4
2001-06-19Remove auot generated man pagesNick Clifton1-0/+8
2001-06-12Bytes stored in target order, not host order.Nick Clifton1-0/+5
2001-05-16* gmon_io.c (gmon_io_read, gmon_io_write_vma,Alexandre Oliva1-0/+6
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 Modra1-0/+11
2001-03-14David Mosberger's fixes for cross compiling gprof.Alan Modra1-0/+63
2001-03-13Fix typos in ChangeLog; fix dates in copyright noticesNick Clifton1-5/+4
2001-02-27Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra1-0/+9
and run "make dep-am".
2001-01-27 * basic_blocks.c: #include <unistd.h> only if it exists.Michael Sokolov1-0/+4
2000-11-06Add GNU Free Documentation LicenseNick Clifton1-0/+4
2000-09-072000-09-07 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+5
* configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM. * configure: Rebuild.
2000-09-06* aclocal.m4, configure: Rebuilt with new libtool.m4.Alexandre Oliva1-0/+4
2000-09-02Increase minor version number (to 2.10.91) to help tools detect the newNick Clifton1-0/+7
ability to support removal of duplciate DWARF@ debug information.
2000-08-31* acinclude.m4: Include libtool and gettext macros from theAlexandre Oliva1-0/+6
top level. * aclocal.m4, configure: Rebuilt.
2000-07-26Adssign copyright to FSFNick Clifton1-0/+5
2000-07-24File not needed - it is provided at the top levelNick Clifton1-2/+0
2000-07-24Add GPL copyright notices to uncopyrighted files.Nick Clifton1-0/+26
Add copy of GPL.
2000-07-20Add optional style argument to --demangle switch.Nick Clifton1-0/+5
2000-07-05add MAINTAINERS filesDJ Delorie1-0/+4
2000-07-01Fix 2000-06-22. grep after running dep.sedAlan Modra1-0/+6
2000-06-22Ensure /usr/include and the like stay out of dependencies.Alan Modra1-0/+6
2000-06-20Correct pointer comparisons relying on NULL less than any other pointer.Alan Modra1-0/+5
Alexander Aganichev's fix for ieee.c
2000-06-132000-06-13 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+4
* configure: Regenerate.
2000-06-08* configure.in (VERSION): Update to show this is the CVS mainline.David O'Brien1-0/+4
Approved by: Nick Clifton <nickc@cygnus.com> Message-Id: <200005222205.PAA14565@elmo.cygnus.com>
2000-06-072000-06-07 Philippe De Muyter <phdm@macqel.be>Phil Blundell1-0/+4
* source.c: Remove direct inclusion of sys/stat.h.
2000-06-01undo repvious deltaNick Clifton1-0/+5
2000-05-28Use BFD's _. ie. dgettext ("gprof", ..) vs. gettext (..)Alan Modra1-0/+4
2000-05-26When calling getopt_long indicate that the 'd' switch takes an optionalNick Clifton1-0/+6
argument, whereas the 'D' switch takes no argument at all.