Commit Graph

21 Commits

Author SHA1 Message Date
Sean Eric Fagan 92f73b4228 Added the file. 1992-04-07 10:04:26 +00:00
Sean Eric Fagan 46f88c1138 More cleanups for gprof, especially with the '386 target. 1992-03-27 22:11:14 +00:00
K. Richard Pixley a215e6f930 This is the third and final batch of makefile changes this round.
These are Makefiles that do not participate in progressive yet have
still been brought current.


* added exec_prefix
* default bindir now exec_prefix/bin
* default libdir now exec_prefix/lib
* default mandir now prefix/man
* default infodir now prefix/info
* added oldincludedir, default NULL
* remove all traces of the old -subdirs and -namesubdir support,
  including code, for loops, and all subdir/unsubdir stuff.
* remove old style staging targets {de-}stage[1234], comparison,
  bootstrapN, from all but the bootstrappable tools.
* added check targets.
* removed any "Last Mod" lines.
* forced copyrights to '92 and shifted some from Cygnus to FSF.
* added tooldir and program_prefix where needed.
* updated texinfo and man pages, removed all references to multiple
  hosts or targets.
1992-03-08 09:11:19 +00:00
Sean Eric Fagan 921bc43581 Routines for currently-unsupported architectures. findcall() just returns
in dummy.c, and dummy.h mostly contains copyright.  (These were originally
the hp300 files from the UCBerkeley net2 tape.)
1992-03-06 12:01:13 +00:00
Sean Eric Fagan 09ff0e74d9 For currently-unsupported machines. Causes a null-routine to be called
for some of the subroutine tracing stuff.
1992-03-06 11:59:10 +00:00
Sean Eric Fagan 2c89ba265c Fixed a typo in an if statement -- gcc caught it ('=' vs. '=='). 1992-03-06 11:57:22 +00:00
Sean Eric Fagan 77c9b2c3e2 Fixed bugs (both typos and algorithmic) bugs. It now matches native gprof's
on both the sparc (SunOS) and Mach386 systems, more or less.  (The differences
are at least partially due to what I think might be bugs in the native
gprof.)
1992-03-06 11:56:31 +00:00
Sean Eric Fagan 89a471fe57 Fixed some serious bugs in the configuration of gprof. It now works with
the latest bfd and company.
1992-03-06 11:54:37 +00:00
Sean Eric Fagan a11d7ba33e Updating gprof for latest bfd stuff, and making configure work. 1992-02-11 23:15:03 +00:00
Sean Eric Fagan 5b15f3ad7a Initial revision 1991-11-08 01:17:18 +00:00
K. Richard Pixley f1eb48b62e no more configure on which to depend 1991-10-02 07:24:45 +00:00
Sean Eric Fagan d5db699e71 Initial revision 1991-07-24 19:40:36 +00:00
Sean Eric Fagan 797ecb38c2 Initial revision 1991-07-23 22:14:05 +00:00
Sean Eric Fagan c98f0ae5a8 Initial revision 1991-07-23 19:09:22 +00:00
Sean Eric Fagan 5f630bb0e2 Put in a check to make sure symbols have names; if there is no name, then
the symbol is not a function (I assume).
1991-07-22 20:35:30 +00:00
Sean Eric Fagan 811e3c6a86 Made gprof use bfd instead. This is the first step in allowing cross-hosted
gprof use.
1991-07-22 19:33:46 +00:00
Sean Eric Fagan 39ada6fced Added bfd support to the makefile. 1991-07-22 19:15:06 +00:00
Sean Eric Fagan 2aed990cf0 Fixed a typo (no '/' before a '*' in a comment) 1991-07-22 18:21:14 +00:00
Sean Eric Fagan dfedb39a5c Fixed a stupid error (used '+=' instead of '='). 1991-07-19 22:01:37 +00:00
Sean Eric Fagan cc5697d7a4 Initial revision 1991-07-19 22:00:45 +00:00
Sean Eric Fagan 3d6c650189 Initial revision 1991-07-18 20:19:17 +00:00