From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x232.google.com (mail-lj1-x232.google.com [IPv6:2a00:1450:4864:20::232]) by sourceware.org (Postfix) with ESMTPS id E29A2385D0CA for ; Mon, 31 Oct 2022 16:26:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E29A2385D0CA 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-lj1-x232.google.com with SMTP id x21so15979530ljg.10 for ; Mon, 31 Oct 2022 09:26:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=rL2OsOT0+k/EZQN9q05Ci6nMnREHV1G+x7cVvZ1UaP4=; b=LBCpsEeL6GnV0HxhjoeOQ62WAvE7YFztBexdxhDF8HoH4uylX+t7ymS1WGpfMMJ8H3 /FJx67tFiYuvo3WQMeWrQ1LAVB63PB9S8oFG/dgeLtGgqj/CJqCdhWp3IvrcwcP5gA4m Yj1/0StKK4pUHORj4DJQ3alXDuf2U9A/QjGa8ashgaiD3n9aIq8Oz5woAeOFrk6JKQ/0 WdK3lFO6UyiVySkep68dtE4A5e6NAR0DjpVDXlKFumfPnoOaCGDcFVn4Jd/170jDMqSO mPQ1jw324wD4dvg1clHgLswevqe3mnl2q6BusRxln3o0NXk3mhVg0BoiLlf0V4aFic+W WHhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding: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=rL2OsOT0+k/EZQN9q05Ci6nMnREHV1G+x7cVvZ1UaP4=; b=pX7kocQkyNHy1UMzOf1qYz6fbOvILZnYvL9FYsf6Wy4OeBtJJVRbMsY/PQ28thGLDt hsttJEPWIXnbhRuv4w193U8hX012MF+5kfZOi8SmjoDyQmVKi9JVc2c3/zB1MYeceM2K 1+XhbMdcDUalPZ9aeO//tuNIkNZa6ucf/QNuWlHxXihU0uWoa1bYVNf4qpXOLbRAqVUo gA2j9ePHwfHEaBmm9KwpK/t6UFXgDFb8N53hAVkkv0smA8As/rBrGZmm8MJDCrWVdDcy 6CjcX8zND0b8OlVlV2TGX/zEsbmyWIIXtzA+YRQrsh4mk9m0nkIXivvmJupHGdmsid96 1jeg== X-Gm-Message-State: ACrzQf0r4ePDToptqGhiCbiRxw9e318ey9fKKjf/75YAM3LVz7bGKdBf r9is4r+BOsb9kROfza3mF4aldKuHexwJgCwR7+k= X-Google-Smtp-Source: AMsMyM5KE2evMLyvnonJAINO7ISECm6LYalPAYf8rKAV0/8XGZHqLwv35HsjG469EztuxDLjnSN1TYw8aUBHYyvIwcc= X-Received: by 2002:a05:651c:1184:b0:277:64ad:384d with SMTP id w4-20020a05651c118400b0027764ad384dmr31919ljo.248.1667233567472; Mon, 31 Oct 2022 09:26:07 -0700 (PDT) MIME-Version: 1.0 References: <20221014091248.4920-11-haochen.jiang@intel.com> <0aa4d551-e9ab-5e09-4f94-c672b7724915@suse.com> <9f7cfcd0-36aa-91d0-dfd6-462b69c41ac7@suse.com> In-Reply-To: From: "H.J. Lu" Date: Mon, 31 Oct 2022 09:25:31 -0700 Message-ID: Subject: Re: [PATCH 10/10] Support Intel PREFETCHI To: Mike Frysinger , "Cui, Lili" , "Beulich, Jan" , "binutils@sourceware.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3016.8 required=5.0 tests=BAYES_00,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: On Mon, Oct 31, 2022 at 9:10 AM Mike Frysinger via Binutils wrote: > > On 27 Oct 2022 07:01, Cui, Lili via Binutils wrote: > > + as_warn (_("only support RIP-relative address"), i.tm.name); > > this doesn't compile > CC config/tc-i386.o > In file included from ../../../gas/as.h:133, > from ../../../gas/config/tc-i386.c:28: > ../../../gas/config/tc-i386.c: In function =E2=80=98md_assemble=E2=80=99: > ../../../gas/asintl.h:54:20: error: too many arguments for format [-Werro= r=3Dformat-extra-args] > 54 | # define _(String) (String) > | ^~~~~~~~ > ../../../gas/config/tc-i386.c:5039:14: note: in expansion of macro =E2=80= =98_=E2=80=99 > 5039 | as_warn (_("only support RIP-relative address"), i.tm.name); > | ^ > -mike It has been fixed. --=20 H.J.