From nobody Fri Apr 18 20:14:26 2025 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4ZfQw31wnnz5tJYK; Fri, 18 Apr 2025 20:14:27 +0000 (UTC) (envelope-from brooks@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZfQw31DT7z4LtQ; Fri, 18 Apr 2025 20:14:27 +0000 (UTC) (envelope-from brooks@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1745007267; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/Md2CzvxYiZowycNI6RSRAB2BaRpkJHrAuuJRx76A8M=; b=GSmXPbASzEcsbPSw3Wd9PdRpjYiQ04Id0h2joGRZ5g/crzkyLVwk4gTJnaiacltzVmCBEl 4crWHW34OSGbiDZzBfMRtG/WUFZM+G+zQG66X/bMNe65NWvYwMUoJ9vwSQO3YVgJN/HYNJ NFxecEf3iMDdGdvEfO2V3LObAfgds+/nLW63t5e7/y0TDEGdRmpI5j/Cwu1yvGEdIZ9HVw 9bCSm0mMac9UH1284wnEivNFF9Mf9c9/gCk3eTys+CZVs9aDnA86e7v65ewtfWZZAq+7Y/ xsRTgm0PrJeUSlW7+ACQtYSLBI3lBwRcqUpg5eylfGkqbRRXIwq2OevVDF/Dfw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1745007267; a=rsa-sha256; cv=none; b=ZOg9cgueHbquz0FMxRdpN4d/nXMgmr5fiRuX1tjB72qEUhhQbAB5hcMP7VM5n2hSAUw6rV pwNQIlLBF4GzGCuKm6vXpXx3iS9PE5JMGhCklp0s/i1GsfImYP4I2uM7u5Fe2TmV8z6YfQ tkvx6Sk4rbj8IAQcRNVPLk2OLfgZRG+qe1xUcilzDMrQrobW6zseRuKVOpfLHOqm4S82NN ca6OWGZGUXi5/pBnj0HsgIkUf8FIfoV+sq6pqUx8lKgnDw1j8R2Q8X1vKOfdyY2NOyNbO/ 1A0+S/DP2yZyGAYS3t1gjM55dnYghO2UiurJJD1e5dxwyRulISEhihxofH0fUQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1745007267; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/Md2CzvxYiZowycNI6RSRAB2BaRpkJHrAuuJRx76A8M=; b=y0HFSoPzxRFFQRrctTxe4c/hVbrPO4WcCT+EU3apL6lPniFfUW8/yFqYnNUARcVgVO01ZE iwTz6qkcnGUHr3qThW3OuHCEKlM6qjPEb9S9YhnDtERlpxx+ef72xgFzsQ3WST0YdRqqE7 uwTtJg7htmwEtnErO8NritaSaLqwp0hqjXffardDfQ/7SPy9dP6nUB2qXMhVeGVjOWmg/u k5PrW/UW5efzvLFav1epGK4EN73swsRJqgsfwVZ8e8o3xgYFpwMiyZHbeJI7DHB2nKJB3o tE2UiqQ+4hsKXavoeu48FE+tAyukq2Y8Bu/NYRr56c9Wz9AHw3aT2bsEp7ZxoQ== Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: brooks/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4ZfQw30LN3z181m; Fri, 18 Apr 2025 20:14:27 +0000 (UTC) (envelope-from brooks@freebsd.org) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 933723C01A0; Fri, 18 Apr 2025 20:14:26 +0000 (UTC) Date: Fri, 18 Apr 2025 20:14:26 +0000 From: Brooks Davis To: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: a60615d5be83 - main - csu: drop support for GCJ Message-ID: References: <202504181859.53IIxtf1080623@gitrepo.freebsd.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202504181859.53IIxtf1080623@gitrepo.freebsd.org> On Fri, Apr 18, 2025 at 06:59:55PM +0000, Brooks Davis wrote: > The branch main has been updated by brooks: > > URL: https://cgit.FreeBSD.org/src/commit/?id=a60615d5be83ca050d4ddfbbb4411ca7a8a11486 > > commit a60615d5be83ca050d4ddfbbb4411ca7a8a11486 > Author: Brooks Davis > AuthorDate: 2025-04-18 18:49:01 +0000 > Commit: Brooks Davis > CommitDate: 2025-04-18 18:59:19 +0000 > > csu: drop support for GCJ > > Remove .jcr sections and related infrastructure. This has no impact on > existing binaries and the toolchain remains capability of linking them, > but would require different (or additional) csu files. > > GCC removed GCJ from trunk in on September 30, 2016. Our support came > in with D17587 for compatibility with old object files. It was roughly > contemporaneous with GCC 6.5, the last release with GCJ support. At > this point we don't even have a compiler port capable of producing GCJ > binaries so there is no need to carry this around any more. > > For reference see: > https://en.wikipedia.org/wiki/GNU_Compiler_for_Java#History > > Reviewed by: kib, emaste Should also be Reviewed by: andrew, but didn't reload the revision after editing the commit message and lost a race. -- Brooks