Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/toolchain/binutils-patches:master commit in: 9999/
Date: Tue, 06 Jul 2021 07:04:59
Message-Id: 1625554963.1e1ee03c239f2b763a1a37f864f6cb420a5487f0.slyfox@gentoo
1 commit: 1e1ee03c239f2b763a1a37f864f6cb420a5487f0
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 06:56:04 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 07:02:43 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/toolchain/binutils-patches.git/commit/?id=1e1ee03c
7
8 9999: refresh 0009-...-Pass-hash-style-sysv-...patch
9
10 Closes: https://bugs.gentoo.org/800254
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 9999/0009-Gentoo-Pass-hash-style-sysv.patch | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/9999/0009-Gentoo-Pass-hash-style-sysv.patch b/9999/0009-Gentoo-Pass-hash-style-sysv.patch
17 index 8ebb911..7610d78 100644
18 --- a/9999/0009-Gentoo-Pass-hash-style-sysv.patch
19 +++ b/9999/0009-Gentoo-Pass-hash-style-sysv.patch
20 @@ -14,13 +14,13 @@ index b9e3c6d817..bb4ef987b3 100644
21 +++ b/binutils/testsuite/lib/binutils-common.exp
22 @@ -1125,7 +1125,7 @@ proc run_dump_test { name {extra_options {}} } {
23
24 - # Add -L$srcdir/$subdir so that the linker command can use
25 - # linker scripts in the source directory.
26 -- set cmd "$LD $ld_extra_opt $LDFLAGS -L$srcdir/$subdir \
27 -+ set cmd "$LD --hash-style=sysv $ld_extra_opt $LDFLAGS -L$srcdir/$subdir \
28 + # Add -L$srcdir/$subdir so that the linker command can use
29 + # linker scripts in the source directory.
30 +- set cmd "$LD $ld_extra_opt $LDFLAGS -L$srcdir/$subdir \
31 ++ set cmd "$LD --hash-style=sysv $ld_extra_opt $LDFLAGS -L$srcdir/$subdir \
32 $opts(ld) -o $objfile $objfiles $opts(ld_after_inputfiles)"
33
34 - # If needed then check for, or add a -Map option.
35 + # If needed then check for, or add a -Map option.
36 diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp
37 index 015eda6eb9..0b945b539d 100644
38 --- a/ld/testsuite/lib/ld-lib.exp