* config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer #define.
authorGerald Pfeifer <gerald@pfeifer.com>
Sat, 21 Jan 2017 08:52:32 +0000 (08:52 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sat, 21 Jan 2017 08:52:32 +0000 (08:52 +0000)
From-SVN: r244743

libgcc/ChangeLog
libgcc/config/i386/cygming-crtbegin.c

index 98aa1043e944ba735a38774c935ce318fa318702..d681d18717bf00833adf148d0257cecc72604824 100644 (file)
@@ -1,3 +1,7 @@
+2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer #define.
+
 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
 
        * config/aarch64/aarch64-unwind.h: Empty this file on ILP32.
index 1df29dc039a1d7ab3b91fc085a90ed43c44dc725..d59738bbb34898c698326f8e10a62b30aa5bfdc8 100644 (file)
@@ -42,10 +42,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #define LIBGCC_SONAME "libgcc_s.dll"
 #endif
 
-#ifndef LIBGCJ_SONAME
-#define LIBGCJ_SONAME "libgcj_s.dll"
-#endif
-
 #if DWARF2_UNWIND_INFO
 /* Make the declarations weak.  This is critical for
    _Jv_RegisterClasses because it lives in libgcj.a  */