aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Ponomarenko <aponomarenko@rosalab.ru>2014-09-24 16:43:03 +0400
committerAndrey Ponomarenko <aponomarenko@rosalab.ru>2014-09-24 16:43:03 +0400
commitc522134dcd0c1d963ec558179038e5869ae34298 (patch)
tree9abe1bae05916fd35bcf80ad39788c92c0eb4f97
parent6bdaa963dbe179ebc5a64f1ff4171bcc31587cda (diff)
downloadabi-compliance-checker-c522134dcd0c1d963ec558179038e5869ae34298.tar.gz
Added 4.8.3 to the list of acceptable GCC versions.
-rw-r--r--INSTALL4
-rwxr-xr-xabi-compliance-checker.pl8
2 files changed, 8 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 2f62f1e..41999b9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -30,7 +30,7 @@ Content:
1. REQUIREMENTS FOR LINUX AND FREEBSD
=====================================
- 1. G++ (3.0-4.7, 4.9 or newer)
+ 1. G++ (3.0-4.7, 4.8.3, 4.9 or newer)
2. GNU Binutils (c++filt, readelf, objdump)
3. Perl 5 (5.8 or newer)
4. Ctags (5.8 or newer)
@@ -48,7 +48,7 @@ Content:
3. REQUIREMENTS FOR MS WINDOWS
==============================
- 1. MinGW (3.0-4.7, 4.9 or newer)
+ 1. MinGW (3.0-4.7, 4.8.3, 4.9 or newer)
2. MS Visual C++ (dumpbin, undname, cl)
3. Active Perl 5 (5.8 or newer)
4. Sigcheck v1.71 or newer
diff --git a/abi-compliance-checker.pl b/abi-compliance-checker.pl
index f0c8c70..e279212 100755
--- a/abi-compliance-checker.pl
+++ b/abi-compliance-checker.pl
@@ -17,7 +17,7 @@
# REQUIREMENTS
# ============
# Linux
-# - G++ (3.0-4.7, 4.9 or newer)
+# - G++ (3.0-4.7, 4.8.3, 4.9 or newer)
# - GNU Binutils (readelf, c++filt, objdump)
# - Perl 5 (5.8 or newer)
# - Ctags (5.8 or newer)
@@ -27,7 +27,7 @@
# - Ctags (5.8 or newer)
#
# MS Windows
-# - MinGW (3.0-4.7, 4.9 or newer)
+# - MinGW (3.0-4.7, 4.8.3, 4.9 or newer)
# - MS Visual C++ (dumpbin, undname, cl)
# - Active Perl 5 (5.8 or newer)
# - Sigcheck v1.71 or newer
@@ -462,6 +462,10 @@ EXTRA OPTIONS:
-v2|-version2 NUM
Specify 2nd library version outside the descriptor.
+ -vnum NUM
+ Specify the library version in the generated ABI dump. The <version> section
+ of the input XML descriptor will be overwritten in this case.
+
-s|-strict
Treat all compatibility warnings as problems. Add a number of \"Low\"
severity problems to the return value of the tool.