From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22497 invoked by alias); 29 Oct 2016 09:07:57 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 22481 invoked by uid 89); 29 Oct 2016 09:07:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:eurprd07 X-HELO: BAY004-OMC1S7.hotmail.com Received: from bay004-omc1s7.hotmail.com (HELO BAY004-OMC1S7.hotmail.com) (65.54.190.18) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 29 Oct 2016 09:07:46 +0000 Received: from EUR02-AM5-obe.outbound.protection.outlook.com ([65.54.190.60]) by BAY004-OMC1S7.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sat, 29 Oct 2016 02:07:44 -0700 Received: from HE1EUR02FT040.eop-EUR02.prod.protection.outlook.com (10.152.10.52) by HE1EUR02HT045.eop-EUR02.prod.protection.outlook.com (10.152.11.74) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.693.6; Sat, 29 Oct 2016 09:07:42 +0000 Received: from AM4PR0701MB2162.eurprd07.prod.outlook.com (10.152.10.56) by HE1EUR02FT040.mail.protection.outlook.com (10.152.11.92) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.693.6 via Frontend Transport; Sat, 29 Oct 2016 09:07:42 +0000 Received: from AM4PR0701MB2162.eurprd07.prod.outlook.com ([10.167.132.147]) by AM4PR0701MB2162.eurprd07.prod.outlook.com ([10.167.132.147]) with mapi id 15.01.0679.018; Sat, 29 Oct 2016 09:07:42 +0000 From: Bernd Edlinger To: Andreas Schwab CC: GCC Patches , Andrew Haley , Marek Polacek Subject: Re: [PATCH] Delete GCJ Date: Sat, 29 Oct 2016 09:07:00 -0000 Message-ID: authentication-results: gcc.gnu.org; dkim=none (message not signed) header.d=none;gcc.gnu.org; dmarc=none action=none header.from=hotmail.de; x-ms-exchange-messagesentrepresentingtype: 1 x-tmn: [nEG3zHlVvKc1nHA5KoCK2+g/8iu1BVSC] x-eopattributedmessage: 0 x-microsoft-exchange-diagnostics: 1;HE1EUR02HT045;7:2mIZkSig/cqUUle+noq8e2hNOUOi+BquEeUAq/07ivq1A/Q33vIALbD4M4pxkJg6hijf9UZ1ErPbMpTP+u/YCERtqd2oQch5lisUZ93II5QDGMFcL+jc3PvdqOD+8XCIGNM5Djl0rIhCuBtcO1P9RhGTXQHamxHhl8jjlERN3I5d8JV+mzG6qWPQEYyaChWTUrPM8T17tcuCV+osTa1Yl5Te4TetWHBHYXTy/QI+66XvuYTDwhdCe5x5A3VR73ErW6p2E9f1X3sXsEZ4ngE1Ou7W0e+6fb/Uj0HQDTZgWEfN+XIVmfHwQJFnTORQZRJtjsSzFZa1n+sOlHnjkrEhcRG6cuYjzy8RrMl4V4qRE6g= x-forefront-antispam-report: EFV:NLI;SFV:NSPM;SFS:(10019020)(98900003);DIR:OUT;SFP:1102;SCL:1;SRVR:HE1EUR02HT045;H:AM4PR0701MB2162.eurprd07.prod.outlook.com;FPR:;SPF:None;LANG:en; x-ms-office365-filtering-correlation-id: 364b7162-8839-4f73-7453-08d3ffdb0a54 x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:(1601124038)(1603103081)(1601125047);SRVR:HE1EUR02HT045; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(432015012)(82015046);SRVR:HE1EUR02HT045;BCL:0;PCL:0;RULEID:;SRVR:HE1EUR02HT045; x-forefront-prvs: 01106E96F6 spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-originalarrivaltime: 29 Oct 2016 09:07:42.3748 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1EUR02HT045 X-SW-Source: 2016-10/txt/msg02400.txt.bz2 > Things we may want to remove: >=20 > - references to java in contrib (download_ecj, gcc_update, > patch_tester.sh, update-copyright.py) > - GCJ, GCJ_FOR_BUILD, GCJ_FOR_TARGET in Makefiles.tpl and configure.ac > - LIBGCJ_SONAME in config/i386/{cygwin.h,mingw32.h} > - references to java in install.texi Probably also gcc/jit/* and gcc/testsuite/jit.dg/* ? Bernd.