aboutsummaryrefslogtreecommitdiff
path: root/gprof
AgeCommit message (Collapse)AuthorFilesLines
1994-11-07keep ns32k stuffKen Raeburn2-0/+3
1994-11-04* printgprof.c (flatprofheader): Always set totime to 1.0 if not greater thanKen Raeburn2-10/+14
0.0. Suggested by Harold Assink <carlo@sg.tn.tudelft.nl>.
1994-09-23cfree -> freeKen Raeburn2-3/+8
1994-09-01 * gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): MakeJeff Law2-6/+11
decls extern to keep native HP compiler quiet.
1994-08-30 * gprof.c (funcsymbol): Ignore ___gnu_compiled as well asIan Lance Taylor2-1/+8
__gnu_compiled, for the benefit of systems which add a leading underscore.
1994-08-24 * configure.in: Change i386-*-* to i[345]86-*-*.Ian Lance Taylor2-1/+5
1994-07-13ns532 support from Ian DallKen Raeburn6-1/+79
1994-06-23 * Makefile.in (gprof): Depend on $(LIBS).Jeff Law2-1/+5
1994-06-22keep configure.batKen Raeburn1-0/+1
1994-05-27changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs)Ken Raeburn5-2/+51
1994-05-17 * Makefile.in (.m.c:): Added .SUFFIXES : .mBill Cox2-0/+7
so flat_bl.c would make from flat_bl.m file.
1994-05-05gprof.h, Makefile.in changesKen Raeburn1-0/+7
1994-05-05(TRUE, FALSE): Always use undef before defining them.Ken Raeburn1-0/+5
1994-05-05(install-info): Check for gprof.info in build dir, fall back to srcdir. DependKen Raeburn1-3/+8
on it.
1994-04-05 * Makefile.in (MY_MACHINE): Renamed from MACHINE to avoid losingJeff Law7-9/+15
makes (osf1) in which the value of MACHINE can not be changed. * config/*.mt: Changed appropriately.
1994-03-30 * gprof.c (getsymtab): Change nosyms to long. RenameIan Lance Taylor2-4/+23
get_symtab_upper_bound to bfd_get_symtab_upper_bound. Check for errors from bfd_get_symtab_upper_bound and bfd_canonicalize_symtab.
1994-03-22 * gprof.c (funcsymbol): Use bfd_get_symbol_info instead ofJeff Law2-2/+10
bfd_decode_symclass.
1994-03-20 * Makefile.in: Avoid bug in hpux sed.Jeff Law2-1/+5
1994-03-17More widely useful INFO-DIR fragment.Roland Pesch1-1/+1
1993-12-16update rev to 5.6(Cygnus)David D. Zuhn1-1/+1
1993-12-16remove gratitious sDavid D. Zuhn1-1/+1
1993-12-16document -v flagDavid D. Zuhn3-0/+13
1993-12-16add -v flag to gprof (print version number)David D. Zuhn2-0/+11
1993-11-03 gprof.texi: minor fix.Jeffrey Osier1-0/+2
1993-08-13Use BFD to determine what a symbol prefix is, be better about determiningSean Eric Fagan1-7/+39
which symbols to study, and divide by the correct amount.
1993-07-06 * Makefile.in: Install correctly.Steve Chamberlain2-4/+16
1993-06-24 * gprof.c (main): Get whoami from argv, instead of hardcoding.David MacKenzie2-6/+11
Use it in usage message. Split usage message to fit in 80 cols.
1993-06-21Look in ../bfd, not ../include, for bfd.h.Ken Raeburn2-1/+5
1993-06-16 * gmon.h, gprof.h: structs of chars used to hold externalSteve Chamberlain4-33/+61
representations. * gprof.c (getpfile, openpfile, readsamples): Swap data in using new structures.
1993-06-16(use full hostname in log entry)Ken Raeburn1-1/+1
1993-06-16look in ../include instead of ../bfd for bfd.hKen Raeburn2-1/+5
1993-06-16remove accidental INSTALL changeDavid D. Zuhn1-1/+1
1993-06-16remove parentdir supportDavid D. Zuhn2-14/+9
1993-06-07 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.Per Bothner3-7/+6
* configure.in: No longer need to configure to get sysdep.h.
1993-05-27added things-to-lose sectionsK. Richard Pixley2-0/+6
1993-05-20install shouldn't depend on install-infoDavid D. Zuhn2-1/+5
1993-04-26 * gprof.h: Undefine hz.Ian Lance Taylor2-1/+4
1993-04-26 * gprof.h: Include ansidecl.h before sysdep.h.Ian Lance Taylor2-0/+5
1993-04-14gprof(1) can have more than one profile data file, so have the usageSean Eric Fagan1-1/+1
message reflect that.
1993-04-13 * M Makefile.in: Add -g to CFLAGS.Per Bothner5-14/+24
Ads LDFLAGS and use in place of CFLAGS where appropriate. * configure.in: Make a sysdep.hlink in the same way other bfd-based directories do. * gprof.h (UNIT): Replace non-standard 'u_short' by 'unsigned short'. * gprof.h: #include sysdep.h instead of a bunch of stuff. * gprof.c (main): Fix typo gproff->gprof.
1993-03-26add INFO-DIR-ENTRYDavid D. Zuhn2-0/+15
1993-03-23add installcheckDavid D. Zuhn2-1/+6
1993-03-22fix whitespaceDavid D. Zuhn1-1/+1
1993-02-28 * gprof.c (funcsymbol): Invert test for aflag.Per Bothner2-1/+5
1993-02-26 * printgprof (xmalloc, xrealloc): Cast results of mallocPer Bothner2-2/+7
and realloc to PTR.
1993-02-13gprof, not gprog. typoDavid D. Zuhn1-1/+1
1993-02-13keep gprof.texi, remove RCS cruftDavid D. Zuhn1-1/+1
1993-02-03added rules for info, install-info, and dvi; rule for clean is correct, tooJeffrey Osier2-5/+36
1993-01-29freshly updated -- gprof.texi is an edit of the old `gprof.texinfo' byJeffrey Osier2-4/+1042
Richard Stallman and Jay Fenalson. Probably 90% of the text is theirs.
1993-01-24Add a usage statement if an unrecognized option is given.Sean Eric Fagan1-0/+7