From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76062 invoked by alias); 21 Jan 2017 08:25:10 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 76034 invoked by uid 89); 21 Jan 2017 08:25:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1030 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 21 Jan 2017 08:24:59 +0000 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id A1EF3ABD3; Sat, 21 Jan 2017 08:24:56 +0000 (UTC) Date: Sat, 21 Jan 2017 08:25:00 -0000 User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [libgcc] i386/cygming-crtbegin.c: remove LIBGCJ_SONAME To: Gerald Pfeifer ,gcc-patches@gcc.gnu.org CC: java-patches@gcc.gnu.org From: Richard Biener Message-ID: X-SW-Source: 2017-q1/txt/msg00008.txt.bz2 On January 20, 2017 4:23:11 PM GMT+01:00, Gerald Pfeifer 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 > > * 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 */