git: BSD gprof/4: Remove old gprof versions from code base

John Marino marino at crater.dragonflybsd.org
Thu Jul 21 13:17:07 PDT 2011


commit 19cfb338f0a53355d59ac7b749135a17250c81b8
Author: John Marino <draco at marino.st>
Date:   Thu Jul 21 21:07:03 2011 +0200

    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.

Summary of changes:
 Makefile_upgrade.inc               |    1 +
 usr.bin/gprof/Makefile             |   13 -
 usr.bin/gprof/PSD.doc/abstract.me  |   66 ---
 usr.bin/gprof/PSD.doc/gathering.me |  231 ---------
 usr.bin/gprof/PSD.doc/header.me    |   38 --
 usr.bin/gprof/PSD.doc/intro.me     |   81 ---
 usr.bin/gprof/PSD.doc/postp.me     |  190 --------
 usr.bin/gprof/PSD.doc/postp1.pic   |   54 --
 usr.bin/gprof/PSD.doc/postp2.pic   |   56 ---
 usr.bin/gprof/PSD.doc/postp3.pic   |   51 --
 usr.bin/gprof/PSD.doc/pres1.pic    |   56 ---
 usr.bin/gprof/PSD.doc/pres2.pic    |   52 --
 usr.bin/gprof/PSD.doc/present.me   |  306 ------------
 usr.bin/gprof/PSD.doc/profiling.me |  115 -----
 usr.bin/gprof/PSD.doc/refs.me      |   63 ---
 usr.bin/gprof/aout.c               |  202 --------
 usr.bin/gprof/arcs.c               |  941 ------------------------------------
 usr.bin/gprof/dfn.c                |  318 ------------
 usr.bin/gprof/elf.c                |  110 -----
 usr.bin/gprof/gprof.1              |  314 ------------
 usr.bin/gprof/gprof.c              |  569 ----------------------
 usr.bin/gprof/gprof.callg          |  108 ----
 usr.bin/gprof/gprof.flat           |   32 --
 usr.bin/gprof/gprof.h              |  348 -------------
 usr.bin/gprof/hertz.c              |   59 ---
 usr.bin/gprof/i386.c               |   11 -
 usr.bin/gprof/i386.h               |   44 --
 usr.bin/gprof/lookup.c             |  112 -----
 usr.bin/gprof/pathnames.h          |   38 --
 usr.bin/gprof/printgprof.c         |  716 ---------------------------
 usr.bin/gprof/printlist.c          |   88 ----
 usr.bin/gprof/sparc.c              |  107 ----
 usr.bin/gprof/sparc.h              |   48 --
 usr.bin/gprof/x86_64.h             |   44 --
 usr.bin/gprof4/Makefile            |   16 -
 35 files changed, 1 insertions(+), 5597 deletions(-)
 delete mode 100644 usr.bin/gprof/Makefile
 delete mode 100644 usr.bin/gprof/PSD.doc/abstract.me
 delete mode 100644 usr.bin/gprof/PSD.doc/gathering.me
 delete mode 100644 usr.bin/gprof/PSD.doc/header.me
 delete mode 100644 usr.bin/gprof/PSD.doc/intro.me
 delete mode 100644 usr.bin/gprof/PSD.doc/postp.me
 delete mode 100644 usr.bin/gprof/PSD.doc/postp1.pic
 delete mode 100644 usr.bin/gprof/PSD.doc/postp2.pic
 delete mode 100644 usr.bin/gprof/PSD.doc/postp3.pic
 delete mode 100644 usr.bin/gprof/PSD.doc/pres1.pic
 delete mode 100644 usr.bin/gprof/PSD.doc/pres2.pic
 delete mode 100644 usr.bin/gprof/PSD.doc/present.me
 delete mode 100644 usr.bin/gprof/PSD.doc/profiling.me
 delete mode 100644 usr.bin/gprof/PSD.doc/refs.me
 delete mode 100644 usr.bin/gprof/aout.c
 delete mode 100644 usr.bin/gprof/arcs.c
 delete mode 100644 usr.bin/gprof/dfn.c
 delete mode 100644 usr.bin/gprof/elf.c
 delete mode 100644 usr.bin/gprof/gprof.1
 delete mode 100644 usr.bin/gprof/gprof.c
 delete mode 100644 usr.bin/gprof/gprof.callg
 delete mode 100644 usr.bin/gprof/gprof.flat
 delete mode 100644 usr.bin/gprof/gprof.h
 delete mode 100644 usr.bin/gprof/hertz.c
 delete mode 100644 usr.bin/gprof/i386.c
 delete mode 100644 usr.bin/gprof/i386.h
 delete mode 100644 usr.bin/gprof/lookup.c
 delete mode 100644 usr.bin/gprof/pathnames.h
 delete mode 100644 usr.bin/gprof/printgprof.c
 delete mode 100644 usr.bin/gprof/printlist.c
 delete mode 100644 usr.bin/gprof/sparc.c
 delete mode 100644 usr.bin/gprof/sparc.h
 delete mode 100644 usr.bin/gprof/x86_64.h
 delete mode 100644 usr.bin/gprof4/Makefile

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/19cfb338f0a53355d59ac7b749135a17250c81b8


-- 
DragonFly BSD source repository





More information about the Commits mailing list