From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A39F3139347 for ; Tue, 6 Jul 2021 07:04:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF8B6E095F; Tue, 6 Jul 2021 07:04:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3508E095F for ; Tue, 6 Jul 2021 07:04:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA996342B7B for ; Tue, 6 Jul 2021 07:04:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23B6C7C1 for ; Tue, 6 Jul 2021 07:04:56 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1625554963.1e1ee03c239f2b763a1a37f864f6cb420a5487f0.slyfox@gentoo> Subject: [gentoo-commits] proj/toolchain/binutils-patches:master commit in: 9999/ X-VCS-Repository: proj/toolchain/binutils-patches X-VCS-Files: 9999/0009-Gentoo-Pass-hash-style-sysv.patch X-VCS-Directories: 9999/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 1e1ee03c239f2b763a1a37f864f6cb420a5487f0 X-VCS-Branch: master Date: Tue, 6 Jul 2021 07:04:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80b9fac9-c326-4748-b1c5-2a92dc60f573 X-Archives-Hash: 5a15f15466027f9fdec6505c18a4cc29 commit: 1e1ee03c239f2b763a1a37f864f6cb420a5487f0 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Jul 6 06:56:04 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Jul 6 07:02:43 2021 +0000 URL: https://gitweb.gentoo.org/proj/toolchain/binutils-patches.git/commit/?id=1e1ee03c 9999: refresh 0009-...-Pass-hash-style-sysv-...patch Closes: https://bugs.gentoo.org/800254 Signed-off-by: Sergei Trofimovich gentoo.org> 9999/0009-Gentoo-Pass-hash-style-sysv.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/9999/0009-Gentoo-Pass-hash-style-sysv.patch b/9999/0009-Gentoo-Pass-hash-style-sysv.patch index 8ebb911..7610d78 100644 --- a/9999/0009-Gentoo-Pass-hash-style-sysv.patch +++ b/9999/0009-Gentoo-Pass-hash-style-sysv.patch @@ -14,13 +14,13 @@ index b9e3c6d817..bb4ef987b3 100644 +++ b/binutils/testsuite/lib/binutils-common.exp @@ -1125,7 +1125,7 @@ proc run_dump_test { name {extra_options {}} } { - # Add -L$srcdir/$subdir so that the linker command can use - # linker scripts in the source directory. -- set cmd "$LD $ld_extra_opt $LDFLAGS -L$srcdir/$subdir \ -+ set cmd "$LD --hash-style=sysv $ld_extra_opt $LDFLAGS -L$srcdir/$subdir \ + # Add -L$srcdir/$subdir so that the linker command can use + # linker scripts in the source directory. +- set cmd "$LD $ld_extra_opt $LDFLAGS -L$srcdir/$subdir \ ++ set cmd "$LD --hash-style=sysv $ld_extra_opt $LDFLAGS -L$srcdir/$subdir \ $opts(ld) -o $objfile $objfiles $opts(ld_after_inputfiles)" - # If needed then check for, or add a -Map option. + # If needed then check for, or add a -Map option. diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index 015eda6eb9..0b945b539d 100644 --- a/ld/testsuite/lib/ld-lib.exp