From owner-cvs-sys Thu Feb 13 00:31:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA26501 for cvs-sys-outgoing; Thu, 13 Feb 1997 00:31:56 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA26494; Thu, 13 Feb 1997 00:31:55 -0800 (PST) Date: Thu, 13 Feb 1997 00:31:55 -0800 (PST) From: Bruce Evans Message-Id: <199702130831.AAA26494@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include asmacros.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/13 00:31:54 Modified: sys/i386/include asmacros.h Log: Align text to 16-byte boundaries if profiling is enabled. This will allow a fourfold reduction in the size of the profiling buffers. This goes with rev.1.91 of Makefile.i386 which does the same thing for C functions. Revision Changes Path 1.11 +4 -0 src/sys/i386/include/asmacros.h