From owner-cvs-sys Sun Jun 29 09:43:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA07690 for cvs-sys-outgoing; Sun, 29 Jun 1997 09:43:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA07630; Sun, 29 Jun 1997 09:40:52 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA02982; Sun, 29 Jun 1997 09:39:12 -0700 (PDT) Date: Sun, 29 Jun 1997 09:39:12 -0700 (PDT) Message-Id: <199706291639.JAA02982@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 files.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/06/29 09:39:12 PDT Modified files: sys/i386/conf Makefile.i386 files.i386 Log: Fixed the fix for not using -fomit-frame-pointer with -pg. The previous fix stopped it being used in all cases, because substitution on unset variables does not work. When profiling, put -malign-functions=4 in CFLAGS instead of in PROF. This fixes the histogram counts for profiling support functions. It gives bogus but harmless extra alignment for genassym etc. Revision Changes Path 1.100 +3 -2 src/sys/i386/conf/Makefile.i386 1.166 +2 -2 src/sys/i386/conf/files.i386