From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 03CA23844769 for ; Mon, 20 Feb 2023 14:36:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 03CA23844769 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1676903779; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ocGI1rbBP91Or3a3HaBWZ1k+IofDLNPRIjRr5Q006V8=; b=J3qc2TZ/YiWqaS8VbS9u8jwXU5MP64GWpWt8l5VOGKJqIiogbmAd/TF560mPgkZ9rBLE/L XHtpDuWglkW2+SPqyeoGuOXD8kXKvOCdMyJnWxx/v7nZaDxi5PkYEUWBl3NGiS92QAs91E feCbVVXnj/HXyjglKh3t8oT89QiBdCs= Received: from mail-lj1-f197.google.com (mail-lj1-f197.google.com [209.85.208.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-132-mspPd2O0M3SjY4cmINXKUw-1; Mon, 20 Feb 2023 09:36:18 -0500 X-MC-Unique: mspPd2O0M3SjY4cmINXKUw-1 Received: by mail-lj1-f197.google.com with SMTP id z5-20020a2ebe05000000b002931e335f88so387780ljq.11 for ; Mon, 20 Feb 2023 06:36:18 -0800 (PST) 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=ocGI1rbBP91Or3a3HaBWZ1k+IofDLNPRIjRr5Q006V8=; b=Yn+Bty0A0IUk1HYgxP1oX10PyM6j2V0ZznDWieqgentySJ7ukTMqEv4SEz62AI/oL0 5fBxj5M8fOBx4S2IvDYmW/3YaVzy6fZRCNm/WYyGFbfVqq5tV9q57jUvGS/K4ckNPIfo DqpkzSfTtscE2bPXIlmTScC58zMiSmaluHJR123yBSh8AMZIryeDgQsQkCicLAokQx/7 JkCnCO+MFXvWILEQTIQn9Ta3Wgb+KNQzC1RMDoOOuP/d2ELu0gOYGT5gfhoe6hwnNuLm hAA+Cfi8pjXFUoQ2vv6G99mvPwRHTJgEjzmhpuIwsfxZRXPtLIUVCJiruYAHuIlLhca6 ckGg== X-Gm-Message-State: AO0yUKWNL+6yPPn690BGdTzCZx9qbNlL3sA+33rV0CHjAUsoUn0SW1Lr No32Ziyjk7+fbGJaoQpV3UMu6pRrBEk2Ng729MfYx5TOS/1RbcHl8t4ZfpLsl0hcVAmQ4qM5AdK KpCRxRh2NZSfaG6pQCgXjuCnTkxoZLw2OAA== X-Received: by 2002:a05:651c:205e:b0:293:4fd1:6105 with SMTP id t30-20020a05651c205e00b002934fd16105mr688640ljo.9.1676903777088; Mon, 20 Feb 2023 06:36:17 -0800 (PST) X-Google-Smtp-Source: AK7set+w8iux0zKJxLsT9yvYPccV+ryOq03EUh06Gv8WP5CEUIY8fhdMYssLlWmLWcI152EBO3i+7N+oAGgCf5BgHOU= X-Received: by 2002:a05:651c:205e:b0:293:4fd1:6105 with SMTP id t30-20020a05651c205e00b002934fd16105mr688634ljo.9.1676903776733; Mon, 20 Feb 2023 06:36:16 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Mon, 20 Feb 2023 14:36:05 +0000 Message-ID: Subject: Re: [PATCH] libstdc++: Update baseline symbols for riscv64-linux To: Andreas Schwab Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-6.3 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,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, 20 Feb 2023 at 12:10, Andreas Schwab via Libstdc++ wrote: > > libstdc++-v3/ > * config/abi/post/riscv64-linux-gnu/baseline_symbols.txt: Update. Looks good, thanks.