From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd43.google.com (mail-io1-xd43.google.com [IPv6:2607:f8b0:4864:20::d43]) by sourceware.org (Postfix) with ESMTPS id A72CF385782E for ; Wed, 26 Aug 2020 01:15:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A72CF385782E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nelson.chu@sifive.com Received: by mail-io1-xd43.google.com with SMTP id z17so470126ioi.6 for ; Tue, 25 Aug 2020 18:15:14 -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=lCNyBvtwfaaIcIZZDS+po8muwBWOGau7yNQt2IY0RBY=; b=Hz0Sjr6Mmn3yknFfu1Q83wSO3TGZpfOaV+/69dbdJu55u3uns0nrG5SUvHM25DzB8t FqXIcKGXVdBmsVgAqyWbZFwBLyJYQwuwhXpcotxAJievnSwE9rFvak3fU1z1VYmL0fIU RXIWv3q6pgP+Hzovp185fKn6BPRd/smXWYY5fH8ig3HZdbO/RCzHCIbMpWFMdGFdYcf8 JSz6CkZaYREyhlsV6tfDKU6mfagz9FT2YpEYBs+7gHixayDiIU87Zm6yVQC1xjvTO9gd I3t7wu+xso7lskYgAw8xMS6rPKOBMD99eJAhiGvBuAcACUfmWWqvX1rd5carAdb9h1mv vqug== 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=lCNyBvtwfaaIcIZZDS+po8muwBWOGau7yNQt2IY0RBY=; b=ievBGIIiP9G6bqozft8ejGbjV4yzdk3JRea2afPaCi/3nNEUh2gZM8AUWH+pNLYF0n ROYKxaKxenXmcJGiSLpoat/WR6tQA2sVFFrR80KBwyx+JFmiokXyp+3TaLaQWpJgY13K yMeBUv25i29eixVZNrDZGGVLwAQO+b3h8mXuSChP3kYNHdbtoIWfuxkeoswbh0+7/Mh+ 42P84LeflyL94IcvR4P8Xz4c9Sj8eMSxN5uddqiH+ibCqmA4A2Mc44Ela/PPOqMjONbI BN6KVsUMB95yPegjGGVEVRSBf6Nml0O/BVh8CvE87hHe1kwTMQBCTMzhF8bIyqnIXQP1 UXkg== X-Gm-Message-State: AOAM530dzlgbuDRJfihR1fuqdkoZa+jI22fdIyQL1TVtmA+/xHgzkDYm cW2Cet+5DnwGdcnjgj3NoE0iPrcd4l7W2Nh/g1L8OQ== X-Google-Smtp-Source: ABdhPJw1uJaDc+RBJTko72AraugfE/Dic5u9sZYuSmFFv2QY0VNy1xNIyfJ/kkYMD4OiZPBGfAURzQgWgYbDq1cbJBM= X-Received: by 2002:a02:3003:: with SMTP id q3mr9781639jaq.4.1598404514100; Tue, 25 Aug 2020 18:15:14 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Nelson Chu Date: Wed, 26 Aug 2020 09:15:05 +0800 Message-ID: Subject: Re: [PATCH v5 00/17] glibc port for 32-bit RISC-V (RV32) To: "Maciej W. Rozycki" Cc: Alistair Francis , Alistair Francis , GNU C Library Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-4.2 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 autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Wed, 26 Aug 2020 01:15:16 -0000 On Tue, Aug 25, 2020 at 2:17 AM Maciej W. Rozycki wrote: > > > > NOTE: This doesn't include the failing maths tests (that is an issue > > > > only when running on QEMU) or the PLT issue for RISC-V 32-bit. > > > > > > Ack. Can you check if the PLT issue has been fixed with > > > ? > > > > Yes, using the latest binutils with those patches applied seems to fix > > the PLT failures. > > Good to know, thanks for confirming. So I guess we can ignore the PLT > check failure and expect anyone caring about clean results to use most up > to date binutils once the fix has been included (and until then use the > patch applied locally). > > I've cc-ed Nelson to give him some incentive to upstream his fix quickly. Good to know that the patch could help. Thanks for the information, Maciej and Alistair. I will resend at least the PLT improvement patch (Regard the R_RISCV_CALL and R_RISCV_CALL_PLT as the same one) ASAP. Thanks Nelson