Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:marec2000:cryptocoins:dependencies
boost_1_74_0
symbol_diff.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File symbol_diff.sh of Package boost_1_74_0
#!/bin/sh # compares symbols of $1 vs. $2 # returns diff of the two global function tables # if test $# -ne 2; then echo "$0 library1 library2" exit 2 fi PARAMS='[0-9a-f]\+[[:space:]]\+g[[:space:]]\+F[[:space:]]\+\.text[[:space:]]\+[0-9a-f]\+[[:space:]]\+' objdump -t $1 | grep $PARAMS | sed -e 's#'$PARAMS'##' | sort > temp.$$ objdump -t $2 | grep $PARAMS | sed -e 's#'$PARAMS'##' | sort | diff temp.$$ - RET=$? rm temp.$$ exit $RET
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor