Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 1995 03:45:13 -0800
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-gnu
Subject:   cvs commit: src/gnu/usr.bin/cc/include tm.h
Message-ID:  <199503121145.DAA14017@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
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).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503121145.DAA14017>