]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
authorDave Korn <dave.korn.cygwin@gmail.com>
Wed, 17 Feb 2010 15:53:28 +0000 (15:53 +0000)
committerDave Korn <davek@gcc.gnu.org>
Wed, 17 Feb 2010 15:53:28 +0000 (15:53 +0000)
* config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.

From-SVN: r156832

gcc/ChangeLog
gcc/config/i386/mingw32.h

index b105dc66bf656d793d8dd8ca58344990dc7f024c..0cf64e8eb057c0e00d55e3c0e7cc23e39bd1b082 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
+
 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
 
        * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
index 4f8b101a7baef253fb1cd660029ff347cc5dcd80..84938d11a113683899578e39f880d8e52a16ffa3 100644 (file)
@@ -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"