From 62217e77bc4676ea7d00ae6167e7eab06d936c98 Mon Sep 17 00:00:00 2001 From: davek Date: Mon, 7 Nov 2011 00:30:29 +0000 Subject: [PATCH] * config/i386/cygwin.h (LIBGCJ_SONAME): Updated to match recent libgcj version bump. * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181055 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ gcc/config/i386/cygwin.h | 2 +- gcc/config/i386/mingw32.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9356d2509c1..4ea622eee3e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2011-11-06 Dave Korn + + * 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 * gcse.c: Adjust outdated comments throughout. diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h index cf17e1e1d89..d84c5c3aed8 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 d9f10c834af..00dcca60bb0 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" -- 2.11.0