From owner-freebsd-commit Mon Dec 25 17:34:56 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA11071 for freebsd-commit-outgoing; Mon, 25 Dec 1995 17:34:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA11059 for cvs-all-outgoing; Mon, 25 Dec 1995 17:34:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA11049 for cvs-gnu-outgoing; Mon, 25 Dec 1995 17:34:46 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA11040 Mon, 25 Dec 1995 17:34:43 -0800 (PST) Date: Mon, 25 Dec 1995 17:34:43 -0800 (PST) From: Bruce Evans Message-Id: <199512260134.RAA11040@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cc/include tm.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/12/25 17:34:42 Modified: gnu/usr.bin/cc/cc cc.1 gnu/usr.bin/cc/doc invoke.texi gnu/usr.bin/cc/include tm.h Log: Enabled my FUNCTION_PROFILER_EPILOGUE code and added option -mprofiler-epilogue to support it and documented the option. cc.1: Listed all the machine-dependent options, even the temporary debugging ones. invoke.texi: Fixed the sense of -mno-ieee-fp. Sorted the machine-dependent options. Revision Changes Path 1.3 +17 -1 src/gnu/usr.bin/cc/cc/cc.1 1.2 +12 -5 src/gnu/usr.bin/cc/doc/invoke.texi 1.13 +16 -6 src/gnu/usr.bin/cc/include/tm.h