]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
gprof: Enable riscv
authorkp <kp@FreeBSD.org>
Mon, 13 Jan 2020 16:52:26 +0000 (16:52 +0000)
committerkp <kp@FreeBSD.org>
Mon, 13 Jan 2020 16:52:26 +0000 (16:52 +0000)
commit7e36f4d0cb2e10fdbfd475a55cac255d6c24706a
tree66d7355f38be91b3d31b0574160efef42fdc0837
parente29065f82988a337ad15dfbb499209077d58e292
gprof: Enable riscv

Add a missing riscv.h header file, and fix the check for riscv (must test
MACHINE_CPUARCH, not MACHINE_ARCH, if we want to use 'riscv').

Sponsored by: Axiado
usr.bin/Makefile
usr.bin/gprof/Makefile
usr.bin/gprof/gprof.h
usr.bin/gprof/riscv.h [new file with mode: 0644]