From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x232.google.com (mail-oi1-x232.google.com [IPv6:2607:f8b0:4864:20::232]) by sourceware.org (Postfix) with ESMTPS id 5D95F3835839 for ; Thu, 21 Jul 2022 21:02:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5D95F3835839 Received: by mail-oi1-x232.google.com with SMTP id i126so3613621oih.4 for ; Thu, 21 Jul 2022 14:02:38 -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:references:from:organization:in-reply-to :content-transfer-encoding; bh=zG0UzlRgfWofWai3rL4HLYt5SpvWciAXajtWNiWorD8=; b=jbttNLEpXAhnCsEOtgfUSAHpKdwTNzaKYGumZUl3js0P6xbBkPMnJs58VEdwI5+eru YlEHJ+unUT6bE4c3e3ndE9oYsmIE+3M94sQrWH9ZDKweXPFTdd2OVUYbFlJtYsIwXSuS m7zsW68KN+1bv6QhrhueXe5Mi1G1/luxgUVHxJvdQDzLkIFjwEX4o5bgcltYkDNPBwXM 4gN6akjPC2WdYcYXivuLCuhSkCu5YI7Yew/YVw/06N2AJ4RYO6QK3erPywIQWjYuzOkV P90/sC4v+tcGQVBo25CUdGoR6uLI0fSMnPnArknvYQQqhLk5mkV0cnLbtbzLDH01gZ8R +9vA== X-Gm-Message-State: AJIora/vRQP1KNF08tFkPD+pJYUHQ8eh8dcJhR6ctCf0HUQiPmNU1NPN jIrpvU93b2C3lHFHenfIuhAHiw== X-Google-Smtp-Source: AGRyM1t08Q5NrrKizDrif72+GwYW4R5bGBHsZTFSQLhVd27KqhdfCsRp6kzCJb7izNAruT5zBbzesA== X-Received: by 2002:a05:6808:170b:b0:333:53cf:8022 with SMTP id bc11-20020a056808170b00b0033353cf8022mr5770871oib.28.1658437357650; Thu, 21 Jul 2022 14:02:37 -0700 (PDT) Received: from ?IPV6:2804:431:c7cb:8ded:90a7:7be2:9a21:5f25? ([2804:431:c7cb:8ded:90a7:7be2:9a21:5f25]) by smtp.gmail.com with ESMTPSA id r20-20020a05687080d400b0010d677cb630sm1338765oab.6.2022.07.21.14.02.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 21 Jul 2022 14:02:36 -0700 (PDT) Message-ID: <0ac31835-45b5-c962-fdcb-c0d6dbc91199@linaro.org> Date: Thu, 21 Jul 2022 18:02:34 -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 v7 01/13] LoongArch: Add LoongArch entries to config.h.in Content-Language: en-US To: caiyinyu , libc-alpha@sourceware.org, joseph_myers@mentor.com, carlos@redhat.com, i.swmail@xen0n.name References: <20220719012056.1461897-1-caiyinyu@loongson.cn> <20220719012056.1461897-2-caiyinyu@loongson.cn> From: Adhemerval Zanella Netto Organization: Linaro In-Reply-To: <20220719012056.1461897-2-caiyinyu@loongson.cn> Content-Type: text/plain; charset=UTF-8 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 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: Thu, 21 Jul 2022 21:02:39 -0000 LGTM, as for v6. Reviewed-by: Adhemerval Zanella On 18/07/22 22:20, 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 >