aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/symbol-check.py
Commit message (Collapse)AuthorAgeFilesLines
* devtools: Exclude default exports from symbol-checker scriptWladimir J. van der Laan2014-08-171-0/+6
| | | | See discussion in #4663.
* devtools: have symbol check script check for exported symbolsWladimir J. van der Laan2014-04-301-0/+5
| | | | | | After last commit, our executables should export no symbols anymore. To make sure that this stays the case, verify this in the symbol checker script.
* devtools: add script to check symbols from Linux gitian executablesWladimir J. van der Laan2014-04-251-0/+108
Add a script to check that the (Linux) executables produced by gitian only contain allowed gcc, glibc and libstdc++ version symbols. This makes sure they are still compatible with the minimum supported Linux distribution versions.