aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/ChangeLog
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2016-04-28 08:22:10 +0000
committerMatthias Klose <doko@gcc.gnu.org>2016-04-28 08:22:10 +0000
commita564d350951a990136fe6a5010b7eaa165f17c58 (patch)
tree112f70e85cf38af50c30bdd9f553556e963928e7 /gcc/java/ChangeLog
parentcc5999c8e32f0d2ba7c73e1ec372b614064b7066 (diff)
downloadgcc-a564d350951a990136fe6a5010b7eaa165f17c58.zip
gcc-a564d350951a990136fe6a5010b7eaa165f17c58.tar.gz
gcc-a564d350951a990136fe6a5010b7eaa165f17c58.tar.bz2
decl.c (parse_version): Don't encode the minor version in the abi version.
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
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r--gcc/java/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 7c20b06..5ed24e4 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,8 @@
+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.