[patch] bump the libgcj soname

Matthias Klose <[email protected]> Wed, 1 Jun 2016 22:10:27 +0200
Newsgroups gmane.comp.gcc.java.patches
Message-ID <[email protected]>
As recently seen, the GCC major version gets encoded into the libgcj library,
being used as a consistency check for loading code compiled by gcj, therefore a
libgcj version bump is needed with each major GCC version.

Comitted as obvious (before libjava and gcc/java finally get removed).

Matthias
libgcj-soname.diff (text/x-diff, 479 B)
libjava/

2016-06-01  Matthias Klose  <[email protected]>

	* libtool-version: Bump soversion.

 
Index: libjava/libtool-version
===================================================================
--- libjava/libtool-version	(revision 237005)
+++ libjava/libtool-version	(working copy)
@@ -5,4 +5,4 @@
 # Note: When changing the version here, please do also update LIBGCJ_SONAME
 # in gcc/config/i386/cygwin.h and gcc/config/i386/mingw32.h.
 # CURRENT:REVISION:AGE
-17:0:0
+18:0:0