blob: c24e5ad583ce8795086c1e2be2c2498090ffeb73 (
plain)
1
2
3
4
5
6
7
8
9
|
# Make sure `_fdata' is global rather than local in the dynamic symbol table,
# e.g.:
# Num: Value Size Type Bind Vis Ndx Name
# 1: 00000000 0 NOTYPE GLOBAL DEFAULT 1 _fdata
# vs:
# 1: 00000000 0 NOTYPE LOCAL DEFAULT 1 _fdata
#...
*[0-9]+: +[0-9a-f]+ +0 +NOTYPE +GLOBAL +DEFAULT +[0-9]+ +_fdata
#pass
|