From patchwork Wed Oct 2 10:45:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1991961 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=pfeifer.com header.i=@pfeifer.com header.a=rsa-sha256 header.s=pair-202402271039 header.b=OypkneoS; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4XJWh729Rwz1xtn for ; Wed, 2 Oct 2024 20:46:31 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1B6273858430 for ; Wed, 2 Oct 2024 10:46:29 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 541543858CDA for ; Wed, 2 Oct 2024 10:45:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 541543858CDA Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 541543858CDA Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1727865955; cv=none; b=VJ/5VnOUfQoQ26cvYpjUiovRr2NvDkH4BzHYura/Ux+/77g2l5zvRSq5+I1M/iNRBL3G39jpDBGvPpGzSE2tW7+HZsWwjI+JT7a9rWMYC+6a8rPGGbk3jApVcoyMFGsw5PgBoQvNvVQ9JIoo73MTaRJ/x2Rb0+3/LcHRGFKIrtY= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1727865955; c=relaxed/simple; bh=dI+mDP8NBLiBleCQ5tqPr+ZQZO1eKWUxaE1UgOkYVzI=; h=Date:From:To:Subject:MIME-Version:DKIM-Signature:Message-Id; b=StbeEGmLLb+9m7m4ZNzAmmYDrwW/gpSsYHniHt8MtBSq2QpGrBso6kc8DLDJm3EAS9UJosTiJcZ4WIEYhQADVmsRfRsyRiJaokpKF3VoSBsyNGH5t/sLZfc7Eyn49qLR6aEJbTXjR8cecKordAY3Gnz81EgUxDAPLAaVl8CGnQ4= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id F095133E79; Wed, 2 Oct 2024 06:45:53 -0400 (EDT) Received: from [192.168.1.19] (unknown [36.85.217.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 7814533E74; Wed, 2 Oct 2024 06:45:52 -0400 (EDT) Date: Wed, 2 Oct 2024 18:45:37 +0800 (WITA) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Jeff Law Subject: [PATCH] doc: Drop GCC 2.6 ABI change note for H8/h8300-hms MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pfeifer.com; h=date:from:to:subject:mime-version:content-type; s=pair-202402271039; bh=MQvl2IN4O3aNP2LfQilz2JSG5l3R79E6jlTuzZB7LHs=; b=OypkneoSrCxzvT1cRJ2EnlM+Xo/yek4J594ltW0EIZdLiFKN5HguMzqUR0m8BBCuhv3jh6qG9lHqGHvKFfM18k7NC4voNzsIJrpXpTG+UO1meMw4B3965x+mfCmTSsVhF85Aq+ePDqwnwdfMPJ+2jerr0iFPtBr6UqfOa9cpt2M5gZR2y6HDVi4d1jbSH+0yxOKcVF5PzTnDfvWfwFJlhnmbboxjQBW2bh6dYOGjeAcr6Z59UFtB60/+Ua90qJCLjPNkuHBLiqJX0oEBNCFuzycKcOm1cbye43erBvLl5XBuQFL6ydRg/C/IpfhZ9IvrKUHE9DEv3ZnwTT6nUiwkiA== X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20241002104553.F095133E79@hamza.pair.com> X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org Hi Jeff, going through doc/install.texi I noticed there is same really old note on h8300-hms, even predating egcs. :-) Shall we drop that? Gerald gcc: PR target/69374 * doc/install.texi (Specific) : Drop GCC 2.6 ABI change note. --- gcc/doc/install.texi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index e035061a23e..09559615bbf 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4118,11 +4118,6 @@ This configuration is intended for embedded systems. @heading h8300-hms Renesas H8/300 series of processors. -The calling convention and structure layout has changed in release 2.6. -All code must be recompiled. The calling convention now passes the -first three arguments in function calls in registers. Structures are no -longer a multiple of 2 bytes. - @html
@end html