mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-02 07:18:05 +02:00
[x86-64] check-plt.sh: match on JU?MP_SLO as on x86-64 "SLOT" is truncated
This commit is contained in:
parent
e25add77df
commit
b5a64138bb
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ fi
|
|||
|
||||
for so in .libs/lib*.so; do
|
||||
echo Checking $so for local PLT entries
|
||||
readelf -r $so | grep 'JU\?MP_SLOT' | grep 'cairo\|pixman' && status=1
|
||||
readelf -r $so | grep 'JU\?MP_SLO' | grep 'cairo\|pixman' && status=1
|
||||
done
|
||||
|
||||
exit $status
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue