Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-03-08 | This is the third and final batch of makefile changes this round. | K. Richard Pixley | 1 | -0/+3 | |
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-06 | Routines for currently-unsupported architectures. findcall() just returns | Sean Eric Fagan | 2 | -0/+61 | |
in dummy.c, and dummy.h mostly contains copyright. (These were originally the hp300 files from the UCBerkeley net2 tape.) | |||||
1992-03-06 | For currently-unsupported machines. Causes a null-routine to be called | Sean Eric Fagan | 1 | -0/+1 | |
for some of the subroutine tracing stuff. | |||||
1992-03-06 | Fixed a typo in an if statement -- gcc caught it ('=' vs. '=='). | Sean Eric Fagan | 1 | -3/+2 | |
1992-03-06 | Fixed bugs (both typos and algorithmic) bugs. It now matches native gprof's | Sean Eric Fagan | 2 | -33/+31 | |
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 | Fixed some serious bugs in the configuration of gprof. It now works with | Sean Eric Fagan | 2 | -7/+10 | |
the latest bfd and company. | |||||
1992-02-11 | Updating gprof for latest bfd stuff, and making configure work. | Sean Eric Fagan | 2 | -3/+21 | |
1991-11-08 | Initial revision | Sean Eric Fagan | 2 | -0/+2 | |
1991-10-02 | no more configure on which to depend | K. Richard Pixley | 1 | -1/+1 | |
1991-07-24 | Initial revision | Sean Eric Fagan | 1 | -0/+1 | |
1991-07-23 | Initial revision | Sean Eric Fagan | 1 | -0/+1 | |
1991-07-23 | Initial revision | Sean Eric Fagan | 3 | -0/+717 | |
1991-07-22 | Put in a check to make sure symbols have names; if there is no name, then | Sean Eric Fagan | 1 | -0/+3 | |
the symbol is not a function (I assume). | |||||
1991-07-22 | Made gprof use bfd instead. This is the first step in allowing cross-hosted | Sean Eric Fagan | 2 | -113/+125 | |
gprof use. | |||||
1991-07-22 | Added bfd support to the makefile. | Sean Eric Fagan | 1 | -1/+3 | |
1991-07-22 | Fixed a typo (no '/' before a '*' in a comment) | Sean Eric Fagan | 1 | -1/+1 | |
1991-07-19 | Fixed a stupid error (used '+=' instead of '='). | Sean Eric Fagan | 1 | -2/+2 | |
1991-07-19 | Initial revision | Sean Eric Fagan | 2 | -0/+173 | |
1991-07-18 | Initial revision | Sean Eric Fagan | 21 | -0/+4261 | |