Subject: CVS commit: src/usr.bin/crunch/crunchgen
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 09/25/2004 20:21:57
Module Name:	src
Committed By:	dsl
Date:		Sat Sep 25 20:21:57 UTC 2004

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

Log Message:
Use a single awk command (instead of awk and a lot of greps) to generate
the list of symbols to be renamed.
Rename symbols to <symbol>$$from%%<prog> (not _$$hide$$<prog>.cro$$<symbol>)
so that gdb reports the symbol name instead of  "_" (the $$ is treated as a
C++ name mangle and nothing after it is output by default).


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 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.