From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x429.google.com (mail-pf1-x429.google.com [IPv6:2607:f8b0:4864:20::429]) by sourceware.org (Postfix) with ESMTPS id 0A0983858D20 for ; Tue, 29 Aug 2023 22:50:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0A0983858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pf1-x429.google.com with SMTP id d2e1a72fcca58-68c0d886ea0so3472971b3a.2 for ; Tue, 29 Aug 2023 15:50:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693349407; x=1693954207; darn=sourceware.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=vf5abnukXcgs1UMra26clwM3gMXC7fRazh/bY7zS0Dk=; b=HDfpF4vmYvrBtekHpCF3+N8KkJTLbbdoyqhtlZWY4pgke91sNM7QSBuG2kaf1sI77h 5cZnyy5oJcFOqf7jT5DyPEwVF6VTmmKJeKWN0FeFn4nHgdCP5R+Vs29UZ/Qszu7hvvUc WfUSeqJtVI78XnXP7jWCSYE5cVg6OwcFgf5Kg1b7e9+6eJmNTnTl+0EXh36EVVLNbB81 2H9GMEYsl7aCmemdxBMNqHBmYrOHuU2oNVfFlA7ejalss25VqkUPBXmJA+UjcWITyuEv /8WcraPlk70elgYcreznR0sYUOK07m9BjixjkXWg2icJfpKxRMnO1bbp6xAnGxExNNdp rBoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693349407; x=1693954207; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=vf5abnukXcgs1UMra26clwM3gMXC7fRazh/bY7zS0Dk=; b=cUX8x4rmpL9nvNx4rblBs5JG2RdvCJ4BTTI4BCddC6pHkHS6uzgx9sSpLZFeNsqn4x OcUyEHOQCrOzxjp3N6w7Ehz7+dwJGF+S0BqDh2z7znbZ66HYUGYFUlWVewZVVQiiSdXQ J4q2h8sXparCq2zsoyNK5aiaF6ZRVhkO/GBQ6p6o3IuemjUD+lHIoL8yJRjTp1XxyW3X 9iZgxVqzjI8eR/sDDHo5v4GLNApm268cdz6gYLCOHz1Y89uTvWdp+V6GZG1Q9cKEK0Tq tLSmiK+E8IKd8c9WrEHPHiGVn6V6A+5OvwKBkRumKaCYdT/4SairvgK0HxQtyDvNoAFy 0uaA== X-Gm-Message-State: AOJu0YwU8rEuTX4NI+x8+6rdZmvzSRLg77CKdTSz7VKdH5btpQ0MblXg Hmgz7SaJSuVi61GfPFtaGra0h5x0V2nkO88xkC8= X-Google-Smtp-Source: AGHT+IGQppALN44yt1dx4QGR8MTemFLHz5InO9xAx+wFq1rfnQZ56XrcP0LAmThXExoxL34Otq83w25vuY9pATy5juA= X-Received: by 2002:a17:902:ea8d:b0:1b8:400a:48f2 with SMTP id x13-20020a170902ea8d00b001b8400a48f2mr506986plb.62.1693349406962; Tue, 29 Aug 2023 15:50:06 -0700 (PDT) MIME-Version: 1.0 References: <20230820171457.1377429-1-yunqiang.su@cipunited.com> In-Reply-To: From: YunQiang Su Date: Wed, 30 Aug 2023 06:49:56 +0800 Message-ID: Subject: Re: [PATCH v3 1/2] Gold/MIPS: Improve MIPS support in configure.tgt To: "Maciej W. Rozycki" Cc: YunQiang Su , binutils@sourceware.org, iant@google.com, ccoutant@gmail.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,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 List-Id: Maciej W. Rozycki =E4=BA=8E2023=E5=B9=B48=E6=9C=8825=E6= =97=A5=E5=91=A8=E4=BA=94 11:31=E5=86=99=E9=81=93=EF=BC=9A > > On Fri, 25 Aug 2023, YunQiang Su wrote: > > > @Maciej W. Rozycki How about this patch? > > This will have to be split as I previously outlined. Also I won't have Generally, we should split patches by code logic, instead of make it fragme= nts. For distrubutions, cherry-pick patches from master is needed usally. Fragmental patches will make lots of trobule to them. We should have a trade off, instead of be extrame. > any time to review patches in the next few weeks as I am out of capacity > right now. > > Maciej --=20 YunQiang Su