cygwin.h (LIBGCJ_SONAME): Update.

* config/i386/cygwin.h (LIBGCJ_SONAME): Update.
	* config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.

From-SVN: r162200
This commit is contained in:
Dave Korn 2010-07-15 01:45:51 +00:00 committed by Dave Korn
parent d422a6d7c0
commit 4c4837a374
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-07-15 Dave Korn <dave.korn.cygwin@gmail.com>
* config/i386/cygwin.h (LIBGCJ_SONAME): Update.
* config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
2010-07-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* config/spu/spu.c (reg_names): Remove prototype.

View file

@ -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"

View file

@ -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"