BSD gprof/4: Remove old gprof versions from code base
authorJohn Marino <draco@marino.st>
Thu, 21 Jul 2011 19:07:03 +0000 (21:07 +0200)
committerJohn Marino <draco@marino.st>
Thu, 21 Jul 2011 20:13:52 +0000 (22:13 +0200)
commit19cfb338f0a53355d59ac7b749135a17250c81b8
treefc426ed5505ed23cd589710315902c7dd8ce09ec
parent9e66a35c12d8f1f909e202a12ae43ac61ec4a8a0
BSD gprof/4: Remove old gprof versions from code base

Gprof4 was inherited from FreeBSD, but removed from there in March 2002.
It was supposed to handle 8-byte counters which the standard gprof didn't
do at the time, but was later upgraded.  Gprof4 probably should not have
made it to DragonFly 1.0.  :)

BSD gprof has been replaced by GNU gprof, so let's retire it formally.
35 files changed:
Makefile_upgrade.inc
usr.bin/gprof/Makefile [deleted file]
usr.bin/gprof/PSD.doc/abstract.me [deleted file]
usr.bin/gprof/PSD.doc/gathering.me [deleted file]
usr.bin/gprof/PSD.doc/header.me [deleted file]
usr.bin/gprof/PSD.doc/intro.me [deleted file]
usr.bin/gprof/PSD.doc/postp.me [deleted file]
usr.bin/gprof/PSD.doc/postp1.pic [deleted file]
usr.bin/gprof/PSD.doc/postp2.pic [deleted file]
usr.bin/gprof/PSD.doc/postp3.pic [deleted file]
usr.bin/gprof/PSD.doc/pres1.pic [deleted file]
usr.bin/gprof/PSD.doc/pres2.pic [deleted file]
usr.bin/gprof/PSD.doc/present.me [deleted file]
usr.bin/gprof/PSD.doc/profiling.me [deleted file]
usr.bin/gprof/PSD.doc/refs.me [deleted file]
usr.bin/gprof/aout.c [deleted file]
usr.bin/gprof/arcs.c [deleted file]
usr.bin/gprof/dfn.c [deleted file]
usr.bin/gprof/elf.c [deleted file]
usr.bin/gprof/gprof.1 [deleted file]
usr.bin/gprof/gprof.c [deleted file]
usr.bin/gprof/gprof.callg [deleted file]
usr.bin/gprof/gprof.flat [deleted file]
usr.bin/gprof/gprof.h [deleted file]
usr.bin/gprof/hertz.c [deleted file]
usr.bin/gprof/i386.c [deleted file]
usr.bin/gprof/i386.h [deleted file]
usr.bin/gprof/lookup.c [deleted file]
usr.bin/gprof/pathnames.h [deleted file]
usr.bin/gprof/printgprof.c [deleted file]
usr.bin/gprof/printlist.c [deleted file]
usr.bin/gprof/sparc.c [deleted file]
usr.bin/gprof/sparc.h [deleted file]
usr.bin/gprof/x86_64.h [deleted file]
usr.bin/gprof4/Makefile [deleted file]