From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe33.google.com (mail-vs1-xe33.google.com [IPv6:2607:f8b0:4864:20::e33]) by sourceware.org (Postfix) with ESMTPS id B62E03858D1E for ; Fri, 11 Feb 2022 05:56:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B62E03858D1E 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-vs1-xe33.google.com with SMTP id r13so4534210vsg.6 for ; Thu, 10 Feb 2022 21:56:36 -0800 (PST) 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=9SP3YIIsAxjv/Avb8ZNlPP/zddPopiOLBU10ay5oJIE=; b=PNzROF+LpGrxOf5u+9nwlaTJUqVN+IOmq8ETuBUoCcXRnbhzfYe7xkHZ8Ye/D2tcWj U2tW/TcEoRYDhmDhCji+xjT5aSrAij/Pr4KgqXD90xNY9DuYL41AgTpoAq2T1j2q4jBH QKnqjAUmvfy0vzxt4gCFsOUZk0mYNFEp6zc9hAzlE60npKMXdtBzHbq0UJ9U5sCS6ri6 BFiU7rHL7uPPaeFBXEEooH7RJawvGSb+Ghb/9E2CBunMKtoxyr4Vzoies1LJrE4aYDUs ZRon5TTH7DDN76wOhb5rR7lSUUnV/9lW9C6P0eYemoxNhhpi5EjIYEdbizfAtshoSr11 QTaQ== 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=9SP3YIIsAxjv/Avb8ZNlPP/zddPopiOLBU10ay5oJIE=; b=QTCjrhkmKwy26nrXPgYYvCG6srlqFqCVDwOh0r6s2dXou2rUySk29eaaIv1C5ajxJn HYr6EJCbgpd57WFtrVuyb70Yiq23uk99sQAP5NutjxFUALBTt7HxZTERuROGyKXIkStA atpdvjSa4bwa5TBe3bY3htbi1Fsoa+aqgQF1pWrsWCIE3BwJUq04XMUC2nPTsCmkMKpo hMDV/6N65iaXEknDD4+mAHQQ/Vbg1nFJI44ta8fT9bpE+mpA+xRHUeWPnbjVOpcBfRX6 tHLtItqlKhrtraqfKVWxGRciNrKZlTRTtKVpM1vescM9dneBaUkLpAIbECNo32m5/jGB eVeQ== X-Gm-Message-State: AOAM531+QDqBYKzpfZe6Yhf0FT3aZjsUVFGOMrEsew5wFpPUzOuwPo7k z9G+WlMoc5cfHWMixEYpDGu2XCVcmCYVLl0XD/1WtA== X-Google-Smtp-Source: ABdhPJw38f2/IJux8RxOwdAnAG1a2UwfNCWK5TJSONHhp8glToGZMNJYrqj1h6OgbiQbJaEyQ7mTFTLe78rmSorsRr0= X-Received: by 2002:a67:d98e:: with SMTP id u14mr52614vsj.2.1644558996283; Thu, 10 Feb 2022 21:56:36 -0800 (PST) MIME-Version: 1.0 References: <62cad0bb-b505-0944-020f-25116c46e50f@suse.com> In-Reply-To: <62cad0bb-b505-0944-020f-25116c46e50f@suse.com> From: Nelson Chu Date: Fri, 11 Feb 2022 13:56:25 +0800 Message-ID: Subject: Re: your patch "RISC-V: Add PT_RISCV_ATTRIBUTES and add it to PHDR" To: Jan Beulich Cc: Kito Cheng , Binutils , Jim Wilson , Palmer Dabbelt Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2022 05:56:38 -0000 Hi Jan, On Thu, Feb 10, 2022 at 8:38 PM Jan Beulich via Binutils wrote: > > Kito, > > it looks like it is this patch which has caused the ld-elf/seg-2 > ld testcase to be failing in 2.38, as compared to 2.37. It's the > extra phdr which looks to be getting in the way. The testcase > already has a fair number of #xfail targets - perhaps RISC-V wants > adding there, too? After building the rv32i-newlib/rv64gc-newlib/rv32gc-glibc/rv64gc-glibc toolchains, with master branches of gcc and glibc, and the binutils 2.38 release branch, I don't see the error you mentioned. Could you give more information, like which gcc or glibc branch you are using? Or other details that might help. Thanks Nelson