Re: [libgcc] i386/cygming-crtbegin.c: remove LIBGCJ_SONAME
Richard Biener <[email protected]> Sat, 21 Jan 2017 09:24:51 +0100
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.java.patches |
|---|---|
| Message-ID | <[email protected]> |
On January 20, 2017 4:23:11 PM GMT+01:00, Gerald Pfeifer <[email protected]= m> wrote: >Not a regression in the strict sense, but a left over from the Java >removal. Can we still get that in? Sure. Richard. >(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 >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >--- 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 >=20 >-#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 */