comparison make/linux/makefiles/build_vm_def.sh @ 1294:7de45b5044c3

6932270: Allow Java's ELF symtab reader to use separate debuginfo files Reviewed-by: never Contributed-by: Andrew Haley <aph@redhat.com>
author never
date Tue, 09 Mar 2010 11:02:39 -0800
parents
children 126ea7725993
comparison
equal deleted inserted replaced
1293:51db1e4b379d 1294:7de45b5044c3
1 #!/bin/sh
2
3 nm --defined-only $* | awk '
4 { if ($3 ~ /^_ZTV/ || $3 ~ /^gHotSpotVM/) print "\t" $3 ";" }
5 '