From 4c4837a37465783b97c7e9410a21a0261325a397 Mon Sep 17 00:00:00 2001 From: Dave Korn Date: Thu, 15 Jul 2010 01:45:51 +0000 Subject: [PATCH] cygwin.h (LIBGCJ_SONAME): Update. * config/i386/cygwin.h (LIBGCJ_SONAME): Update. * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise. From-SVN: r162200 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/cygwin.h | 2 +- gcc/config/i386/mingw32.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 58990bb5f5f..29db69c6a3d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-07-15 Dave Korn + + * config/i386/cygwin.h (LIBGCJ_SONAME): Update. + * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise. + 2010-07-14 Ulrich Weigand * config/spu/spu.c (reg_names): Remove prototype. diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h index c365f6603cd..8a637e80ae5 100644 --- a/gcc/config/i386/cygwin.h +++ b/gcc/config/i386/cygwin.h @@ -301,5 +301,5 @@ while (0) #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*/ "-11.dll" +#define LIBGCJ_SONAME "cyggcj" /*LIBGCC_EH_EXTN*/ "-12.dll" diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index e08ea1cd90c..264abf1b148 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -245,5 +245,5 @@ __enable_execute_stack (void *addr) \ #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*/ "-11.dll" +#define LIBGCJ_SONAME "libgcj" /*LIBGCC_EH_EXTN*/ "-12.dll"