[libgcc] i386/cygming-crtbegin.c: remove LIBGCJ_SONAME

Gerald Pfeifer gerald@pfeifer.com
Fri Jan 20 15:23:00 GMT 2017


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  <gerald@pfeifer.com>

	* 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  */



More information about the Java-patches mailing list