Date: Sun, 6 Nov 1994 13:32:14 -0800 From: Bruce Evans <bde> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cc/include tm.h Message-ID: <199411062132.NAA24924@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
bde 94/11/06 13:32:13
Modified: gnu/usr.bin/cc/cc_int aux-output.c final.c
gnu/usr.bin/cc/include tm.h
Log:
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199411062132.NAA24924>
