freebsd-skq/gnu/usr.bin/cc
David E. O'Brien 8e5f64732b Move c-decl.c out of the common libcc_int.a into the binary Makefiles
where it is used.  c-decl has symbols that conflict with several of the
cc1plus sources.

GNU `ld' was changed in Dec 1999 to be more be compatable with the way that
other linkers work (specifically in the Solaris linker).  The 2.9.1 `ld',
did the Wrong Thing in that if a library contained a common symbol that
matched a definition of that symbol in another (already linked in object)
it would also be linked in, even if there was no other reason to do so.
This is wrong.  The library should only be linked in if it contains
non-common, non-weak symbols which are needed by previously linked in
objects.
2000-05-24 20:02:21 +00:00
..
c++ Move some cflag contents down to where they are acutally used. 2000-03-13 09:12:36 +00:00
c++filt Minor cosmetic changes in an attempt to improve consistancy. 1999-11-04 04:46:04 +00:00
cc Move some cflag contents down to where they are acutally used. 2000-03-13 09:12:36 +00:00
cc1 Move c-decl.c out of the common libcc_int.a into the binary Makefiles 2000-05-24 20:02:21 +00:00
cc1obj Move c-decl.c out of the common libcc_int.a into the binary Makefiles 2000-05-24 20:02:21 +00:00
cc1plus Drop the use of Bison for Byacc now that we don't need to depend on the 2000-01-11 10:37:38 +00:00
cc_drv Style change to better match src/lib/'s Makefiles. 2000-01-24 08:44:30 +00:00
cc_fbsd Track internal(!) libc symbol naming change. 2000-01-28 08:49:23 +00:00
cc_int Move c-decl.c out of the common libcc_int.a into the binary Makefiles 2000-05-24 20:02:21 +00:00
cc_tools Clean up the FreeBSD configuration files -- includes removing the usage 2000-03-23 10:18:26 +00:00
cccp Didn't get these PREFIX specifiers removed with Makefile.inc rev 1.48. 2000-01-02 22:57:34 +00:00
cpp Move some cflag contents down to where they are acutally used. 2000-03-13 09:12:36 +00:00
doc $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
f77 Don't forget to clean f77.1. 2000-05-15 14:21:38 +00:00
f77doc $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
f771 Make the build-tools objects weirder named so one can tell there is 2000-03-15 05:13:53 +00:00
Makefile Make the SUBDIR list more granular to assist in my GCC hacking. 2000-03-19 23:47:50 +00:00
Makefile.inc Enable Haifa on sparc64 as well. 2000-04-02 22:51:02 +00:00