diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2015-01-29 00:34:03 +0000 |
---|---|---|
committer | Bernd Edlinger <edlinger@gcc.gnu.org> | 2015-01-29 00:34:03 +0000 |
commit | 5fa25adb316f0a54a2e92ec7a085b3a24b2db359 (patch) | |
tree | a0d3e7babf66969cf137a83408572980b4b8df4d /gcc | |
parent | a5b8f509575c7f4a6370f98e9e578f50995bb0f4 (diff) | |
download | gcc-5fa25adb316f0a54a2e92ec7a085b3a24b2db359.zip gcc-5fa25adb316f0a54a2e92ec7a085b3a24b2db359.tar.gz gcc-5fa25adb316f0a54a2e92ec7a085b3a24b2db359.tar.bz2 |
cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
* config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
* config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
libjava/
2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
* libtool-version: Add a comment about cygwin.
From-SVN: r220228
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/cygwin.h | 2 | ||||
-rw-r--r-- | gcc/config/i386/mingw32.h | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e0fef99..3f99bb3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de> + + * config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16. + * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16. + 2015-01-28 Oleg Endo <olegendo@gcc.gnu.org> PR target/64659 diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h index 37f27a7..a90f513 100644 --- a/gcc/config/i386/cygwin.h +++ b/gcc/config/i386/cygwin.h @@ -146,5 +146,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*/ "-15.dll" +#define LIBGCJ_SONAME "cyggcj" /*LIBGCC_EH_EXTN*/ "-16.dll" diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index d7b92e8..ab46ff2 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -246,4 +246,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*/ "-13.dll" +#define LIBGCJ_SONAME "libgcj" /*LIBGCC_EH_EXTN*/ "-16.dll" |