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.129.124]) by sourceware.org (Postfix) with ESMTPS id 894B33865C2A for ; Mon, 16 May 2022 20:35:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 894B33865C2A Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-631-znPU3n7XNwiatQSyVO_aeQ-1; Mon, 16 May 2022 16:35:23 -0400 X-MC-Unique: znPU3n7XNwiatQSyVO_aeQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 831E129ABA20; Mon, 16 May 2022 20:35:23 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.193.27]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C46997774; Mon, 16 May 2022 20:35:22 +0000 (UTC) From: Florian Weimer To: Adhemerval Zanella Cc: Adhemerval Zanella via Libc-alpha Subject: Re: [PATCH] scripts/glibcelf.py: Add *T_RISCV_* constants References: <87ilq5p7t0.fsf@oldenburg.str.redhat.com> <32f81bcb-ec8a-948b-514c-fd6d0b5202c6@linaro.org> <87ee0tp6pe.fsf@oldenburg.str.redhat.com> <1aca5670-da65-1119-3e2c-f8a22ea949fb@linaro.org> Date: Mon, 16 May 2022 22:35:21 +0200 In-Reply-To: <1aca5670-da65-1119-3e2c-f8a22ea949fb@linaro.org> (Adhemerval Zanella's message of "Mon, 16 May 2022 17:28:03 -0300") Message-ID: <87a6bhp65y.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Mon, 16 May 2022 20:35:28 -0000 * Adhemerval Zanella: > On 16/05/2022 17:23, Florian Weimer wrote: >> * Adhemerval Zanella via Libc-alpha: >> >>> On 16/05/2022 16:59, Florian Weimer via Libc-alpha wrote: >>>> SHT_RISCV_ATTRIBUTES, PT_RISCV_ATTRIBUTES, DT_RISCV_VARIANT_CC were >>>> added in commit 0b6c6750732483b4d59c2fcb45484079cd84157d >>>> ("Update RISC-V specific ELF definitions"). This caused the >>>> elf/tst-glibcelf consistency check to fail. >>> >>> I was about to investigate it, thanks. Strangely enough, I only saw >>> the failure for i686 (x86_64 does not show it). >> >> Python version too old? > > Not sure because I use Python 3.10.4 on both scenarios. Huh, 3.10 is fine. And I saw the failure on x86-64 and i386. Thanks, Florian