freebsd-nq/gnu/usr.bin/cc
Poul-Henning Kamp 93ccf2fa5e Since we are in the gcc bashing mood anyway: Add two changes for
basic-block profiling:
1. use a .stabs(25) symbol to link all the data structures together with.
The regular method isn't safe for the kernel.
2. add a BB before the prologue and add a BB after the epilogue,  this
alows us to find the length of any counted BB.  This is a cheap and somewhat
reasonable measure of actual cost.
1995-03-10 08:24:09 +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 ---------------------------------- 1994-11-03 06:52:42 +00:00
cc_int Since we are in the gcc bashing mood anyway: Add two changes for 1995-03-10 08:24:09 +00:00
cccp Integrated GCC-2.6.1 -> GCC-2.6.2 changes. 1994-11-15 04:52:19 +00:00
cpp "Various very violent dissections 1995-03-05 20:34:41 +00:00
doc Add missing infopages 1995-01-22 21:54:49 +00:00
f77 Added f77 program. This is a modified version of the c++ program. 1994-10-25 14:36:50 +00:00
include Added NO_IMPLICIT_C as our header files in standard locations are either 1994-11-16 14:02:42 +00:00
legal ---------------------------------- 1994-11-03 06:52:42 +00:00
libgcc We can't bail out on generating the pic archive yet. 1995-03-06 12:17:49 +00:00
Makefile Add doc subdir 1995-01-22 21:56:38 +00:00
Makefile.inc "Various very violent dissections 1995-03-05 20:34:41 +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.