1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/gnu/usr.bin/cc
Bruce Evans 374047c149 Restore my fixes to 2.6.0. The changes should not affect anything except
profiling and wchar_t.  Profiled libraries will shrink.

tm.h:
Our wchar_t is int, not unsigned short.
Always link statically if profiling.
Define all the SPECs together.

final.c, tm.h:
Don't emit unused profiling code and data.

aux-output.c:
Always preserve the PIC register if profiling.

aux-output.c, tm.h:
Implement FUNCTION_PROFILER_EPILOGUE (currently not used).

New:
tm.h:
Set the target defaults in the correct way.
1994-11-06 21:32:11 +00:00
..
c++ ---------------------------------- 1994-11-03 06:52:42 +00:00
cc ---------------------------------- 1994-11-03 06:52:42 +00:00
cc1 ---------------------------------- 1994-11-03 06:52:42 +00:00
cc1plus ---------------------------------- 1994-11-03 06:52:42 +00:00
cc_int Restore my fixes to 2.6.0. The changes should not affect anything except 1994-11-06 21:32:11 +00:00
cccp Make GCC's back end be shared among all languages. cc, c++, and cpp now 1994-09-18 22:35:55 +00:00
cpp ---------------------------------- 1994-11-03 06:52:42 +00:00
f77 Added f77 program. This is a modified version of the c++ program. 1994-10-25 14:36:50 +00:00
include Restore my fixes to 2.6.0. The changes should not affect anything except 1994-11-06 21:32:11 +00:00
legal ---------------------------------- 1994-11-03 06:52:42 +00:00
libgcc ---------------------------------- 1994-11-03 06:52:42 +00:00
Makefile Added f77 program. This is a modified version of the c++ program. 1994-10-25 14:36:50 +00:00
Makefile.inc Bump the version-number of the "shared-gcc-internals" library. Will only 1994-11-03 20:37:05 +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.