From: davek Date: Wed, 17 Feb 2010 15:53:28 +0000 (+0000) Subject: * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name. X-Git-Tag: upstream/4.9.2~31001 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97ec048df7d6f844116e56bf414949644773c31c;p=platform%2Fupstream%2Flinaro-gcc.git * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156832 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b105dc6..0cf64e8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-02-17 Dave Korn + + * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name. + 2010-02-17 Steven Bosscher * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index 4f8b101..84938d1 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -225,5 +225,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 "cyggcj" /*LIBGCC_EH_EXTN*/ "-11.dll" +#define LIBGCJ_SONAME "libgcj" /*LIBGCC_EH_EXTN*/ "-11.dll"