unstack - fix ipcvecs
This commit is contained in:
parent
73d95c770f
commit
f26ce0ba44
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ SYMLIST=/tmp/unstack.$$
|
||||||
# store sorted, filtered nm output once
|
# store sorted, filtered nm output once
|
||||||
(
|
(
|
||||||
$NM $executable | sed 's/^/0x/'
|
$NM $executable | sed 's/^/0x/'
|
||||||
$EXTRANM
|
$EXTRANM | sed 's/^/0x/'
|
||||||
|
|
||||||
# Add shared libraries
|
# Add shared libraries
|
||||||
ldd -f"%p %x\n" $executable 2>/dev/null | while read lib addr
|
ldd -f"%p %x\n" $executable 2>/dev/null | while read lib addr
|
||||||
|
|
Loading…
Reference in a new issue