aboutsummaryrefslogtreecommitdiff
path: root/gprof/gprof.c
AgeCommit message (Expand)AuthorFilesLines
1995-03-14* __bb_exit_func.c: New file, from David Mosberger-Tang.Ken Raeburn1-41/+41
1995-02-08ran "indent -gnu"; have not fixed block comment styleKen Raeburn1-343/+455
1995-02-07Lots of changes from David Mosberger-Tang; see ChangeLog and NOTES for details:Ken Raeburn1-723/+407
1994-08-30 * gprof.c (funcsymbol): Ignore ___gnu_compiled as well asIan Lance Taylor1-1/+2
1994-07-13ns532 support from Ian DallKen Raeburn1-1/+1
1994-05-27changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs)Ken Raeburn1-2/+10
1994-03-30 * gprof.c (getsymtab): Change nosyms to long. RenameIan Lance Taylor1-4/+16
1994-03-22 * gprof.c (funcsymbol): Use bfd_get_symbol_info instead ofJeff Law1-1/+4
1993-12-16update rev to 5.6(Cygnus)David D. Zuhn1-1/+1
1993-12-16add -v flag to gprof (print version number)David D. Zuhn1-0/+6
1993-08-13Use BFD to determine what a symbol prefix is, be better about determiningSean Eric Fagan1-7/+39
1993-06-24 * gprof.c (main): Get whoami from argv, instead of hardcoding.David MacKenzie1-6/+6
1993-06-16 * gmon.h, gprof.h: structs of chars used to hold externalSteve Chamberlain1-31/+39
1993-04-14gprof(1) can have more than one profile data file, so have the usageSean Eric Fagan1-1/+1
1993-04-13 * M Makefile.in: Add -g to CFLAGS.Per Bothner1-1/+1
1993-02-28 * gprof.c (funcsymbol): Invert test for aflag.Per Bothner1-1/+1
1993-01-24Add a usage statement if an unrecognized option is given.Sean Eric Fagan1-0/+7
1992-08-31 * gprof.h, gprof.c, printfgprof.c: Add support for twoPer Bothner1-9/+23
1992-08-27correct use of bfd symbolsMark Eichin1-4/+0
1992-07-13LintJohn Gilmore1-1/+1
1992-07-13 * blurbs.c: New file, created from gprof.flat and gprof.callg byJohn Gilmore1-7/+7
1992-07-01restore some old code to punt symbols which are BSF_LOCAL (needed for Solaris,Mark Eichin1-2/+0
1992-06-04Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com)Mark Eichin1-0/+4
1992-03-27More cleanups for gprof, especially with the '386 target.Sean Eric Fagan1-3/+3
1992-03-06Fixed bugs (both typos and algorithmic) bugs. It now matches native gprof'sSean Eric Fagan1-33/+29
1992-02-11Updating gprof for latest bfd stuff, and making configure work.Sean Eric Fagan1-3/+3
1991-07-22Put in a check to make sure symbols have names; if there is no name, thenSean Eric Fagan1-0/+3
1991-07-22Made gprof use bfd instead. This is the first step in allowing cross-hostedSean Eric Fagan1-110/+122
1991-07-18Initial revisionSean Eric Fagan1-0/+691