From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id B234A3858C52 for ; Sat, 16 Dec 2023 04:02:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B234A3858C52 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B234A3858C52 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:ea4a:1:5054:ff:fec7:86e4 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702699371; cv=none; b=KJ+b36KIiPEj881wSsLbzx81W5njIJBAp/CqVkLhHLS+UE2r8SB5+QTpj20yPzc2S4KhOLtcLQgAjqPgg3NkI3bHGKDwnSWBH3JJP+5xTpqsDzveedfsRjH/OUVYspKCrFL92QACPIwVjo8sD/K34cOZtVtL7YjqDJ5VV9Hi4l8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702699371; c=relaxed/simple; bh=elI2IPLxwaHOGPLW5Q/SS5F2R3sfxWqH05iuku9NPG4=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=RpEfpuvEvPSSCEVhZSCnLpAj2lhbHClzcQZYByJ5g/EKPHG+8T/TiugwmqDMtEeLYz7c9ucWQK5iZBLOVZKHri18V6YZ1vZ2iNgAZ0534M7b0ZkiUaZzidEiyn6QPN9I4yzzuzZrf+75MRr068+0N6CsGCkxOHDOPzgM5ODgB/k= ARC-Authentication-Results: i=1; server2.sourceware.org From: Sam James To: binutils@sourceware.org Cc: nickc@redhat.com, Sam James Subject: [2.41 PATCH 00/10] Misc binutils-2.41 test fixes Date: Sat, 16 Dec 2023 04:01:23 +0000 Message-ID: <20231216040239.1981071-1-sam@gentoo.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: I'll push these in a few days if no objections. All of these should be fine, as they're test-only, and they're needed to get the testsuite passing downstream. Thanks. H.J. Lu (2): ld: Build libpr23169a.so with -z lazy Fix ld/x86: reduce testsuite dependency on system object files Jan Beulich (1): ld/x86: reduce testsuite dependency on system object files Nick Clifton (1): Fix "--only-keep-debug for ELF relocatables" binutils test for compilers which add .debug_macro sections to object files. Sam James (4): ld: Fix relocatable.d XFAIL/notarget entry for hppa ld: Fix retain7a.d XFAIL/notarget entry for hppa ld: fix relocatable, retain7a target pattens for HPPA ld: ld-lib.exp: log failed dump.out contents for debugging Vladimir Mezentsev (2): gprofng: 30700 tmpdir/gp-collect-app_F test fails Fix 30808 gprofng tests failed binutils/testsuite/binutils-all/objcopy.exp | 7 +- gprofng/testsuite/config/default.exp | 20 ++- .../gprofng.display/gp-collect-app_F.exp | 4 +- gprofng/testsuite/lib/Makefile.skel | 5 - ld/testsuite/ld-elf/relocatable.d | 2 +- ld/testsuite/ld-elf/retain7a.d | 2 +- ld/testsuite/ld-ifunc/ifunc.exp | 4 +- ld/testsuite/ld-x86-64/property-stk.s | 25 +++ .../{property-x86-1.S => property-x86-1.s} | 15 +- .../{property-x86-2.S => property-x86-2.s} | 15 +- ld/testsuite/ld-x86-64/x86-64.exp | 170 +++++++++--------- ld/testsuite/lib/ld-lib.exp | 4 +- 12 files changed, 159 insertions(+), 114 deletions(-) create mode 100644 ld/testsuite/ld-x86-64/property-stk.s rename ld/testsuite/ld-x86-64/{property-x86-1.S => property-x86-1.s} (75%) rename ld/testsuite/ld-x86-64/{property-x86-2.S => property-x86-2.s} (70%) -- 2.43.0