summaryrefslogtreecommitdiff
path: root/lib/check_sym
AgeCommit message (Collapse)Author
2019-10-05The mips64 symbol table layout means we have to consider symbol visibilityPhilip Guenther
and skip 'protected' symbols when identifying which functions will be subjects of lazy resolution
2019-10-05Get the architecture from the ELF header instead of running uname,Philip Guenther
so that we can operate on libs from other archs
2019-08-09Move the "data object size changes" into the "Dynamic export changes"Philip Guenther
section for consistency based on diff from jca@
2019-08-07Report changes in the size of data symbols, which require a major bumpPhilip Guenther
2019-04-21Improve comment grammarPhilip Guenther
2017-08-11Use getopts for option parsingPhilip Guenther
Add -v for verbose (relocation) output Fix an existence check
2016-09-22Simplify mips64 GOTSYM bits to eliminate a couple temp filesPhilip Guenther
Remove extra file truncation that the at-start bits rendered superfluous
2016-09-22Add copyrightPhilip Guenther
2016-09-20Add $OpenBSD tagPhilip Guenther
2016-09-20Add check_sym, a utility for checking shared libraries for symbol changesPhilip Guenther
that may require version bumps...or fixing. Details in comments at the top of the script. ok mpi@ millert@ deraadt@