From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by sourceware.org (Postfix) with ESMTPS id 101A23858D3C for ; Mon, 17 Oct 2022 08:05:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 101A23858D3C 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-ej1-x62a.google.com with SMTP id ot12so23100222ejb.1 for ; Mon, 17 Oct 2022 01:05:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=W/0a/AC6HkggiO6Z+WBpWJ/G6SHxTBt9YZv+v50WnEc=; b=UtCJkgo0Yc25D7E18DkGsGYV8Hlt/m3upZeoW9dNaPnVOPGXGFo+f3xSJxTs9V8y3y n9LagWpkN4/BygqSAIm0DocQkC5mUBFz6MquyrO4ClyjrdOkk9EtadrlRXT2BymZklKG zyL71yBVw2TF97fa+JxFmaZbSit2FET28pREwGLJTR0WiHtCN41205JyHaN6pYQkJ+Cy wWrzhgSqRhjGBTuNBiipn80FyP8fCZ5nwohf3zFjPb/2XrjkbvX8BCqMgEpbhRlwW5WU VC/Idtm5b0VW22So07SEn2qQ+aYh3MtOczAIpeHMnx9Bv7E6oRHmb9m+sgYzhHrXfJOA x5sg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=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=W/0a/AC6HkggiO6Z+WBpWJ/G6SHxTBt9YZv+v50WnEc=; b=Hz/pobPxANRFbx7CPrzJ70e7G/xtziSDgzpQ4mu9xT2xiY1/XnRyK3ByFba1Zi+RIW qWsvs/eKz5y2QspxRRXhWuEvZWUQVyxxo09MSxIUFW7EKSbgn8pXN2C+gds/QdW+5oxc pGroLzWBLtb0bzQr1H/Np/f3dPuKKHleyogyTj9/Uozyq3ZJQFrlz47bPKnBaljMsByg omfLrTvm45FMSQE/Hoky1T2VdYX0I3jEdK+rjJc2w+ip4pS8MafSKk5N20TgZJEk3xXU qCxiPmRKTueCT+x5Wd+Xrq7dl93yrSHUn1KG2WFWVE2fa9duDhDZqQ1qnRl506L8jUSE Y3wA== X-Gm-Message-State: ACrzQf3O69VQzGTxfkI8fdN2PtPjcbGaV58ziVNgAnY5UuQCj6V/YhUr tygLYPbZyU/9PnCagNG8RBft0NZrUvR+Y8FwDRg= X-Google-Smtp-Source: AMsMyM51uPGFroeTfFdd8O1InsK25AjUoXx6GsemoGKP9hSs3Wr/TIXgELE6e9buUsjNQ81FR0OAWce3uZdeVykNLIE= X-Received: by 2002:a17:907:2da6:b0:78d:3cf1:9132 with SMTP id gt38-20020a1709072da600b0078d3cf19132mr7668825ejc.299.1665993916510; Mon, 17 Oct 2022 01:05:16 -0700 (PDT) MIME-Version: 1.0 References: <20221017073047.117398-1-juzhe.zhong@rivai.ai> In-Reply-To: <20221017073047.117398-1-juzhe.zhong@rivai.ai> From: Kito Cheng Date: Mon, 17 Oct 2022 16:05:04 +0800 Message-ID: Subject: Re: [PATCH] RISC-V: Fix format[NFC] To: juzhe.zhong@rivai.ai Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-8.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,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: Committed :) On Mon, Oct 17, 2022 at 3:31 PM wrote: > > From: Ju-Zhe Zhong > > gcc/ChangeLog: > > * config/riscv/t-riscv: Change Tab into 2 space. > > --- > gcc/config/riscv/t-riscv | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gcc/config/riscv/t-riscv b/gcc/config/riscv/t-riscv > index 2f060437c23..15b9e7c01b1 100644 > --- a/gcc/config/riscv/t-riscv > +++ b/gcc/config/riscv/t-riscv > @@ -11,7 +11,7 @@ riscv-vector-builtins.o: $(srcdir)/config/riscv/riscv-vector-builtins.cc \ > $(FUNCTION_H) fold-const.h gimplify.h explow.h stor-layout.h $(REGS_H) \ > alias.h langhooks.h attribs.h stringpool.h \ > $(srcdir)/config/riscv/riscv-vector-builtins.h \ > - $(srcdir)/config/riscv/riscv-vector-builtins.def > + $(srcdir)/config/riscv/riscv-vector-builtins.def > $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ > $(srcdir)/config/riscv/riscv-vector-builtins.cc > > -- > 2.36.1 >