From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x12a.google.com (mail-lf1-x12a.google.com [IPv6:2a00:1450:4864:20::12a]) by sourceware.org (Postfix) with ESMTPS id 69AA1385AC2E for ; Mon, 25 Oct 2021 21:08:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 69AA1385AC2E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=sifive.com Received: by mail-lf1-x12a.google.com with SMTP id x27so12201563lfu.5 for ; Mon, 25 Oct 2021 14:08:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=KHoGmo7ZZct7xZsm5B7VmuTJTJvk0+oTmxOjap8kCuc=; b=eW8njeOArjBa1Rl7No8RspnrQjAwMOvQThyE6L8dhYE2ZYRTfdEIf73YLImX8OTAWb nx7+1P+j5bV9Iw200Y1WRvCf1uCbt+f6lfjeWiyXV97emldJYnTI/Jq+2tB1eoJflCnE VtUKfohncwmypBDnwIzH412dqVZVpH3ANTSioKubDNJ5mfLteQ5Q6EEoGKDgEjp7vKAs 6m5zvZ4GYjo0chFyAHKnlq6Xbnl0KBTKP7q2WuHzDA2S34Ujh8Uz/nRAS1EK8lphMbl5 ebYh79/jvbbdh7hghJjGOs7j2HzTfopbOdZH8UywMCF1ek3gmP/IyTwv4Ez95uxw8pn6 fiAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KHoGmo7ZZct7xZsm5B7VmuTJTJvk0+oTmxOjap8kCuc=; b=I9IBvDYpECHk2EKi/ienKW1y8aOouHih5FfaYmP0oHHPLhUtJacyYSN/Bg4r3C1wVo 4TDctFro9Dwa4ePSXbsfAtUWajsoKLRwkxSr8+coBrUNV4HJ7D4BXMMzoQO3rRUsdvm0 ihK9pm4xvkBguRZBPCxIRrBjz6z3j19GKosDTwtv5iAxrMnerzmpYWqGprXOdsxgoOpS UtDJWEolp13+GqGjKeyjUsBA0/QFUQTlPzPQ0HVLRofu/CxubkaQQQ5F9Y3nrsL4NDsT KxJIa83kLc8Mw/mc7+Za2AgMAbHWwmCaMnEpSiFJBBnohhE7lIHJarJMIFZGTH2vYEB7 WbUg== X-Gm-Message-State: AOAM531JDKRQ0XzH9Vv6r4UnpynW9S0TZie7ZfrT69z/wUEwyfE/nq2Y HcQ7b/ZtLUKLZoy5rMevDxW+SJMfDoQ+E3qDrZbyUW3uiweDrQ== X-Google-Smtp-Source: ABdhPJwAd/lBMuZ3KjQIT4LdwK50yLBEfaRe00ONbfYjzdlyU+Y2XzY7tFP/B6cF01/V3FRIJ/IOaxUn/sEzRwV2oII= X-Received: by 2002:ac2:4c34:: with SMTP id u20mr1364120lfq.500.1635196117297; Mon, 25 Oct 2021 14:08:37 -0700 (PDT) MIME-Version: 1.0 References: <2907E02A-7AC9-4D39-8252-9E43A2B34992@jrtc27.com> In-Reply-To: From: Jim Wilson Date: Mon, 25 Oct 2021 14:08:26 -0700 Message-ID: Subject: Re: [PATCH] riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC. To: Palmer Dabbelt Cc: James Clarke , Kai Wang , GNU C Library , Andrew Waterman , Kito Cheng X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Mon, 25 Oct 2021 21:08:40 -0000 On Wed, Aug 11, 2021 at 4:52 PM Palmer Dabbelt wrote: > IIUC the ABI patch still isn't merged, which is what makes it actually > official. I'll take this when it lands. > Just following up, the psABI patch was merged in https://github.com/riscv/riscv-elf-psabi-doc/pull/190 and the psABI has gone into public review for the first official release. So we would like this patch from Kai merged in. https://sourceware.org/pipermail/libc-alpha/2021-August/129931.html in case you lost track of the original message on this thread. Jim