From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [IPv6:2001:67c:2050:0:465::201]) by sourceware.org (Postfix) with ESMTPS id 095C43858D33; Wed, 2 Aug 2023 13:57:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 095C43858D33 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4RGD7t55QRz9tHr; Wed, 2 Aug 2023 15:57:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1690984666; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3+md4JqGG4ZOYeR1hrxrTt/V4hNxUUDxj+DUQYKESo0=; b=eABj5qb8Sl3SemNipZO8GWRxu+xFGYmTR0AaECS4QUa7EfwizFN32X2OqEYctnWK2UCG2Y XL0TPDm10sbmgEEqba6PJ/XD5w1X+dRVGuG1FGDw6wmpU/vFjjuPBBUFcByjhGRFFGKXJw 5ZLedHDrgA6aG+OTsGz9wXlRg3anyI+M0dsNatOWUxj8v5rVOXOBYJFphMaod2Bno2YcyR DC1gewAAQtxuTjnn3driZtKaJ4PgVaKOuZH614/TlvyPQznCIPROsnR0my4zZtPjOA4fw3 AOCy2JA8KPW3oFnag+Bte7nIkzo9Tt1CNOcE2ZWuzkQCTPLcloxsr6+rOiID9A== References: <86lef23hcl.fsf@aarsen.me> <87y1j0gm6j.fsf@tromey.com> From: Arsen =?utf-8?Q?Arsenovi=C4=87?= To: Tom Tromey Cc: Alan Modra via Gdb , Alan Modra , binutils , Nick Clifton Subject: Re: Syncing the toplevel with the GCC tree Date: Wed, 02 Aug 2023 15:49:21 +0200 In-reply-to: <87y1j0gm6j.fsf@tromey.com> Message-ID: <87msz9y2aw.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Alan, Tom, Tom Tromey writes: >>>>>> "Alan" =3D=3D Alan Modra via Gdb writes: > > Alan> The process goes like this: > Alan> 1) Some ports have been removed from gcc but not binutils-gdb, so > Alan> firstly revert those patches to the top-level on the gcc side. > > Alan> 2) Copy over the gcc configury and makefiles. > > FWIW, when I was doing some merges from GCC, what I generally did is > find the upstream patches, "git format-patch" them, then "git am" them > into the binutils-gdb tree, fixing up problems along the way. Thanks for the tips. I've gone ahead and cherry picked (by adding my gcc checkout as a remote in my binutils-gdb checkout and vice-versa) most diverging patches from each repo. This approach also retains authorship information (though, I will have to comb over the resulting commits to add context and adjust commit messages). A few manual interventions remain, and I've yet to synchronize the libtool forks and re-do testing. I hope to finish that by the weekend. The result should be identical trees, which will make it easier to post and review patches for the gettext update and intl/ removal. Have a lovely day. =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIYEARYKAC4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCZMpg1xAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosST150A/0pOjX5gN1637JewpqhI0cjiGyvTkqIJRctn 0MstadbRAQCaARavcj7l6dzej/9hIekuS9QilFXTrsY2SvP5NYePBQ== =PxNk -----END PGP SIGNATURE----- --=-=-=--