This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] bump the libgcj soname


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
libjava/

2016-06-01  Matthias Klose  <doko@ubuntu.com>

	* 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]