aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Korn <dave.korn.cygwin@gmail.com>2011-11-07 00:30:29 +0000
committerDave Korn <davek@gcc.gnu.org>2011-11-07 00:30:29 +0000
commitc5219bb0ec9cfa10d6d59f13145e4c9206aa4b08 (patch)
tree649b46448749b7b3420ccac7657bba3d462bd0eb
parent43c8a0439187ce4a73c05dbb156cc820c1118bc5 (diff)
downloadgcc-c5219bb0ec9cfa10d6d59f13145e4c9206aa4b08.zip
gcc-c5219bb0ec9cfa10d6d59f13145e4c9206aa4b08.tar.gz
gcc-c5219bb0ec9cfa10d6d59f13145e4c9206aa4b08.tar.bz2
cygwin.h (LIBGCJ_SONAME): Updated to match recent libgcj version bump.
* config/i386/cygwin.h (LIBGCJ_SONAME): Updated to match recent libgcj version bump. * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise. From-SVN: r181055
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/i386/cygwin.h2
-rw-r--r--gcc/config/i386/mingw32.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9356d25..4ea622e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h
index cf17e1e..d84c5c3 100644
--- a/gcc/config/i386/cygwin.h
+++ b/gcc/config/i386/cygwin.h
@@ -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"
diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h
index d9f10c8..00dcca6 100644
--- a/gcc/config/i386/mingw32.h
+++ b/gcc/config/i386/mingw32.h
@@ -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"