Subject: CVS commit: src/usr.bin/crunch/crunchgen
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 12/28/2003 09:21:36
Module Name:	src
Committed By:	jmc
Date:		Sun Dec 28 09:21:36 UTC 2003

Modified Files:
	src/usr.bin/crunch/crunchgen: crunchgen.c

Log Message:
Fix PR#4980 and support common symbols correctly in crunched programs.
Exclude them from renaming and expect the linker to do the right thing in
resolving them all to the library copy (i.e. optarg) or locally as the
case may be. Testing multiple programs crunched which reference optarg shows
correct behavior now.


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 src/usr.bin/crunch/crunchgen/crunchgen.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.