mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
10 lines
342 B
Plaintext
10 lines
342 B
Plaintext
# 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
|