aboutsummaryrefslogtreecommitdiff
path: root/README.google
diff options
context:
space:
mode:
Diffstat (limited to 'README.google')
-rw-r--r--README.google12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.google b/README.google
new file mode 100644
index 0000000..4bd09c3
--- /dev/null
+++ b/README.google
@@ -0,0 +1,12 @@
+URL: https://github.com/lvc/abi-compliance-checker/
+Version: 1.99.26
+License: GPL2.0, LGPL2.0
+License File: LICENSE
+
+Description:
+This tool compares the ABI-dumps of two C/C++ libraries(shared/static) and
+generates a compatibility report specifying any breakages in ABI compliance.
+
+Local Modifications:
+Add command-line options to specify paths to c++filt, objdump, readelf. Makefile
+will be removed. abi-compliance-checker.pl needs +x permissions.