mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
10 lines
346 B
Plaintext
10 lines
346 B
Plaintext
|
# Make sure `_edata' 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 _edata
|
||
|
# vs:
|
||
|
# 1: 00000000 0 NOTYPE LOCAL DEFAULT 1 _edata
|
||
|
#...
|
||
|
*[0-9]+: +[0-9a-f]+ +0 +NOTYPE +GLOBAL +DEFAULT +[0-9]+ +_edata
|
||
|
#pass
|