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] add comment to libtool-version


When libgcj's soname major version (CURRENT - AGE) is changed, the
Cygwin and MinGW32 configs must be updated to match.  This did not occur
when CURRENT changed 12->13; I'm sending a separate patch to fix that.
The attached patch adds a comment to this effect so that future changes
don't get missed.


Yaakov
Cygwin Ports

2011-07-20  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>

	* libtool-version: Mention other files which may need to be updated
	when libtool version is changed.

Index: libtool-version
===================================================================
--- libtool-version	(revision 176494)
+++ libtool-version	(working copy)
@@ -2,5 +2,7 @@
 # the libtool manual to understand the meaning of the fields.  This is
 # a separate file so that version updates don't involve re-running
 # automake.
+# When updating this, LIBGCJ_SONAME in gcc/config/i386/cygwin.h and
+# gcc/config/i386/mingw32.h need to be updated to match (CURRENT - AGE).
 # CURRENT:REVISION:AGE
 13:0:0

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