Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-08-27 | correct use of bfd symbols | Mark Eichin | 1 | -4/+0 | |
1992-08-19 | Brought forward from p3: | Ian Lance Taylor | 2 | -0/+10 | |
Wed Aug 19 14:36:39 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories. | |||||
1992-08-12 | per explanation from zoo, back out DESTDIR change. | Mark Eichin | 2 | -3/+2 | |
1992-08-12 | * Makefile.in: change ${MACHINE} to $(MACHINE), add $(DESTDIR) to | Mark Eichin | 2 | -2/+7 | |
bin install rule. | |||||
1992-07-20 | don't install gprof.{callg,flat}, install the man page, get the new | David D. Zuhn | 3 | -140/+122 | |
man page from progressive (the one that uses -man macros) | |||||
1992-07-14 | ... and make it return the *right* value when it goes out of bounds. | Mark Eichin | 1 | -1/+1 | |
1992-07-14 | leave fencepost condition *completely* open-ended. Closes 1286. | Mark Eichin | 1 | -1/+1 | |
1992-07-13 | Lint | John Gilmore | 1 | -1/+1 | |
1992-07-13 | * config/mt-{tahoe,vax}: Add, to match existing support files. | John Gilmore | 3 | -0/+33 | |
* config/tmake-*: Remove leftover crud. | |||||
1992-07-13 | * configure.in: Remove host section, expand target section. | John Gilmore | 3 | -14/+13 | |
1992-07-13 | Oops | John Gilmore | 1 | -0/+20 | |
1992-07-13 | * blurbs.c: New file, created from gprof.flat and gprof.callg by | John Gilmore | 5 | -38/+222 | |
* make-c-prog.awk: which processes text files into C programs. * printgprof.c (flatprofheader, gprofheader): Call new functions to print blurbs. (printblurb): Remove. * Makefile.in: Infrastructure to build blurbs. * pathnames.h: has been removed. Gprof now has no filename dependencies in it. * gprof.c: Lint. Sat Jul 11 18:07:21 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * Makefile.in: define man1dir and install the man page Fri Jul 10 21:14:08 1992 david d `zoo' zuhn (zoo@cygnus.com) * Makefile.in: added dummy info and install-info targets | |||||
1992-07-01 | restore some old code to punt symbols which are BSF_LOCAL (needed for Solaris, | Mark Eichin | 1 | -2/+0 | |
should be correct for anything else.) | |||||
1992-06-04 | change pathnames from /usr/share/misc to /usr/local/lib. They should *really* | Mark Eichin | 1 | -2/+2 | |
get built by configure, someday. | |||||
1992-06-04 | add real install, and some more normal paths. | Mark Eichin | 1 | -4/+18 | |
1992-06-04 | Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com) | Mark Eichin | 3 | -0/+55 | |
* lookup.c: fixed fencepost in nllookup and added dbg_nllookup for help in debugging the problem (with -DDEBUG) * gprof.c: symbol values are now real values, don't add the vma anymore. (done for solaris; should verify this on other platforms) * ChangeLog: created. | |||||
1992-06-04 | added srcdir=. so that configure puts in a value | Mark Eichin | 1 | -2/+13 | |
added explicit foo.o:foo.c lines since Solaris has the same VPATH bug that SunOs 4.1.1 does... | |||||
1992-06-02 | Makefile.in: .c.o rule needed, default one (under solaris) ignores CFLAGS | Mark Eichin | 4 | -9/+31 | |
Makefile: it shouldn't be under cvs; given that it is, fix it too arcs.c: fprintf used where printf should have been. lookup.c: misdeclared calloc; use a cast instead. | |||||
1992-04-07 | Added the file. | Sean Eric Fagan | 1 | -0/+56 | |
1992-03-27 | More cleanups for gprof, especially with the '386 target. | Sean Eric Fagan | 2 | -4/+10 | |
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 | |