Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37047141
en ru br
ALT Linux repositórios
S:2.41-alt1
5.0: 2.18.50.0.9-alt5
4.1: 2.17.50.0.6-alt4
4.0: 2.17.50.0.6-alt1
3.0: 2.15.94.0.2.2-alt3

Outros repositórios
Upstream:2.18

Group :: Desenvolvimento/Outros
RPM: binutils

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: 0020-ld-testsuite-ld-bootstrap-bootstrap.exp-disable-Wpsa.patch
Download


From: Gleb Fotengauer-Malinovskiy <glebfm@altlinux.org>
Date: Fri, 10 Sep 2021 02:42:07 +0300
Subject: ld/testsuite/ld-bootstrap/bootstrap.exp: disable -Wpsabi warning on
 ppc64le
diff --git a/ld/testsuite/ld-bootstrap/bootstrap.exp b/ld/testsuite/ld-bootstrap/bootstrap.exp
index defaced..defaced 100644
--- a/ld/testsuite/ld-bootstrap/bootstrap.exp
+++ b/ld/testsuite/ld-bootstrap/bootstrap.exp
@@ -173,6 +173,13 @@ foreach flags $test_flags {
 	setup_xfail "mips*-*-irix5*"
     }
 
+    # If binutils is build with PGO enabled,
+    # on ppc gcc may print note message like this:
+    # note: the layout of aggregates containing vectors with 4-byte alignment has changed in GCC 5
+    if { [istarget "powerpc*-*-*"] } {
+	set flags "$flags -Wno-psabi"
+    }
+
     if ![ld_link $CC tmpdir/ld1 "$flags tmpdir/ld-partial.o $CTFLIB $BFDLIB $LIBIBERTY $extralibs"] {
 	fail $testname
 	continue
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009