From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-relay-canonical-1.canonical.com (smtp-relay-canonical-1.canonical.com [185.125.188.121]) by sourceware.org (Postfix) with ESMTPS id 6F9943858407 for ; Mon, 2 Jan 2023 11:42:00 +0000 (GMT) Received: from [192.168.178.54] (business-90-187-95-41.pool2.vodafone-ip.de [90.187.95.41]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-1.canonical.com (Postfix) with ESMTPSA id 587FA4357E; Mon, 2 Jan 2023 11:41:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1672659719; bh=JsX6LFxkayOV/QWW6veRMonPYIZ+y+PLQNC676tkmLM=; h=Message-ID:Date:MIME-Version:To:References:From:Subject: In-Reply-To:Content-Type; b=XIa+eDesckrwduiyrJia36z7b39pRUG3/lP/3iJArJqWWdhfaawN3FKzvDPPUF6Bg Kejy9tOs7iJ9qEpZrcJXmsZqRf/nCvJv5tT5H5GJmGkwgnp3ja69+a2JVM0+kcT4Ym sThb1XfITR9RmV34e5Q5qLFnNLvSPm5TSwa8VABDAyw+zaOViCMjnlkpauvqc6RU3o jwHASEjdQci6Nkh+V+0QEyDZyGv9RGVRlJRjdpzZ5KhfLra2CCZwOutumG+5WAi0Es xGvR6JFDI9AtkrJ2xbNrFWfYRKlXOSh+ilAeGtnvM8vj53U77RyLCNVeL9nNkwvX+w S9o4bUP35HCnw== Message-ID: <35a47bed-36af-6f8a-55a6-9cef247f9840@canonical.com> Date: Mon, 2 Jan 2023 12:41:58 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Content-Language: en-US To: Nick Clifton , binutils@sourceware.org References: <87mt739186.fsf@redhat.com> From: Matthias Klose Subject: Re: The 2.40 branch has been created In-Reply-To: <87mt739186.fsf@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,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 31.12.22 14:00, Nick Clifton via Binutils wrote: > Hi Everyone, > > The 2.40 branch has now been created: > > git clone git://sourceware.org/git/binutils-gdb.git -b binutils-2_40-branch > > A snapshot of the sources is also available here: > > https://sourceware.org/pub/binutils/snapshots/binutils-2.39.90.tar.xz > > Please could all patches for the branch be run by me. > The rules for the branch are: > > * No new features. > * Target specific bug fixes are OK. > * Generic bug fixes are OK if they are important and widely tested. > * Documentation updates/fixes are OK. > * Translation updates are OK. > * Fixes for testsuite failures are OK. > > Ideally I would like to make the release happen in two weeks time, > i.e. Jan 14, 2023. Which I hope will be enough time for everyone > to get their final fixes in. No test failures on amd64, ppc64el, ppc64. No test results yet for alpha, m68k, sh4, the hurd and KFreeBSD. For riscv64, there also is PR29940. Looks like libbacktrace is not built at build time, but only at test time when running make check. aarch64-linux-gnu: Running /<>/ld/testsuite/ld-aarch64/aarch64-elf.exp ... FAIL: ld-aarch64/tls-relax-gdesc-le-now arm-linux-gnueabi: Running /<>/ld/testsuite/ld-elf/tls.exp ... FAIL: Build pr22263-1 Running /<>/ld/testsuite/ld-ifunc/ifunc.exp ... FAIL: Run pr18841 with libpr18841b.so FAIL: Run pr18841 with libpr18841c.so FAIL: Run pr18841 with libpr18841bn.so (-z now) FAIL: Run pr18841 with libpr18841cn.so (-z now) FAIL: Run pr23169a FAIL: Run pr23169d arm-linux-gnueabihf: Running /<>/ld/testsuite/ld-ifunc/ifunc.exp ... FAIL: Run pr18841 with libpr18841b.so FAIL: Run pr18841 with libpr18841c.so FAIL: Run pr18841 with libpr18841bn.so (-z now) FAIL: Run pr18841 with libpr18841cn.so (-z now) FAIL: Run pr23169a FAIL: Run pr23169d i686-linux-gnu: Running /<>/ld/testsuite/ld-ctf/ctf.exp ... FAIL: Diagnostics - No parent dictionary Running /<>/ld/testsuite/ld-i386/i386.exp ... FAIL: Run pr19031 FAIL: Run got1 FAIL: Undefined weak symbol (-fPIE -no-pie) FAIL: Undefined weak symbol (-fPIE -pie) mipsel-linux-gnu (gas and ld): Running /<>/gas/testsuite/gas/mips/mips.exp ... FAIL: MIPS RM7000 workarounds test 2 (mips3) FAIL: MIPS RM7000 workarounds test 2 (mips4) FAIL: MIPS RM7000 workarounds test 2 (mips5) FAIL: MIPS RM7000 workarounds test 2 (mips64) FAIL: MIPS RM7000 workarounds test 2 (mips64r2) FAIL: MIPS RM7000 workarounds test 2 (mips64r3) FAIL: MIPS RM7000 workarounds test 2 (mips64r5) FAIL: MIPS RM7000 workarounds test 2 (octeon) FAIL: MIPS RM7000 workarounds test 2 (octeon2) FAIL: MIPS RM7000 workarounds test 2 (octeon3) FAIL: MIPS RM7000 workarounds test 2 (octeonp) FAIL: MIPS RM7000 workarounds test 2 (r4000) FAIL: MIPS RM7000 workarounds test 2 (sb1) FAIL: MIPS RM7000 workarounds test 2 (vr5400) FAIL: MIPS RM7000 workarounds test 2 (xlr) FAIL: MIPS II load $zero (interaptiv-mr2) FAIL: MIPS II load $zero (mips2) FAIL: MIPS II load $zero (mips3) FAIL: MIPS II load $zero (mips4) FAIL: MIPS II load $zero (mips5) FAIL: MIPS II load $zero (mips32) FAIL: MIPS II load $zero (mips32r2) FAIL: MIPS II load $zero (mips32r3) FAIL: MIPS II load $zero (mips32r5) FAIL: MIPS II load $zero (mips32r6) FAIL: MIPS II load $zero (mips64) FAIL: MIPS II load $zero (mips64r2) FAIL: MIPS II load $zero (mips64r3) FAIL: MIPS II load $zero (mips64r5) FAIL: MIPS II load $zero (mips64r6) FAIL: MIPS II load $zero (octeon) FAIL: MIPS II load $zero (octeon2) FAIL: MIPS II load $zero (octeon3) FAIL: MIPS II load $zero (octeonp) FAIL: MIPS II load $zero (r4000) FAIL: MIPS II load $zero (sb1) FAIL: MIPS II load $zero (vr5400) FAIL: MIPS II load $zero (xlr) FAIL: MIPS III load $zero (mips3) FAIL: MIPS III load $zero (mips4) FAIL: MIPS III load $zero (mips5) FAIL: MIPS III load $zero (mips64) FAIL: MIPS III load $zero (mips64r2) FAIL: MIPS III load $zero (mips64r3) FAIL: MIPS III load $zero (mips64r5) FAIL: MIPS III load $zero (mips64r6) FAIL: MIPS III load $zero (octeon) FAIL: MIPS III load $zero (octeon2) FAIL: MIPS III load $zero (octeon3) FAIL: MIPS III load $zero (octeonp) FAIL: MIPS III load $zero (r4000) FAIL: MIPS III load $zero (sb1) FAIL: MIPS III load $zero (vr5400) FAIL: MIPS III load $zero (xlr) FAIL: MIPS ELF reloc 28 (LLD/SCD, n32) FAIL: MIPS ELF reloc 28 (LLD/SCD, n64) FAIL: Full MIPS R5900 FAIL: MIPS MIPSR6 instructions (mips32r6) FAIL: MIPS MIPSR6 instructions (mips64r6) FAIL: MIPS MIPSR6 instructions (mips64r6) FAIL: MIPS MIPSR6 instructions (mips64r6) FAIL: MIPS64r6 n32 instructions (mips64r6) FAIL: MIPS64r6 n64 instructions (mips64r6) Running /<>/ld/testsuite/ld-elf/indirect.exp ... FAIL: Run indirect5 1 FAIL: Run indirect5 2 FAIL: Run indirect6 1 FAIL: Run indirect6 2 FAIL: indirect5a dynsym FAIL: indirect5b dynsym FAIL: indirect6a dynsym FAIL: indirect6b dynsym FAIL: Run indirect5 3 FAIL: Run indirect5 4 FAIL: Run indirect6 3 FAIL: Run indirect6 4 FAIL: indirect5c dynsym FAIL: indirect5d dynsym FAIL: indirect6c dynsym FAIL: indirect6d dynsym Running /<>/ld/testsuite/ld-elf/shared.exp ... FAIL: Build libpr16496b.so FAIL: Run pr2404 FAIL: Run pr2404n FAIL: Run pr2404 with PIE FAIL: Run pr2404 with PIE (-z now) FAIL: Run pr21964-4 Running /<>/ld/testsuite/ld-elfvers/vers.exp ... FAIL: vers24a FAIL: vers24b FAIL: vers24c Running /<>/ld/testsuite/ld-gc/gc.exp ... FAIL: --gc-sections with --defsym FAIL: --gc-sections with KEEP FAIL: --gc-sections with __start_SECTIONNAME Running /<>/ld/testsuite/ld-plugin/lto.exp ... FAIL: PR ld/12982 FAIL: ld-plugin/lto-3r FAIL: ld-plugin/lto-5r FAIL: PR ld/19317 (2) FAIL: PR ld/15323 (4) FAIL: PR ld/19317 (3) Running /<>/ld/testsuite/ld-plugin/plugin.exp ... FAIL: plugin claimfile lost symbol FAIL: plugin claimfile replace symbol FAIL: plugin claimfile resolve symbol FAIL: plugin claimfile lost symbol with source FAIL: plugin claimfile replace symbol with source FAIL: plugin claimfile resolve symbol with source FAIL: plugin 2 with source lib FAIL: load plugin 2 with source FAIL: plugin 3 with source lib FAIL: load plugin 3 with source Running /<>/ld/testsuite/ld-shared/shared.exp ... FAIL: shared (non PIC) FAIL: shared (PIC main, non PIC so) s390x-linux-gnu: Running /<>/ld/testsuite/ld-elf/shared.exp ... FAIL: pr26580-3 FAIL: Run pr21964-4 ia64-linux-gnu: Running /<>/ld/testsuite/ld-ctf/ctf.exp ... FAIL: Arrays (conflicted) FAIL: Conflicted data syms, partially indexed, stripped, with variables FAIL: Conflicted data syms, partially indexed, stripped FAIL: Nonrepresentable types Running /<>/ld/testsuite/ld-elf/elf.exp ... FAIL: PR ld/22269 FAIL: PR ld/22269 (-z dynamic-undefined-weak) FAIL: Build pr26391-5.o FAIL: Build pr26391-6.o FAIL: Run pr26391-5 FAIL: Run pr26391-6 Running /<>/ld/testsuite/ld-elf/indirect.exp ... FAIL: Run with libpr18720c.so 1 FAIL: Run with libpr18720c.so 2 FAIL: Run with libpr18720c.so 3 FAIL: Run with libpr18720c.so 4 FAIL: Run with libpr18720c.so 5 Running /<>/ld/testsuite/ld-elf/shared.exp ... FAIL: DT_TEXTREL map file warning FAIL: pr22269-1 (static pie undefined weak) FAIL: Run pr18718 FAIL: Run pr18718 (-z now) FAIL: Run pr18718 with PIE (1) FAIL: Run pr18718 with PIE (2) FAIL: Run pr18718 with PIE (3) FAIL: Run pr18718 with PIE (4) FAIL: Run pr18718 with PIC (1) FAIL: Run pr18718 with PIC (2) FAIL: Run pr18718 with PIC (3) FAIL: Run pr18718 with PIC (4) FAIL: Build pr23162a FAIL: Build pr23162b FAIL: Build libpr23161a.so FAIL: Build pr23161a FAIL: Build libpr23161b.so FAIL: Build pr23161b Running /<>/ld/testsuite/ld-elf/tls.exp ... FAIL: Build pr22263-1 Running /<>/ld/testsuite/ld-ifunc/ifunc.exp ... FAIL: ifunc-using shared library does not contain R_*_IRELATIVE relocation FAIL: Local ifunc-using executable does not contain R_*_IRELATIVE relocation FAIL: Static ifunc-using executable does not contain R_*_IRELATIVE relocation powerpc-linux-gnu: Running /<>/ld/testsuite/ld-ctf/ctf.exp ... FAIL: Diagnostics - No parent dictionary riscv64-linux-gnu: Running /<>/ld/testsuite/ld-elf/shared.exp ... FAIL: Run pr21964-4 Running /<>/ld/testsuite/ld-elf/tls.exp ... FAIL: Build pr22263-1 sparc64-linux-gnu: Running /<>/ld/testsuite/ld-elf/elf.exp ... FAIL: Run pr26391-5 FAIL: Run pr26391-6 x86_64-linux-gnux32: Running /<>/ld/testsuite/ld-ctf/ctf.exp ... FAIL: Diagnostics - No parent dictionary