From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_REPLYTO_END_DIGIT, MAILING_LIST_MULTI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id A97C41F5AE for ; Mon, 13 Jul 2020 16:24:06 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 653B13861000; Mon, 13 Jul 2020 16:24:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 653B13861000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1594657445; bh=fvV+16hQxYXK1C+Uf302Yxv/ftNyvMx6r0iB65Hfv1k=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=UA478bJ/LqJgxdH8CM6WlDdJ9K3seC/dEcAGvBzjIqix4WQYR0fvCZSh8ZrhOUhwy YFVJXrQankhGs7dd/0lvUKSsg6ldHDLZ1IkZeLDiNI2z12jkySgDjiaKPVULcprzcp ts/TzyxdtkjBU7r9AOAoW8E8fqE6yHY2nnLAn4cg= Received: from mail-il1-x144.google.com (mail-il1-x144.google.com [IPv6:2607:f8b0:4864:20::144]) by sourceware.org (Postfix) with ESMTPS id 3DD2B3858D37 for ; Mon, 13 Jul 2020 16:24:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3DD2B3858D37 Received: by mail-il1-x144.google.com with SMTP id q3so11671313ilt.8 for ; Mon, 13 Jul 2020 09:24:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fvV+16hQxYXK1C+Uf302Yxv/ftNyvMx6r0iB65Hfv1k=; b=kULmN2uAAueye/Ip89DcEbdMrgn8nRAHlcEMdz8J8jTEHT9qFi2YuhmqVrVI9rsg/X qzi/dI+f0IKR3ynoOMpzlXo3gTqzjKRISkSfvYNar4QNhli+9bPNfT2rCdI4q90ROh0+ 0gsPhLTtkTuFt5usBa7nhDUJlaU38oUNKltFcxpWsDJhTuiVsvjS8hsztNl7eBTj0hTS ZxJhqIAwWw5qU5hzA9wOBAgMxPEYbxV+LDShe8OZfZkH4vAV0d8fuRmLI9AfSqQQ9/+D 6Q1WcgmgqZAjRqR3jLzr3V1BvfPvnsKNQ/CRMTx3vdDcYMa07UaOlB0b9NknqXBADQ3c 36CQ== X-Gm-Message-State: AOAM531bA0dKhuS3qejizOFUjlLQAL7UWu4stbJyckNmN3vUDUc+H9I4 SSK+eaGRNa6eClh7SUIlrS7L/VPtSYl9D5yAfbFkW5Gv X-Google-Smtp-Source: ABdhPJw8R+OClt+9eyIh7Jn8odcUHp4Dh3aMGBWeUxDs4O26Te5L65z6qh0lzWWcFi5MaGv4PravP+ytoFIJCiRt2n0= X-Received: by 2002:a92:c213:: with SMTP id j19mr562525ilo.40.1594657441728; Mon, 13 Jul 2020 09:24:01 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 13 Jul 2020 09:14:03 -0700 Message-ID: Subject: Re: [PATCH v2 11/18] RISC-V: Add ABI lists To: "Maciej W. Rozycki" Content-Type: text/plain; charset="UTF-8" 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: , From: Alistair Francis via Libc-alpha Reply-To: Alistair Francis Cc: GNU C Library , Alistair Francis Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" On Sun, Jul 12, 2020 at 1:57 PM Maciej W. Rozycki via Libc-alpha wrote: > > Alistair, > > Maybe: "RISC-V: Add 32-bit ABI lists"? Fixed. > > On Wed, 3 Jun 2020, Alistair Francis via Libc-alpha wrote: > > > Use the check-api and update-abi to generate the abilist for rv32. > > What does `check-api' refer to? I can't see such a Makefile target or a > script. Also something's missing or extraneous here WRT first "the". I have corrected this. > > > diff --git a/sysdeps/unix/sysv/linux/riscv/c++-types.data b/sysdeps/unix/sysv/linux/riscv/c++-types.data > > new file mode 100644 > > index 0000000000..0fb0143ae7 > > --- /dev/null > > +++ b/sysdeps/unix/sysv/linux/riscv/c++-types.data > > This would better be `sysdeps/unix/sysv/linux/riscv/rv32/c++-types.data', > I think. We have no "default" architecture. Likewise the other files. > Let me know if you disagree. Agreed! I have moved it into the rv32 directory. > > Otherwise these are all generated files, and I have verified the contents > pass our checks, so it all looks good to me. Thanks! Alistair > > Maciej