freebsd-skq/gnu/usr.bin/cc
bde 5220512ff6 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).
1995-03-12 11:45:12 +00:00
..
c++ Integrated GCC-2.6.1 -> GCC-2.6.2 changes. 1994-11-15 04:52:19 +00:00
cc "Various very violent dissections 1995-03-05 20:34:41 +00:00
cc1 Integrated GCC-2.6.1 -> GCC-2.6.2 changes. 1994-11-15 04:52:19 +00:00
cc1plus Updated the sources to gcc 2.6.3 with FreeBSD changes already applied. 1995-03-11 03:51:44 +00:00
cc_int Updated the sources to gcc 2.6.3 with FreeBSD changes already applied. 1995-03-11 03:51:44 +00:00
cccp Integrated GCC-2.6.1 -> GCC-2.6.2 changes. 1994-11-15 04:52:19 +00:00
cpp Updated the sources to gcc 2.6.3 with FreeBSD changes already applied. 1995-03-11 03:51:44 +00:00
doc Updated the sources to gcc 2.6.3 with FreeBSD changes already applied. 1995-03-11 03:51:44 +00:00
f77 Added f77 program. This is a modified version of the c++ program. 1994-10-25 14:36:50 +00:00
include Undo most of the changes in the gcc-2.6.3 "upgrade" 1995-03-12 11:45:12 +00:00
legal Updated the sources to gcc 2.6.3 with FreeBSD changes already applied. 1995-03-11 03:51:44 +00:00
libgcc Remove a bunch of funtions that are in libc already. 1995-03-12 09:37:26 +00:00
Makefile Add doc subdir 1995-01-22 21:56:38 +00:00
Makefile.inc Updated the sources to gcc 2.6.3 with FreeBSD changes already applied. 1995-03-11 03:51:44 +00:00
README ---------------------------------- 1994-11-03 06:52:42 +00:00

$Id$

This directory contains gcc in a form that uses "bmake" makefiles.
This is not the place you want to start, if you want to hack gcc.
we have included everything here which is part of the source-code
of gcc, but still, don't use this as a hacking-base.

If you suspect a problem with gcc, or just want to hack it in general,
get a complete gcc-X.Y.Z.tar.gz from somewhere, and use that.

Please look in the directory src/gnu/gnu2bmake to find the tools
to generate these files.

Thankyou.