From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106225 invoked by alias); 6 Sep 2016 00:20:02 -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 106188 invoked by uid 89); 6 Sep 2016 00:20:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=berndedlingerhotmailde, bernd.edlinger@hotmail.de X-HELO: mail-it0-f52.google.com Received: from mail-it0-f52.google.com (HELO mail-it0-f52.google.com) (209.85.214.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Sep 2016 00:19:51 +0000 Received: by mail-it0-f52.google.com with SMTP id i184so168040975itf.1 for ; Mon, 05 Sep 2016 17:19:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=/cCMhSD9axV6jmO/CIw6Fu57dp7lHePWA/Zm/jC6ABs=; b=hlMiERRPvk671ZZqXP46vv1M45R8vmu2L1OgkB1Lwa92Kh8xgg2rFDlSj133noCUe5 dTR4PjKBh75Z8ywBTfzQAyOvKHfhzam/KiIaca5sRsLw83D479UTPKOiedXLoBekoIsm Bw1LYoW8BrsTTN0deS/D1kv9Q05aMbZjGSpoF7zuMqY0QA2d10/jOCF3Y41uD7QlvupV s2IZPu+lvASjKg3VlbzdK1C7aQ93EINxZkjzs22ofSVKfzALKZjHPXtKsfZSYshF4IJV qiDhbJyLhu1Du9Ogo0lp5xlVnjDcaGwMsce3jh6vp3a9QrPSQahTwsgXG/MiqKd/mF93 PTVA== X-Gm-Message-State: AE9vXwNN+tDFNfUQVbqjXEYlpuWvenWnlCudLTEUd8RrASIvi8opyMRawblxCOcrtT6ID8l0e5rsTUNUSS2XFE5w X-Received: by 10.36.253.3 with SMTP id m3mr1551240ith.6.1473121189896; Mon, 05 Sep 2016 17:19:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.98.148 with HTTP; Mon, 5 Sep 2016 17:19:49 -0700 (PDT) In-Reply-To: References: From: Eric Gallager Date: Tue, 06 Sep 2016 00:20:00 -0000 Message-ID: Subject: Re: [PATCH] Delete GCJ To: Bernd Edlinger Cc: Andrew Haley , "gcc-patches@gcc.gnu.org" , "java-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-q3/txt/msg00024.txt.bz2 On 9/5/16, Bernd Edlinger wrote: > On 05.09.2016 17:13, Andrew Haley wrote: > > As discussed. I think I should ask a Global reviewer to approve this > > one. For obvious reasons I haven't included the diffs to the deleted > > gcc/java and libjava directories. The whole tree, post GCJ-deletion, > > is at svn+ssh://gcc.gnu.org/svn/gcc/branches/gcj/gcj-deletion-branch > > if anyone would like to try it. > > > > Andrew. > > > > > > 2016-09-05 Andrew Haley > > > > * Makefile.def: Remove libjava. > > * Makefile.tpl: Likewise. > > * Makefile.in: Regenerate. > > * configure.ac: Likewise. > > * configure: Likewise. > > * gcc/java: Remove. > > * libjava: Likewise. > > > I think you can remove libffi as well, right? > > I think Go uses libffi as well; for further discussion see bug 11660: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11660 (people there seem to think ObjC uses libffi, too, but I haven't noticed it doing that myself)