From owner-cvs-gnu Sun Mar 12 03:45:16 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA14029 for cvs-gnu-outgoing; Sun, 12 Mar 1995 03:45:16 -0800 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA14017; Sun, 12 Mar 1995 03:45:13 -0800 Date: Sun, 12 Mar 1995 03:45:13 -0800 From: Bruce Evans Message-Id: <199503121145.DAA14017@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cc/include tm.h Sender: cvs-gnu-owner@freebsd.org Precedence: bulk bde 95/03/12 03:45:13 Modified: gnu/usr.bin/cc/include tm.h Log: Undo most of the changes in the gcc-2.6.3 "upgrade" - Don't define NO_IMPLICIT_EXTERN_C here. It is already the default (defined in i386/bsd.h). - Don't lose the fixed comment about FUNCTION_PROFILER. - Don't lose the define of NO_PROFILE_DATA. Replace the unused define of COMMENT_BEGIN by the less-unused define of ASM_COMMENT_START. COMMENT_BEGIN was only defined in i386-specific files and was not used in any part of gcc-2.6.3. ASM_COMMENT_START is defined for several targets and is used for stuff that we don't support (dwarf).