view make/linux/makefiles/build_vm_def.sh @ 1637:a2b581345549

Merge
author trims
date Thu, 15 Jul 2010 19:51:34 -0700
parents 7de45b5044c3
children 126ea7725993
line wrap: on
line source

#!/bin/sh

nm --defined-only $* | awk '
   { if ($3 ~ /^_ZTV/ || $3 ~ /^gHotSpotVM/) print "\t" $3 ";" }
   '