unstack - fix ipcvecs

This commit is contained in:
Ben Gras 2013-01-04 16:17:07 +00:00
parent 73d95c770f
commit f26ce0ba44

View file

@ -50,7 +50,7 @@ SYMLIST=/tmp/unstack.$$
# store sorted, filtered nm output once
(
$NM $executable | sed 's/^/0x/'
$EXTRANM
$EXTRANM | sed 's/^/0x/'
# Add shared libraries
ldd -f"%p %x\n" $executable 2>/dev/null | while read lib addr