Subject: CVS commit: [netbsd-2] src/usr.bin/crunch/crunchgen
To: None <source-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: source-changes
Date: 07/23/2005 21:57:49
Module Name: src
Committed By: snj
Date: Sat Jul 23 21:57:49 UTC 2005
Modified Files:
src/usr.bin/crunch/crunchgen [netbsd-2]: crunchgen.c
Log Message:
Pull up revision 1.61 (requested by riz in ticket #5513):
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.55.4.5 -r1.55.4.6 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.