summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/sparc64.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Missing $OpenBSD$'s.krw2015-01-201-0/+1
| | | | ok deraadt@
* Split out symbol handling into a separate file.art2002-05-081-0/+7
Implement symbol handling for ELF (based on FreeBSD). Implement dummy support for alpha, hppa, powerpc and sparc64. Tested during the last 2 months on various archs (never comitted because other stuff got in the way). Some fixups to i386 support from mickey@ This lets us switch all elf archs to this gprof.