From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x22f.google.com (mail-oi1-x22f.google.com [IPv6:2607:f8b0:4864:20::22f]) by sourceware.org (Postfix) with ESMTPS id 503D73857BB2 for ; Tue, 12 Jul 2022 18:51:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 503D73857BB2 Received: by mail-oi1-x22f.google.com with SMTP id i126so11595715oih.4 for ; Tue, 12 Jul 2022 11:51:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:organization:in-reply-to :content-transfer-encoding; bh=s1nObP8rLP+dIgunElJ/bM1wwwtB/gLP92fEHXe5Euw=; b=1b8Hw5Puot98LkxIcfzB8Y+XINMPBZvMsBuMHcD0G+eFv9S+fIpp22jcORNwUMdD5s AcBsOg1HwpsO1spTZ8s2SQR1M68qB+ZUhYAqQfTu1X4Ww/JtWHQXOxZxzXVsi1qTqmpD ppsfiBj4110fdTIwssxax57hjYOeGvh/4eOgpQt5ENk9+DMrN/QrJHZTuPdiem8r9lrv SZvgqQc9GKZMh7eehQcHN4ZPxKWDEkxkRuM587nJzhI3ot6Op5h93V0AnT0iRTE9xFHD AsgmBg4SAw1QtFjqtqPG41RT5LMsSfhbNrExuEODc81fV0TT4YFDHAFLDFAGscSfAcr4 mOSg== X-Gm-Message-State: AJIora8yadBfup/6O+RoFiS+wYV/tS2xVJfNWtGCVlGFoupH3dj9gGMp 4YMFARNN2J+X+daV7p2emnwqL8z13fzSGQ== X-Google-Smtp-Source: AGRyM1uK1w2sIPRkPxJrJuYOqgeDwNZ7jb+HIUKqgknLHYvfkH9QKvyN/rhaJr7OtS3r6YZPCTeeSw== X-Received: by 2002:a05:6808:1788:b0:335:af91:a407 with SMTP id bg8-20020a056808178800b00335af91a407mr2754047oib.108.1657651889392; Tue, 12 Jul 2022 11:51:29 -0700 (PDT) Received: from [12.18.8.156] ([201.46.27.6]) by smtp.gmail.com with ESMTPSA id 63-20020a9d0145000000b0060c00c3fde5sm3899722otu.72.2022.07.12.11.51.27 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 12 Jul 2022 11:51:29 -0700 (PDT) Message-ID: <355b2a35-7614-6a8a-f75c-5e2208326f9a@linaro.org> Date: Tue, 12 Jul 2022 15:51:21 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.0.2 Subject: Re: [PATCH v6 02/13] LoongArch: Add LoongArch entries to config.h.in Content-Language: en-US To: caiyinyu , libc-alpha@sourceware.org Cc: adhemerval.zanella@linaro.or, joseph_myers@mentor.com References: <20220708065255.2316410-1-caiyinyu@loongson.cn> <20220708065255.2316410-3-caiyinyu@loongson.cn> From: Adhemerval Zanella Netto Organization: Linaro In-Reply-To: <20220708065255.2316410-3-caiyinyu@loongson.cn> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-12.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, 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 X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2022 18:51:31 -0000 LGTM, thanks. Reviewed-by: Adhemerval Zanella On 08/07/22 03:52, caiyinyu wrote: > --- > config.h.in | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/config.h.in b/config.h.in > index bf316439a0..43d32518ab 100644 > --- a/config.h.in > +++ b/config.h.in > @@ -132,6 +132,12 @@ > /* RISC-V floating-point ABI for ld.so. */ > #undef RISCV_ABI_FLEN > > +/* LOONGARCH integer ABI for ld.so. */ > +#undef LOONGARCH_ABI_GRLEN > + > +/* LOONGARCH floating-point ABI for ld.so. */ > +#undef LOONGARCH_ABI_FRLEN > + > /* Linux specific: minimum supported kernel version. */ > #undef __LINUX_KERNEL_VERSION >