History log of /openbsd-src/lib/check_sym (Results 1 – 14 of 14)
Revision Date Author Comments
# d7922f91 24-Dec-2024 tb <tb@openbsd.org>

typo: removed -> removes

ok guenther jmc


# 42dc5753 03-Sep-2024 tb <tb@openbsd.org>

check_sym: adjust logic not to exit 1 in the default dynamic mode

ok guenther


# 45cee0b3 15-Aug-2024 guenther <guenther@openbsd.org>

Support describing ABI changes for static libraries too.
Try the -S option


# 3ea1dcec 03-Jan-2022 guenther <guenther@openbsd.org>

By default, put intermediate files in a temp dir and remove it on
completion. To leave files in /tmp, use new -k option.


# 8acaac6c 05-Oct-2019 guenther <guenther@openbsd.org>

The mips64 symbol table layout means we have to consider symbol visibility
and skip 'protected' symbols when identifying which functions will be
subjects of lazy resolution


# 256b74f7 05-Oct-2019 guenther <guenther@openbsd.org>

Get the architecture from the ELF header instead of running uname,
so that we can operate on libs from other archs


# 7217b994 09-Aug-2019 guenther <guenther@openbsd.org>

Move the "data object size changes" into the "Dynamic export changes"
section for consistency

based on diff from jca@


# c9fb8097 07-Aug-2019 guenther <guenther@openbsd.org>

Report changes in the size of data symbols, which require a major bump


# b26f28fb 21-Apr-2019 guenther <guenther@openbsd.org>

Improve comment grammar


# 7ea1ffd3 11-Aug-2017 guenther <guenther@openbsd.org>

Use getopts for option parsing
Add -v for verbose (relocation) output
Fix an existence check


# db6d40dd 22-Sep-2016 guenther <guenther@openbsd.org>

Simplify mips64 GOTSYM bits to eliminate a couple temp files
Remove extra file truncation that the at-start bits rendered superfluous


# 588fe94f 22-Sep-2016 guenther <guenther@openbsd.org>

Add copyright


# 7b7abf69 20-Sep-2016 guenther <guenther@openbsd.org>

Add $OpenBSD tag


# 59abad11 20-Sep-2016 guenther <guenther@openbsd.org>

Add check_sym, a utility for checking shared libraries for symbol changes
that may require version bumps...or fixing. Details in comments at the
top of the script.

ok mpi@ millert@ deraadt@