2016-04-28 Matthias Klose <doko@ubuntu.com>
* decl.c (parse_version): Don't encode the minor version in the abi
version.
From-SVN: r235546
+2016-04-28 Matthias Klose <doko@ubuntu.com>
+
+ * decl.c (parse_version): Don't encode the minor version in the abi
+ version.
+
2016-04-18 Michael Matz <matz@suse.de>
* class.c (add_method_1): Use SET_DECL_ALIGN.
else /* C++ ABI */
{
/* Implicit in this computation is the idea that we won't break the
- old-style binary ABI in a sub-minor release (e.g., from 4.0.0 to
- 4.0.1). */
- abi_version = 100000 * major + 1000 * minor;
+ old-style binary ABI in a sub-minor release (e.g., from 6.0 to
+ 6.1). */
+ abi_version = 100000 * major;
}
if (flag_bootstrap_classes)
abi_version |= FLAG_BOOTSTRAP_LOADER;