[libgcc] i386/cygming-crtbegin.c: remove LIBGCJ_SONAME
Gerald Pfeifer <[email protected]> Fri, 20 Jan 2017 16:23:11 +0100 (CET)
| Newsgroups | gmane.comp.gcc.java.patches,gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
Not a regression in the strict sense, but a left over from the Java removal. Can we still get that in? (I think I pretty much committed all other changes of things I found as left overs from the GCJ/libgcj removal.) Gerald 2017-01-20 Gerald Pfeifer <[email protected]> * config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer #define. Index: libgcc/config/i386/cygming-crtbegin.c =================================================================== --- libgcc/config/i386/cygming-crtbegin.c (revision 244714) +++ libgcc/config/i386/cygming-crtbegin.c (working copy) @@ -42,10 +42,6 @@ #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 */