From patchwork Sun Jan 22 18:36:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 718259 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3v637h0s5Sz9ryr for ; Mon, 23 Jan 2017 05:36:46 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="D/FwjtUd"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; q=dns; s=default; b=CpGcJr8Y1exMog/W a4jzGjHYnUGc9ND9GuAIFYZ0kD/ADH5nlgrKkgirSbXjVtzJnuORLDxU/5uIsHFZ aFDBVpcUvr1ULktjwUrpZrHPEq+FUlEv5L6uGC0xIG84mARSCiblzPsfm0IMIXJI I7c64PKyh9S9JXwpXlgPiN9CRsU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; s=default; bh=7sqCAa7T931Xdi7fwuP4r7 zCv7E=; b=D/FwjtUdBp+36Xt4i1ExOr+esUICM0WybbSvYPuUSZVtz5btyU+XqJ TKWd0Xc4YtP60+dq4zUJqQOcT+kPA8+tWm/ZCBIK5I+TgmiKeAmfl2tYPO9b1NHB iDPLM6sVkWm9swY8iCZ8ZAtnlJ5rxwqe62GHTjMR9Tei9ag3zFAP0= Received: (qmail 35742 invoked by alias); 22 Jan 2017 18:36:36 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 35722 invoked by uid 89); 22 Jan 2017 18:36:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00, KAM_ASCII_DIVIDERS, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=no version=3.3.2 spammy=jun, Jun, 7.1, UD:jpg X-Spam-User: qpsmtpd, 2 recipients X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 22 Jan 2017 18:36:25 +0000 Received: from anthias (vie-188-118-248-047.dsl.sil.at [188.118.248.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 415F53F531; Sun, 22 Jan 2017 13:36:23 -0500 (EST) Date: Sun, 22 Jan 2017 19:36:21 +0100 (CET) From: Gerald Pfeifer To: java-patches@gcc.gnu.org cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Delete GCJ In-Reply-To: <610ea470-7197-2f55-1fee-23f89a443460@redhat.com> Message-ID: References: <78f841e7-808b-58d0-7913-3ec0d19630a0@redhat.com> <610ea470-7197-2f55-1fee-23f89a443460@redhat.com> MIME-Version: 1.0 X-IsSubscribed: yes And here is more or less the last patch in this series, removing java/libgcj2.html and two images (gcj.jpg and swingshot.png). The only thing left in wwwdocs is a potential merge of java/news.html into our general news.html that I am considering. That'd take a bit more time, and I'll see whether I can do that before the GCC 7.1 release. Gerald Index: java/gcj.jpg =================================================================== RCS file: java/gcj.jpg diff -N java/gcj.jpg Binary files /tmp/cvseTgpza and /dev/null differ Index: java/swingshot.png =================================================================== RCS file: java/swingshot.png diff -N java/swingshot.png Binary files /tmp/cvsGkz1jF and /dev/null differ Index: java/libgcj2.html =================================================================== RCS file: java/libgcj2.html diff -N java/libgcj2.html --- java/libgcj2.html 30 Jun 2014 09:29:09 -0000 1.12 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,38 +0,0 @@ - - - -The libgcj home page - - - - -

The libgcj home page

- -

What is it?

- -

``libgcj'' is the runtime that goes along with the gcj front end to GCC. libgcj includes parts - of the Java Class Libraries, plus glue to connect the libraries to - the compiler and the underlying OS.

- -

What you get

- -

libgcj eventually builds a couple of libraries (one for the - runtime and one for the garbage collector), a ``zip'' version of - the class libraries, and a program called ``jv-convert'' which can - be used to do character encoding transformations.

- -

What is missing?

- -

The runtime is not yet fully complete. Parts of the standard - class libraries are missing (most notably AWT), though much of the - equivalent of JDK 1.2 has been supported. - Also, the bytecode interpreter available only on certain platforms.

- -

How to build it

- -

Just follow our installation - instructions.

- - -