]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cygwin.h (LIBGCJ_SONAME): Updated to match recent libgcj version bump.
authorDave Korn <dave.korn.cygwin@gmail.com>
Mon, 7 Nov 2011 00:30:29 +0000 (00:30 +0000)
committerDave Korn <davek@gcc.gnu.org>
Mon, 7 Nov 2011 00:30:29 +0000 (00:30 +0000)
* config/i386/cygwin.h (LIBGCJ_SONAME): Updated to match recent
libgcj version bump.
* config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.

From-SVN: r181055

gcc/ChangeLog
gcc/config/i386/cygwin.h
gcc/config/i386/mingw32.h

index 9356d2509c105fa051d08308668b17bc2f5fc7f1..4ea622eee3e3a032fd8854af8d0b4ee496c1d053 100644 (file)
@@ -1,3 +1,9 @@
+2011-11-06  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * config/i386/cygwin.h (LIBGCJ_SONAME): Updated to match recent
+       libgcj version bump.
+       * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
+
 2011-11-06  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcse.c: Adjust outdated comments throughout.
index cf17e1e1d8978f450f297427325cbd4a332104ee..d84c5c3aed8c12e857966f0a443d115a9412814b 100644 (file)
@@ -136,5 +136,5 @@ along with GCC; see the file COPYING3.  If not see
 #define LIBGCC_SONAME "cyggcc_s" LIBGCC_EH_EXTN "-1.dll"
 
 /* We should find a way to not have to update this manually.  */
-#define LIBGCJ_SONAME "cyggcj" /*LIBGCC_EH_EXTN*/ "-12.dll"
+#define LIBGCJ_SONAME "cyggcj" /*LIBGCC_EH_EXTN*/ "-13.dll"
 
index d9f10c834af7b9964a4d6ba5322d0b4781cbdc45..00dcca60bb044612855371a60eda63ae0da8b617 100644 (file)
@@ -230,4 +230,4 @@ do {                                                         \
 #define LIBGCC_SONAME "libgcc_s" LIBGCC_EH_EXTN "-1.dll"
 
 /* We should find a way to not have to update this manually.  */
-#define LIBGCJ_SONAME "libgcj" /*LIBGCC_EH_EXTN*/ "-12.dll"
+#define LIBGCJ_SONAME "libgcj" /*LIBGCC_EH_EXTN*/ "-13.dll"