freebsd-src/gnu
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
..
include $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
lib Fix the .PATH style nits. Other style nits left for later. 2000-04-17 18:50:18 +00:00
libexec Wrap building of uucp related programs around NOUUCP knob. 2000-03-20 17:10:16 +00:00
usr.bin Move c-decl.c out of the common libcc_int.a into the binary Makefiles 2000-05-24 20:02:21 +00:00
usr.sbin $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
COPYING
COPYING.LIB
Makefile $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00